From 44c0be31c15005bcca788ef875269113b9db2b5d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Jul 2026 21:24:33 +0000 Subject: [PATCH] build(deps-dev): bump @typescript-eslint/parser in /backend Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 8.60.0 to 8.63.0. - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.63.0/packages/parser) --- updated-dependencies: - dependency-name: "@typescript-eslint/parser" dependency-version: 8.63.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- backend/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/package.json b/backend/package.json index cd0ca5ac..cb25d9d1 100644 --- a/backend/package.json +++ b/backend/package.json @@ -51,7 +51,7 @@ "@types/supertest": "7.2.0", "@types/swagger-ui-express": "4.1.8", "@typescript-eslint/eslint-plugin": "8.60.0", - "@typescript-eslint/parser": "8.60.0", + "@typescript-eslint/parser": "8.63.0", "eslint": "9.39.4", "eslint-config-prettier": "^10.1.8", "globals": "16.0.0",