From d16d65d4051a096ea80f563736faffe998108046 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 28 Dec 2020 08:04:54 +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-preview[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 95fe1c87..d79f3d9e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3497,9 +3497,9 @@ } }, "eslint-plugin-vue": { - "version": "7.3.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-vue/-/eslint-plugin-vue-7.3.0.tgz", - "integrity": "sha512-4rc9xrZgwT4aLz3XE6lrHu+FZtDLWennYvtzVvvS81kW9c65U4DUzQQWAFjDCgCFvN6HYWxi7ueEtxZVSB+f0g==", + "version": "7.4.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-vue/-/eslint-plugin-vue-7.4.0.tgz", + "integrity": "sha512-bYJV3nHSGV5IL40Ti1231vlY8I2DzjDHYyDjRv9Z1koEI7qyV2RR3+uKMafHdOioXYH9W3e1+iwe4wy7FIBNCQ==", "dev": true, "requires": { "eslint-utils": "^2.1.0", diff --git a/package.json b/package.json index 2f28bdb3..d75a3168 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "devDependencies": { "@vue/component-compiler-utils": "^3.2.0", "eslint": "^7.16.0", - "eslint-plugin-vue": "^7.3.0", + "eslint-plugin-vue": "^7.4.0", "parcel-bundler": "^1.12.4", "vue-template-compiler": "^2.6.12" }