From 31e87dac975850f60c6bd28ebdbc8857287c5d14 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 4 Sep 2026 17:24:36 +0000 Subject: [PATCH] chore(deps): update devdependency eslint to v10 --- nuxt/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nuxt/package.json b/nuxt/package.json index bca1c32..7c224f2 100644 --- a/nuxt/package.json +++ b/nuxt/package.json @@ -44,7 +44,7 @@ "@vue/test-utils": "^1.3.3", "babel-jest": "^29.3.1", "cypress": "^15.20.1", - "eslint": "^8.27.0", + "eslint": "^10.10.0", "eslint-config-prettier": "^8.5.0", "eslint-plugin-nuxt": "^4.0.0", "eslint-plugin-prettier": "^4.2.1",