From 2c1107612ccfdc65ee8bf4e259fdc9b30fbce04d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 18:08:39 +0000 Subject: [PATCH] build(deps-dev): bump @typescript-eslint/eslint-plugin Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 6.21.0 to 8.18.2. - [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.18.2/packages/eslint-plugin) --- updated-dependencies: - dependency-name: "@typescript-eslint/eslint-plugin" dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- frontend/package.json | 2 +- server/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/package.json b/frontend/package.json index 63f3f1d..296e1af 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -62,7 +62,7 @@ "@types/redux": "^3.6.0", "@types/redux-mock-store": "^1.0.6", "@types/redux-thunk": "^2.1.0", - "@typescript-eslint/eslint-plugin": "^6.9.1", + "@typescript-eslint/eslint-plugin": "^8.18.2", "@typescript-eslint/parser": "^6.9.1", "babel-jest": "^29.7.0", "browserify-zlib": "^0.2.0", diff --git a/server/package.json b/server/package.json index ead0551..8100634 100644 --- a/server/package.json +++ b/server/package.json @@ -52,7 +52,7 @@ "@types/swagger-jsdoc": "^6.0.4", "@types/swagger-ui-express": "^4.1.6", "@types/ws": "^8.5.7", - "@typescript-eslint/eslint-plugin": "^6.10.0", + "@typescript-eslint/eslint-plugin": "^8.18.2", "@typescript-eslint/parser": "^6.10.0", "bcryptjs": "^2.4.3", "eslint": "^8.53.0",