diff --git a/frontend/package.json b/frontend/package.json index 2cd9e5489c7b..d777853554d9 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -49,7 +49,7 @@ "eslint-config-prettier": "^8.5.0", "eslint-plugin-nuxt": "^4.0.0", "eslint-plugin-prettier": "^4.2.1", - "eslint-plugin-vue": "9.6.0", + "eslint-plugin-vue": "9.7.0", "lint-staged": "^13.0.3", "nuxt-vite": "0.2.3", "prettier": "^2.7.1", diff --git a/frontend/yarn.lock b/frontend/yarn.lock index 4048ba7f2d9a..49bc0f23cd41 100644 --- a/frontend/yarn.lock +++ b/frontend/yarn.lock @@ -5439,10 +5439,10 @@ eslint-plugin-unicorn@^43.0.2: semver "^7.3.7" strip-indent "^3.0.0" -eslint-plugin-vue@9.6.0, eslint-plugin-vue@^9.4.0: - version "9.6.0" - resolved "https://registry.yarnpkg.com/eslint-plugin-vue/-/eslint-plugin-vue-9.6.0.tgz#5d1825b93d54595b1ba97106843e1d28cf3bb291" - integrity sha512-zzySkJgVbFCylnG2+9MDF7N+2Rjze2y0bF8GyUNpFOnT8mCMfqqtLDJkHBuYu9N/psW1A6DVbQhPkP92E+qakA== +eslint-plugin-vue@9.7.0, eslint-plugin-vue@^9.4.0: + version "9.7.0" + resolved "https://registry.yarnpkg.com/eslint-plugin-vue/-/eslint-plugin-vue-9.7.0.tgz#d391b9864f128ea2d1ee4dabeafb5f7c0cea981f" + integrity sha512-DrOO3WZCZEwcLsnd3ohFwqCoipGRSTKTBTnLwdhqAbYZtzWl0o7D+D8ZhlmiZvABKTEl8AFsqH1GHGdybyoQmw== dependencies: eslint-utils "^3.0.0" natural-compare "^1.4.0"