From 463d0c9cfb19e957bf7939c440af0831760c1b53 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Jun 2021 04:12:21 +0000 Subject: [PATCH] build(deps-dev): bump eslint-plugin-vue from 7.11.1 to 7.12.1 Bumps [eslint-plugin-vue](https://github.com/vuejs/eslint-plugin-vue) from 7.11.1 to 7.12.1. - [Release notes](https://github.com/vuejs/eslint-plugin-vue/releases) - [Commits](https://github.com/vuejs/eslint-plugin-vue/compare/v7.11.1...v7.12.1) --- 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 94c18f26..6fe5401d 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "@vue/compiler-sfc": "^3.1.2", "babel-eslint": "^10.1.0", "eslint": "^7.29.0", - "eslint-plugin-vue": "^7.11.1" + "eslint-plugin-vue": "^7.12.1" }, "eslintConfig": { "root": true, diff --git a/yarn.lock b/yarn.lock index 71c88e09..9555fd9d 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3626,10 +3626,10 @@ eslint-loader@^2.2.1: object-hash "^1.1.4" rimraf "^2.6.1" -eslint-plugin-vue@^7.11.1: - version "7.11.1" - resolved "https://registry.yarnpkg.com/eslint-plugin-vue/-/eslint-plugin-vue-7.11.1.tgz#77eb4b44032d5cca79f9af21d06991d8694a314a" - integrity sha512-lbw3vkEAGqYjqd1HpPFWHXtYaS8mILTJ5KOpJfRxO3Fo7o0wCf1zD7vSOasbm6nTA9xIgvZQ4VcyGIzQXxznHw== +eslint-plugin-vue@^7.12.1: + version "7.12.1" + resolved "https://registry.yarnpkg.com/eslint-plugin-vue/-/eslint-plugin-vue-7.12.1.tgz#ef6499ce4fe0566659c8e12c71713f5308630a76" + integrity sha512-xHf/wCt88qmzqQerjaSteUFGASj7fPreglKD4ijnvoKRkoSJ3/H3kuJE8QFFtc+2wjw6hRDs834HH7vpuTJQzg== dependencies: eslint-utils "^2.1.0" natural-compare "^1.4.0"