diff --git a/package.json b/package.json index d5dbd733..b24e7fdc 100755 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "eslint-plugin-node": "^11.1.0", "eslint-plugin-promise": "latest", "eslint-plugin-standard": "^4.1.0", - "eslint-plugin-vue": "^7.1.0", + "eslint-plugin-vue": "^7.2.0", "husky": "^4.3.0", "jest": "^26.6.3", "nuxt": "^2.14.9", diff --git a/yarn.lock b/yarn.lock index 6a50b3d8..84e63c2f 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4913,6 +4913,16 @@ eslint-plugin-vue@^7.1.0: semver "^7.3.2" vue-eslint-parser "^7.1.1" +eslint-plugin-vue@^7.2.0: + version "7.2.0" + resolved "https://registry.yarnpkg.com/eslint-plugin-vue/-/eslint-plugin-vue-7.2.0.tgz#dd8323fe7ca28fe9377ce3f5f6cf17afe2686f2a" + integrity sha512-4mt0yIv6rBDNtvis/g22a0ozJ12GfcdEzX77u0ICYjKlxOVtGrKGEvo0cbOObHaKDg9a9kJcoaNodqE4TPfS2A== + dependencies: + eslint-utils "^2.1.0" + natural-compare "^1.4.0" + semver "^7.3.2" + vue-eslint-parser "^7.2.0" + eslint-scope@^4.0.3: version "4.0.3" resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-4.0.3.tgz#ca03833310f6889a3264781aa82e63eb9cfe7848" @@ -11654,6 +11664,18 @@ vue-eslint-parser@^7.1.1: esquery "^1.0.1" lodash "^4.17.15" +vue-eslint-parser@^7.2.0: + version "7.2.0" + resolved "https://registry.yarnpkg.com/vue-eslint-parser/-/vue-eslint-parser-7.2.0.tgz#1e17ae94ca71e617025e05143c8ac5593aacb6ef" + integrity sha512-uVcQqe8sUNzdHGcRHMd2Z/hl6qEaWrAmglTKP92Fnq9TYU9un8xsyFgEdFJaXh/1rd7h8Aic1GaiQow5nVneow== + dependencies: + debug "^4.1.1" + eslint-scope "^5.0.0" + eslint-visitor-keys "^1.1.0" + espree "^6.2.1" + esquery "^1.0.1" + lodash "^4.17.15" + vue-hot-reload-api@^2.3.0: version "2.3.4" resolved "https://registry.yarnpkg.com/vue-hot-reload-api/-/vue-hot-reload-api-2.3.4.tgz#532955cc1eb208a3d990b3a9f9a70574657e08f2"