From 34c9c04883b77a844071248bdf74911e7cf527bc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 30 Nov 2024 00:43:35 +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..b1b9bfc 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.16.0", "eslint-plugin-nuxt": "^2.0.0" } }