diff --git a/package.json b/package.json index 1414da047..f316df396 100644 --- a/package.json +++ b/package.json @@ -68,7 +68,7 @@ "eslint-config-prettier": "^3.1.0", "eslint-loader": "^2.0.0", "eslint-plugin-prettier": "3.0.1", - "eslint-plugin-vue": "^5.0.0", + "eslint-plugin-vue": "^5.1.0", "jest": "^23.6.0", "node-sass": "^4.11.0", "nodemon": "^1.18.9", diff --git a/yarn.lock b/yarn.lock index 132332c88..800a9deff 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4883,10 +4883,10 @@ eslint-plugin-prettier@3.0.1, eslint-plugin-prettier@^3.0.0: dependencies: prettier-linter-helpers "^1.0.0" -eslint-plugin-vue@^5.0.0: - version "5.0.0" - resolved "https://registry.yarnpkg.com/eslint-plugin-vue/-/eslint-plugin-vue-5.0.0.tgz#4a2cc1c0e71ea45e1bd9c1a60f925bfe68bb5710" - integrity sha512-mSv2Ebz3RaPP+XJO/mu7F+SdR9lrMyGISSExnarLFqqf3pF5wTmwWNrhHW1o9zKzKI811UVTIIkWJJvgO6SsUQ== +eslint-plugin-vue@^5.1.0: + version "5.1.0" + resolved "https://registry.yarnpkg.com/eslint-plugin-vue/-/eslint-plugin-vue-5.1.0.tgz#d0d373334be8140d698ec4e1fb83f09faa48081b" + integrity sha512-C7avvbGLb9J1PyGiFolPcGR4ljUc+dKm5ZJdrUKXwXFxHHx4SqOmRI29AsFyW7PbCGcnOvIlaq7NJS6HDIak+g== dependencies: vue-eslint-parser "^4.0.2"