diff --git a/package.json b/package.json index 2ffd8fa8..3ee75a6b 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "eslint": "^9.39.1", "eslint-plugin-cypress": "^5.2.0", "eslint-plugin-import": "^2.32.0", - "eslint-plugin-vue": "^10.6.1", + "eslint-plugin-vue": "^10.6.2", "eslint-plugin-vuejs-accessibility": "^2.4.1", "globals": "^16.5.0", "jest": "30.2.0", diff --git a/yarn.lock b/yarn.lock index af724810..60a57b1b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5028,10 +5028,10 @@ eslint-plugin-import@^2.32.0: string.prototype.trimend "^1.0.9" tsconfig-paths "^3.15.0" -eslint-plugin-vue@^10.6.1: - version "10.6.1" - resolved "https://registry.yarnpkg.com/eslint-plugin-vue/-/eslint-plugin-vue-10.6.1.tgz#4a9c082b7fa61b3e4b42cade203f5d46e778396c" - integrity sha512-OMvDAFbewocYrJamF1EoSWoT4xa7/QRb/yYouEZMiroTE+WRmFUreR+kAFQHqM45W3kg5oljVfUYfH9HEwX1Bg== +eslint-plugin-vue@^10.6.2: + version "10.6.2" + resolved "https://registry.yarnpkg.com/eslint-plugin-vue/-/eslint-plugin-vue-10.6.2.tgz#5d8790fa2e1105cf06259afc14c8a55cb110f346" + integrity sha512-nA5yUs/B1KmKzvC42fyD0+l9Yd+LtEpVhWRbXuDj0e+ZURcTtyRbMDWUeJmTAh2wC6jC83raS63anNM2YT3NPw== dependencies: "@eslint-community/eslint-utils" "^4.4.0" natural-compare "^1.4.0"