diff --git a/package.json b/package.json index 8a7c25b6..103ad470 100644 --- a/package.json +++ b/package.json @@ -56,7 +56,7 @@ "cypress": "^12.12.0", "eslint": "^8.40.0", "eslint-plugin-prettier": "^4.2.1", - "eslint-plugin-vue": "^9.13.0", + "eslint-plugin-vue": "^9.14.0", "mutationobserver-shim": "^0.3.7", "portal-vue": "^3.0.0", "prettier": "^2.8.8", diff --git a/yarn.lock b/yarn.lock index 04082066..43e937ec 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1711,10 +1711,10 @@ eslint-plugin-prettier@^4.0.0, eslint-plugin-prettier@^4.2.1: dependencies: prettier-linter-helpers "^1.0.0" -eslint-plugin-vue@^9.13.0: - version "9.13.0" - resolved "https://registry.yarnpkg.com/eslint-plugin-vue/-/eslint-plugin-vue-9.13.0.tgz#adb21448e65a7c1502af66103ff5f215632c5319" - integrity sha512-aBz9A8WB4wmpnVv0pYUt86cmH9EkcwWzgEwecBxMoRNhQjTL5i4sqadnwShv/hOdr8Hbl8XANGV7dtX9UQIAyA== +eslint-plugin-vue@^9.14.0: + version "9.14.0" + resolved "https://registry.yarnpkg.com/eslint-plugin-vue/-/eslint-plugin-vue-9.14.0.tgz#73004a62d794e276a60d471114d81ed8887efcb8" + integrity sha512-4O7EuiqPGVQA1wYCzLvCzsBTv9JIPHLHhrf0k55DLzbwtmJbSw2TKS0G/l7pOwi9RWMSkjIT7ftChU5gZpgnJw== dependencies: "@eslint-community/eslint-utils" "^4.3.0" natural-compare "^1.4.0"