From 4e324862e816504f1f3e48f6a4d95bbffcf9f15a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Oct 2021 00:38:06 +0000 Subject: [PATCH] chore(deps-dev): bump eslint-plugin-vue from 7.15.0 to 7.19.0 Bumps [eslint-plugin-vue](https://github.com/vuejs/eslint-plugin-vue) from 7.15.0 to 7.19.0. - [Release notes](https://github.com/vuejs/eslint-plugin-vue/releases) - [Commits](https://github.com/vuejs/eslint-plugin-vue/compare/v7.15.0...v7.19.0) --- updated-dependencies: - dependency-name: eslint-plugin-vue dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 7aa9998..8dd9b7e 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "eslint": "^7.31.0", "eslint-config-prettier": "^8.3.0", "eslint-plugin-nuxt": "^2.0.0", - "eslint-plugin-vue": "^7.15.0", + "eslint-plugin-vue": "^7.19.0", "postcss": "^8.3.6", "prettier": "^2.3.2" } diff --git a/yarn.lock b/yarn.lock index c74a95a..3272559 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4334,10 +4334,10 @@ eslint-plugin-unicorn@^28.0.2: safe-regex "^2.1.1" semver "^7.3.4" -eslint-plugin-vue@^7.1.0, eslint-plugin-vue@^7.15.0, eslint-plugin-vue@^7.9.0: - version "7.15.0" - resolved "https://registry.yarnpkg.com/eslint-plugin-vue/-/eslint-plugin-vue-7.15.0.tgz#272318b4aac789ea92e6cd28ef14698e9715ceab" - integrity sha512-br58VTAT8JB4Qe7XJVN7fNBqQgclE+hcsievoyQyGtCZsYprFMQYu+c9yHX9XkP55cMnSVZpW5fRgy3n/wZskA== +eslint-plugin-vue@^7.1.0, eslint-plugin-vue@^7.19.0, eslint-plugin-vue@^7.9.0: + version "7.19.0" + resolved "https://registry.yarnpkg.com/eslint-plugin-vue/-/eslint-plugin-vue-7.19.0.tgz#4981f31c5df40fc1b2710d4fcb3e5e75fc644a48" + integrity sha512-pqsJY1q0cjdQerWSlGHo+NfnWZ8Xuc5tetddljJJ7726auWsnHty7F5qgj/EcjkPgyj8s5Lw4YGuhsFHkzIrkQ== dependencies: eslint-utils "^2.1.0" natural-compare "^1.4.0"