From d1dc5a73ee99d4bb137211109cac2f118f96e331 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 23 Sep 2024 19:46:58 +0000 Subject: [PATCH] :arrow_up: Updates eslint to v9 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7b0deac3..76f44a7a 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "babel-eslint": "^10.1.0", "cz-conventional-changelog": "^3.3.0", "editorconfig-checker": "3.3.0", - "eslint": "^7.19.0", + "eslint": "^9.11.1", "eslint-config-prettier": "^6.15.0", "eslint-plugin-github": "^4.1.1", "eslint-plugin-import": "^2.22.1",