From 74d0c6c8863a0e408624af7ca5db949dd98b7e90 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 22 Apr 2024 04:23:32 +0000 Subject: [PATCH] chore(deps): update linters --- backend/package.json | 4 ++-- frontend/package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/backend/package.json b/backend/package.json index 5132286b8..5dacd6808 100644 --- a/backend/package.json +++ b/backend/package.json @@ -52,12 +52,12 @@ "@types/supertest": "^6.0.0", "@typescript-eslint/eslint-plugin": "^7.0.0", "@typescript-eslint/parser": "^7.0.0", - "eslint": "^8.57.0", + "eslint": "^9.0.0", "eslint-config-airbnb-base": "^15.0.0", "eslint-config-prettier": "^9.0.0", "eslint-config-standard": "^17.0.0", "eslint-plugin-import": "^2.27.5", - "eslint-plugin-n": "^16.6.2", + "eslint-plugin-n": "^17.0.0", "eslint-plugin-prettier": "^5.0.0", "eslint-plugin-promise": "^6.1.1", "istanbul-badges-readme": "^1.8.4", diff --git a/frontend/package.json b/frontend/package.json index c89691784..18f4ee6cc 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -45,7 +45,7 @@ "cypress": "^13.0.0", "cypress-file-upload": "^5.0.8", "cypress-plugin-api": "^2.11.1", - "eslint": "^8.57.0", + "eslint": "^9.0.0", "eslint-config-prettier": "^9.0.0", "eslint-config-standard-with-typescript": "^43.0.0", "eslint-import-resolver-alias": "^1.1.2",