From d285bb464f3f73516a9986cd6171a53c8e74c479 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 08:13:45 +0000 Subject: [PATCH] chore(deps): update dependency eslint to v9 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3b3dc4f..f502e5a 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,7 @@ "@typescript-eslint/parser": "^7.12.0", "conventional-changelog-conventionalcommits": "^8.0.0", "coveralls": "^3.1.1", - "eslint": "^8.40.0", + "eslint": "^9.0.0", "eslint-config-prettier": "^9.1.0", "prettier": "^3.3.3", "typescript": "^5.4.5",