From 4038ef023db99b8917a7e59ac277ee1c77a73273 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 10 Aug 2025 15:42:49 +0000 Subject: [PATCH] chore(deps): update devdependency eslint-plugin-nuxt to v4 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d9da9ba..8f72b3c 100644 --- a/package.json +++ b/package.json @@ -20,6 +20,6 @@ "@nuxtjs/eslint-module": "^3.0.2", "babel-eslint": "^10.1.0", "eslint": "^7.20.0", - "eslint-plugin-nuxt": "^2.0.0" + "eslint-plugin-nuxt": "^4.0.0" } }