From 634aa80999c18387649453673f31912e92f6d34c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 22 Jan 2021 11:22:09 +0800 Subject: [PATCH] chore(deps): update dependency eslint-plugin-vue to v7.5.0 (#99) Co-authored-by: Renovate Bot --- package.json | 2 +- yarn.lock | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package.json b/package.json index 3b55d67..ec92f26 100644 --- a/package.json +++ b/package.json @@ -56,7 +56,7 @@ "eslint-plugin-node": "11.1.0", "eslint-plugin-promise": "4.2.1", "eslint-plugin-standard": "5.0.0", - "eslint-plugin-vue": "7.4.1", + "eslint-plugin-vue": "7.5.0", "markdown-it-anchor": "7.0.0", "mocha": "8.2.1", "nyc": "15.1.0", diff --git a/yarn.lock b/yarn.lock index 0f40033..3effd15 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3235,15 +3235,15 @@ eslint-plugin-standard@5.0.0: resolved "https://registry.npm.taobao.org/eslint-plugin-standard/download/eslint-plugin-standard-5.0.0.tgz?cache=0&sync_timestamp=1606091828930&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Feslint-plugin-standard%2Fdownload%2Feslint-plugin-standard-5.0.0.tgz#c43f6925d669f177db46f095ea30be95476b1ee4" integrity sha1-xD9pJdZp8XfbRvCV6jC+lUdrHuQ= -eslint-plugin-vue@7.4.1: - version "7.4.1" - resolved "https://registry.npm.taobao.org/eslint-plugin-vue/download/eslint-plugin-vue-7.4.1.tgz?cache=0&sync_timestamp=1609808759758&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Feslint-plugin-vue%2Fdownload%2Feslint-plugin-vue-7.4.1.tgz#2526ef0c010c218824a89423dbe6ddbe76f04fd6" - integrity sha1-JSbvDAEMIYgkqJQj2+bdvnbwT9Y= +eslint-plugin-vue@7.5.0: + version "7.5.0" + resolved "https://registry.npm.taobao.org/eslint-plugin-vue/download/eslint-plugin-vue-7.5.0.tgz?cache=0&sync_timestamp=1611277836964&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Feslint-plugin-vue%2Fdownload%2Feslint-plugin-vue-7.5.0.tgz#cc6d983eb22781fa2440a7573cf39af439bb5725" + integrity sha1-zG2YPrIngfokQKdXPPOa9Dm7VyU= dependencies: eslint-utils "^2.1.0" natural-compare "^1.4.0" semver "^7.3.2" - vue-eslint-parser "^7.3.0" + vue-eslint-parser "^7.4.1" eslint-scope@^4.0.3: version "4.0.3" @@ -7386,10 +7386,10 @@ vm-browserify@^1.0.1: resolved "https://registry.npm.taobao.org/vm-browserify/download/vm-browserify-1.1.2.tgz?cache=0&sync_timestamp=1572870717730&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fvm-browserify%2Fdownload%2Fvm-browserify-1.1.2.tgz#78641c488b8e6ca91a75f511e7a3b32a86e5dda0" integrity sha1-eGQcSIuObKkadfUR56OzKobl3aA= -vue-eslint-parser@^7.3.0: - version "7.3.0" - resolved "https://registry.npm.taobao.org/vue-eslint-parser/download/vue-eslint-parser-7.3.0.tgz?cache=0&sync_timestamp=1608031021392&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fvue-eslint-parser%2Fdownload%2Fvue-eslint-parser-7.3.0.tgz#894085839d99d81296fa081d19643733f23d7559" - integrity sha1-iUCFg52Z2BKW+ggdGWQ3M/I9dVk= +vue-eslint-parser@^7.4.1: + version "7.4.1" + resolved "https://registry.npm.taobao.org/vue-eslint-parser/download/vue-eslint-parser-7.4.1.tgz?cache=0&sync_timestamp=1611231679736&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fvue-eslint-parser%2Fdownload%2Fvue-eslint-parser-7.4.1.tgz#e4adcf7876a7379758d9056a72235af18a587f92" + integrity sha1-5K3PeHanN5dY2QVqciNa8YpYf5I= dependencies: debug "^4.1.1" eslint-scope "^5.0.0"