diff --git a/package.json b/package.json index 7a210107..c3a9663d 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "eslint": "^9.30.1", "eslint-plugin-cypress": "^5.1.0", "eslint-plugin-import": "^2.32.0", - "eslint-plugin-vue": "^10.2.0", + "eslint-plugin-vue": "^10.3.0", "eslint-plugin-vuejs-accessibility": "^2.4.1", "globals": "^16.3.0", "jest": "30.0.2", diff --git a/yarn.lock b/yarn.lock index 41a9f8a7..57512792 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4983,10 +4983,10 @@ eslint-plugin-import@^2.32.0: string.prototype.trimend "^1.0.9" tsconfig-paths "^3.15.0" -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== +eslint-plugin-vue@^10.3.0: + version "10.3.0" + resolved "https://registry.yarnpkg.com/eslint-plugin-vue/-/eslint-plugin-vue-10.3.0.tgz#d8fb96d06bc71829177fe81590489117b9540c17" + integrity sha512-A0u9snqjCfYaPnqqOaH6MBLVWDUIN4trXn8J3x67uDcXvR7X6Ut8p16N+nYhMCQ9Y7edg2BIRGzfyZsY0IdqoQ== dependencies: "@eslint-community/eslint-utils" "^4.4.0" natural-compare "^1.4.0"