diff --git a/package-lock.json b/package-lock.json index 8aa7773a..b15783a3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -40,7 +40,7 @@ "prettier-plugin-tailwindcss": "^0.7.2", "tailwindcss": "^3.4.19", "typescript": "^5.9.3", - "vue-eslint-parser": "^10.2.0", + "vue-eslint-parser": "^10.3.0", "vue-i18n": "^11.2.7" } }, @@ -14307,16 +14307,16 @@ "license": "MIT" }, "node_modules/vue-eslint-parser": { - "version": "10.2.0", - "resolved": "https://registry.npmjs.org/vue-eslint-parser/-/vue-eslint-parser-10.2.0.tgz", - "integrity": "sha512-CydUvFOQKD928UzZhTp4pr2vWz1L+H99t7Pkln2QSPdvmURT0MoC4wUccfCnuEaihNsu9aYYyk+bep8rlfkUXw==", + "version": "10.3.0", + "resolved": "https://registry.npmjs.org/vue-eslint-parser/-/vue-eslint-parser-10.3.0.tgz", + "integrity": "sha512-Aj1cCjD3HQjp5B8cLr6zJjISEOkr0MCrqvwLg3MeyGDjKlL8uMFLKfVbP7Te09cG9Y9KmzJwwnD7hf884CpcOg==", "dev": true, "license": "MIT", "dependencies": { "debug": "^4.4.0", - "eslint-scope": "^8.2.0", - "eslint-visitor-keys": "^4.2.0", - "espree": "^10.3.0", + "eslint-scope": "^8.2.0 || ^9.0.0", + "eslint-visitor-keys": "^4.2.0 || ^5.0.0", + "espree": "^10.3.0 || ^11.0.0", "esquery": "^1.6.0", "semver": "^7.6.3" }, @@ -14327,7 +14327,7 @@ "url": "https://github.com/sponsors/mysticatea" }, "peerDependencies": { - "eslint": "^8.57.0 || ^9.0.0" + "eslint": "^8.57.0 || ^9.0.0 || ^10.0.0" } }, "node_modules/vue-i18n": { diff --git a/package.json b/package.json index 9682c2b8..351b6c0c 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "eslint": "^10.0.0", "eslint-config-prettier": "^10.1.8", "eslint-plugin-vue": "^10.7.0", - "vue-eslint-parser": "^10.2.0", + "vue-eslint-parser": "^10.3.0", "prettier": "^3.8.1", "prettier-plugin-tailwindcss": "^0.7.2", "nuxt": "4.3.1",