From e1e0db92409dac4b2bea9b943e30abc05d873ee0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 28 Nov 2024 19:29:58 +0000 Subject: [PATCH] Update dependency eslint to v9 --- .github/actions/sonar-update-center/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/sonar-update-center/package.json b/.github/actions/sonar-update-center/package.json index 57f988dc..278886b7 100644 --- a/.github/actions/sonar-update-center/package.json +++ b/.github/actions/sonar-update-center/package.json @@ -36,7 +36,7 @@ "@types/semver": "^7.3.13", "@typescript-eslint/parser": "^5.62.0", "@vercel/ncc": "^0.38.0", - "eslint": "^8.31.0", + "eslint": "^9.0.0", "eslint-plugin-github": "^5.0.0", "eslint-plugin-jest": "^27.2.1", "jest": "^29.4.1",