From e9d642489bf171078f357e2f2ab42775765b496c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 18 Oct 2024 21:12:43 +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 942f296..2d0a31b 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "fix:js": "eslint **/*.js --fix" }, "devDependencies": { - "eslint": "8.57.1", + "eslint": "9.13.0", "eslint-config-standard": "17.1.0", "markdownlint": "0.35.0", "markdownlint-cli": "0.42.0"