From 89268179abbf1cabd8a7fe422fff15081dbac975 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 26 Jul 2024 23:19:33 +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 799ef56..842ee8d 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "fix:js": "eslint **/*.js --fix" }, "devDependencies": { - "eslint": "8.57.0", + "eslint": "9.8.0", "eslint-config-standard": "17.1.0", "markdownlint": "0.34.0", "markdownlint-cli": "0.41.0"