diff --git a/package.json b/package.json index 1a97acc..741c27a 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "esbuild-plugin-vue3": "0.4.2", "esbuild-sass-plugin": "3.3.1", "eslint": "9.28.0", - "eslint-plugin-vue": "10.1.0", + "eslint-plugin-vue": "10.2.0", "typescript": "5.8.3", "vue-eslint-parser": "10.1.3" }, diff --git a/yarn.lock b/yarn.lock index 1ebaf22..75d55e6 100644 --- a/yarn.lock +++ b/yarn.lock @@ -990,10 +990,10 @@ escape-string-regexp@^4.0.0: resolved "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz#14ba83a5d373e3d311e5afca29cf5bfad965bf34" integrity sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA== -eslint-plugin-vue@10.1.0: - version "10.1.0" - resolved "https://registry.yarnpkg.com/eslint-plugin-vue/-/eslint-plugin-vue-10.1.0.tgz#434cb84eecfa0a69b7cd95bf913f11ded259308e" - integrity sha512-/VTiJ1eSfNLw6lvG9ENySbGmcVvz6wZ9nA7ZqXlLBY2RkaF15iViYKxglWiIch12KiLAj0j1iXPYU6W4wTROFA== +eslint-plugin-vue@10.2.0: + version "10.2.0" + resolved "https://registry.yarnpkg.com/eslint-plugin-vue/-/eslint-plugin-vue-10.2.0.tgz#0c0bae71683d78e99736c5f3c500bf3d7d9c7c0d" + integrity sha512-tl9s+KN3z0hN2b8fV2xSs5ytGl7Esk1oSCxULLwFcdaElhZ8btYYZFrWxvh4En+czrSDtuLCeCOGa8HhEZuBdQ== dependencies: "@eslint-community/eslint-utils" "^4.4.0" natural-compare "^1.4.0"