From 37d1d9d7fe30bfd8d8aea74a86289db061251bad Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 20 Sep 2024 16:48:22 +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 656132a..69226ce 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "fix:js": "eslint **/*.js --fix" }, "devDependencies": { - "eslint": "8.57.1", + "eslint": "9.11.0", "eslint-config-standard": "17.1.0", "markdownlint": "0.35.0", "markdownlint-cli": "0.41.0"