From 736c070a14a4080ab1c1141dca98bc5699d8ad25 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 31 Dec 2024 07:15:53 +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 6818ae7..fd5b545 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "fix:js": "eslint **/*.js --fix" }, "devDependencies": { - "eslint": "8.57.1", + "eslint": "9.17.0", "eslint-config-standard": "17.1.0", "markdownlint": "0.37.3", "markdownlint-cli": "0.43.0"