From 3efa1471b5b244d47e52e9c12a0f2f2077248c4b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 13 Dec 2024 22:10:19 +0000 Subject: [PATCH] chore(deps): update devdependency eslint to v9 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d9da9ba..f04cec4 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "@nuxtjs/eslint-config": "^5.0.0", "@nuxtjs/eslint-module": "^3.0.2", "babel-eslint": "^10.1.0", - "eslint": "^7.20.0", + "eslint": "^9.17.0", "eslint-plugin-nuxt": "^2.0.0" } }