From 8a3ad5da20aeb637206c375ac8bc9ae316e4ca53 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Aug 2021 04:09:12 +0000 Subject: [PATCH] Revert "build(deps-dev): bump eslint-plugin-vue from 7.15.1 to 7.15.2" This reverts commit ccc981044127c550872affc2c53556fe05d13735. --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index c94602a6..2ebd925b 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "@vue/compiler-sfc": "^3.1.5", "babel-eslint": "^10.1.0", "eslint": "^7.32.0", - "eslint-plugin-vue": "^7.15.2" + "eslint-plugin-vue": "^7.15.1" }, "eslintConfig": { "root": true, diff --git a/yarn.lock b/yarn.lock index cd688543..5ebf9ff4 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3638,10 +3638,10 @@ eslint-loader@^2.2.1: object-hash "^1.1.4" rimraf "^2.6.1" -eslint-plugin-vue@^7.15.2: - version "7.15.2" - resolved "https://registry.yarnpkg.com/eslint-plugin-vue/-/eslint-plugin-vue-7.15.2.tgz#054234a8cc032dac238b61ce4f1aa96c066e65fd" - integrity sha512-h5ws2GewwJ02HwnDo3WdPbc867MQieg9wrWgbpzh9ELBIiuy79EWK0zfyUxYzUWNd1EECCZ/8f50UCC7Hvbamw== +eslint-plugin-vue@^7.15.1: + version "7.15.1" + resolved "https://registry.yarnpkg.com/eslint-plugin-vue/-/eslint-plugin-vue-7.15.1.tgz#699c1f3ce2032ea8843b8d5d1adb863b7979965c" + integrity sha512-4/r+n/i+ovyeW2gVRRH92kpy4lkpFbyPR4BMxGBTLtGnwqOKKzjSo6EMSaT0RhWPvEjK9uifcY8e7z5n8BIEgw== dependencies: eslint-utils "^2.1.0" natural-compare "^1.4.0"