From 3091f7663c97bc9319dcad5d86209b310184e37e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Jan 2021 05:20:31 +0000 Subject: [PATCH] chore(deps-dev): bump eslint-plugin-vue from 7.4.0 to 7.4.1 Bumps [eslint-plugin-vue](https://github.com/vuejs/eslint-plugin-vue) from 7.4.0 to 7.4.1. - [Release notes](https://github.com/vuejs/eslint-plugin-vue/releases) - [Commits](https://github.com/vuejs/eslint-plugin-vue/compare/v7.4.0...v7.4.1) 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 334ef8e..69e88ee 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "babel-eslint": "^10.1.0", "eslint": "^7.17.0", "eslint-plugin-prettier": "^3.3.0", - "eslint-plugin-vue": "^7.4.0", + "eslint-plugin-vue": "^7.4.1", "eslint-plugin-vuetify": "^1.0.0-beta.7", "prettier": "^2.2.1", "sass": "^1.32.0", diff --git a/yarn.lock b/yarn.lock index a149a41..9c4ca37 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3550,10 +3550,10 @@ eslint-plugin-vue@^6.2.2: semver "^5.6.0" vue-eslint-parser "^7.0.0" -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== +eslint-plugin-vue@^7.4.1: + version "7.4.1" + resolved "https://registry.yarnpkg.com/eslint-plugin-vue/-/eslint-plugin-vue-7.4.1.tgz#2526ef0c010c218824a89423dbe6ddbe76f04fd6" + integrity sha512-W/xPNHYIkGJphLUM2UIYYGKbRw3BcDoMIPY9lu1TTa2YLiZoxurddfnmOP+UOVywxb5vi438ejzwvKdZqydtIw== dependencies: eslint-utils "^2.1.0" natural-compare "^1.4.0"