From bbc83c319b3caca11c7b2fa366b407bda7dbd8bb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 22 Apr 2024 04:20:38 +0000 Subject: [PATCH] chore(deps): update linters --- frontend/package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/frontend/package.json b/frontend/package.json index 62d73ad2..520b556d 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -58,13 +58,13 @@ ] }, "devDependencies": { - "@typescript-eslint/eslint-plugin": "^6.21.0", - "@typescript-eslint/parser": "^6.21.0", + "@typescript-eslint/eslint-plugin": "^7.0.0", + "@typescript-eslint/parser": "^7.0.0", "@vitest/coverage-v8": "^1.0.0", - "eslint": "^8.57.0", + "eslint": "^9.0.0", "eslint-config-standard-with-typescript": "^43.0.0", "eslint-plugin-import": "^2.29.1", - "eslint-plugin-n": "^16.6.2", + "eslint-plugin-n": "^17.0.0", "eslint-plugin-promise": "^6.1.1", "eslint-plugin-react": "^7.34.1", "jsdom": "^24.0.0",