From ec2e8a420a1b6c807794581adec673cf43e9fe3e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 2 Jan 2021 14:29:09 +0000 Subject: [PATCH] Bump eslint-plugin-vue from 7.3.0 to 7.4.0 Bumps [eslint-plugin-vue](https://github.com/vuejs/eslint-plugin-vue) from 7.3.0 to 7.4.0. - [Release notes](https://github.com/vuejs/eslint-plugin-vue/releases) - [Commits](https://github.com/vuejs/eslint-plugin-vue/compare/v7.3.0...v7.4.0) 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 96d8d0aa..5a1a2ac1 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "@vue/compiler-sfc": "^3.0.5", "babel-eslint": "^10.1.0", "eslint": "^7.16.0", - "eslint-plugin-vue": "^7.0.0-0" + "eslint-plugin-vue": "^7.4.0" }, "eslintConfig": { "root": true, diff --git a/yarn.lock b/yarn.lock index 85b68cfe..a0cfecb6 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3653,10 +3653,10 @@ eslint-loader@^2.2.1: object-hash "^1.1.4" rimraf "^2.6.1" -eslint-plugin-vue@^7.0.0-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.0: + version "7.4.0" + resolved "https://registry.yarnpkg.com/eslint-plugin-vue/-/eslint-plugin-vue-7.4.0.tgz#27324cbe8f00705708c9fa9e8c0401d8f0742c20" + integrity sha512-bYJV3nHSGV5IL40Ti1231vlY8I2DzjDHYyDjRv9Z1koEI7qyV2RR3+uKMafHdOioXYH9W3e1+iwe4wy7FIBNCQ== dependencies: eslint-utils "^2.1.0" natural-compare "^1.4.0"