From d28fd0a5f572d9dde4c6986dd86571097efc5be7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 23 Sep 2024 22:34:25 +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..3b3ee83 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.11.1", "eslint-plugin-nuxt": "^2.0.0" } }