From aa3fcd2ead669651f058d3cdec6fd10501f196e4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Aug 2026 21:24:12 +0000 Subject: [PATCH] build(deps-dev): bump @typescript-eslint/eslint-plugin in /backend Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 8.60.0 to 8.67.0. - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.67.0/packages/eslint-plugin) --- updated-dependencies: - dependency-name: "@typescript-eslint/eslint-plugin" dependency-version: 8.67.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 4df8dcee..a1606c4c 100644 --- a/backend/package.json +++ b/backend/package.json @@ -52,7 +52,7 @@ "@types/pg": "^8.10.9", "@types/supertest": "7.2.0", "@types/swagger-ui-express": "4.1.8", - "@typescript-eslint/eslint-plugin": "8.60.0", + "@typescript-eslint/eslint-plugin": "8.67.0", "@typescript-eslint/parser": "8.60.0", "eslint": "9.39.4", "eslint-config-prettier": "^10.1.8",