From 820fa17ce0b2d4f5eb86831f3b8066a283405081 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 15 Jan 2025 12:55:05 +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 a3e7b94..83ffd61 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "fix:js": "eslint **/*.js --fix" }, "devDependencies": { - "eslint": "8.57.1", + "eslint": "9.18.0", "eslint-config-standard": "17.1.0", "markdownlint": "0.37.4", "markdownlint-cli": "0.43.0"