diff --git a/package-lock.json b/package-lock.json index 990e8d3..b0173f2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -39,7 +39,7 @@ "esbuild": "0.28.0", "eslint": "10.3.0", "eslint-plugin-simple-import-sort": "13.0.0", - "eslint-plugin-vue": "10.9.0", + "eslint-plugin-vue": "10.9.1", "nuxt": "4.4.4", "postcss-html": "1.8.1", "sass": "1.99.0", @@ -12945,9 +12945,9 @@ "license": "MIT" }, "node_modules/eslint-plugin-vue": { - "version": "10.9.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-vue/-/eslint-plugin-vue-10.9.0.tgz", - "integrity": "sha512-EFNNzu4HqtTRb5DJINpyd+u3bDdzETWDMpCzG+UBHz1tpsnMDCeOcf61u4Wy/cbXnMymK+MT9bjH7KcG1fItSw==", + "version": "10.9.1", + "resolved": "https://registry.npmjs.org/eslint-plugin-vue/-/eslint-plugin-vue-10.9.1.tgz", + "integrity": "sha512-cHB0Tf4Duvzwecwd/AqWzZvF/QszE13BhjVUpVXWCy9AeMR5GjkAjP3i85vqgLgOuTmkHR1OJ5oMeqLHtuw8zg==", "dev": true, "license": "MIT", "dependencies": { @@ -12965,7 +12965,7 @@ "@stylistic/eslint-plugin": "^2.0.0 || ^3.0.0 || ^4.0.0 || ^5.0.0", "@typescript-eslint/parser": "^7.0.0 || ^8.0.0", "eslint": "^8.57.0 || ^9.0.0 || ^10.0.0", - "vue-eslint-parser": "^10.0.0" + "vue-eslint-parser": "^10.3.0" }, "peerDependenciesMeta": { "@stylistic/eslint-plugin": { diff --git a/package.json b/package.json index 6911fd9..4ee9fd4 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "esbuild": "0.28.0", "eslint": "10.3.0", "eslint-plugin-simple-import-sort": "13.0.0", - "eslint-plugin-vue": "10.9.0", + "eslint-plugin-vue": "10.9.1", "nuxt": "4.4.4", "postcss-html": "1.8.1", "sass": "1.99.0",