From e953b8b3c3967729677855dec14d8a886f71b31d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 6 Jun 2024 19:42:52 +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 cdd652bf..57298a5e 100644 --- a/package.json +++ b/package.json @@ -54,7 +54,7 @@ }, "devDependencies": { "conventional-changelog-cli": "^5.0.0", - "eslint": "^8.10.0", + "eslint": "^9.0.0", "eslint-config-semistandard": "^15.0.0", "eslint-config-standard": "^13.0.1", "eslint-plugin-import": "^2.2.0",