From f0f21a9a699e64907a558ac351ff7595d6fec808 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 21 Apr 2024 02:35:35 +0000 Subject: [PATCH] Update dependency eslint to v9 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9346ff9..0768fa8 100644 --- a/package.json +++ b/package.json @@ -59,7 +59,7 @@ "@vitest/coverage-v8": "latest", "commitlint": "^18", "cross-env": "^7", - "eslint": "^8", + "eslint": "^9.0.0", "father": "4.3.1", "husky": "^8", "lint-staged": "^15",