From 065f3d504ba34803db6d7d476982ca85f5532d56 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 28 Jun 2024 18:39:17 +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..cb22eee 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.6.0", "eslint-plugin-nuxt": "^2.0.0" } }