diff --git a/package.json b/package.json index 8a93a17e..1a6b789f 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "eslint": "^7.32.0", "eslint-config-prettier": "^8.3.0", "eslint-plugin-prettier": "^4.0.0", - "eslint-plugin-vue": "^8.3.0", + "eslint-plugin-vue": "^8.4.0", "prettier": "^2.5.1", "vite": "^2.7.13", "vite-plugin-eslint": "^1.3.0", diff --git a/yarn.lock b/yarn.lock index 3e30bde5..7fc4ab32 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1822,10 +1822,10 @@ eslint-plugin-prettier@^4.0.0: dependencies: prettier-linter-helpers "^1.0.0" -eslint-plugin-vue@^8.3.0: - version "8.3.0" - resolved "https://registry.yarnpkg.com/eslint-plugin-vue/-/eslint-plugin-vue-8.3.0.tgz#2ae4f915ed3541a58c4a4c1145c1e60b86aa7e85" - integrity sha512-IIuLHw4vQxGlHcoP2dG6t/2OVdQf2qoyAzEGAxreU1afZOHGA7y3TWq8I+r3ZA6Wjs6xpeUWGHlT31QGr9Rb5g== +eslint-plugin-vue@^8.4.0: + version "8.4.0" + resolved "https://registry.yarnpkg.com/eslint-plugin-vue/-/eslint-plugin-vue-8.4.0.tgz#16e59b356386b4428fb7d886b6d8ee5df2bbc09d" + integrity sha512-Ga96QRG8GA9AyzKtEDxqYRCMt/VJM4SLkcNmm4FvUiFBE4jpaBr25unRBi9iVmHLYhA9EZ/4I+jD8n1vfWzyAA== dependencies: eslint-utils "^3.0.0" natural-compare "^1.4.0"