diff --git a/package.json b/package.json index ad6cf8a..9bfcb53 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "babel-eslint": "^10.1.0", "eslint": "^7.15.0", "eslint-plugin-prettier": "^3.3.0", - "eslint-plugin-vue": "^7.3.0", + "eslint-plugin-vue": "^7.4.1", "lint-staged": "^10.5.3", "node-sass": "^5.0.0", "prettier": "^2.2.1", diff --git a/yarn.lock b/yarn.lock index 4bfe054..91e8729 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4052,10 +4052,10 @@ eslint-plugin-prettier@^3.3.0: dependencies: prettier-linter-helpers "^1.0.0" -eslint-plugin-vue@^7.3.0: - version "7.3.0" - resolved "https://registry.yarnpkg.com/eslint-plugin-vue/-/eslint-plugin-vue-7.3.0.tgz#0faf0fcf0e1b1052bf800d4dee42d64f50679cb0" - integrity sha512-4rc9xrZgwT4aLz3XE6lrHu+FZtDLWennYvtzVvvS81kW9c65U4DUzQQWAFjDCgCFvN6HYWxi7ueEtxZVSB+f0g== +eslint-plugin-vue@^7.4.1: + version "7.4.1" + resolved "https://registry.yarnpkg.com/eslint-plugin-vue/-/eslint-plugin-vue-7.4.1.tgz#2526ef0c010c218824a89423dbe6ddbe76f04fd6" + integrity sha512-W/xPNHYIkGJphLUM2UIYYGKbRw3BcDoMIPY9lu1TTa2YLiZoxurddfnmOP+UOVywxb5vi438ejzwvKdZqydtIw== dependencies: eslint-utils "^2.1.0" natural-compare "^1.4.0"