From 8e8d3dd99ceb559b54eae14dcb49d0a113f6eb61 Mon Sep 17 00:00:00 2001 From: Rafael M Date: Fri, 25 Jun 2021 18:11:28 +0100 Subject: [PATCH] update eslint-plugin-vue --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 4a459ce..dd952e3 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "eslint-plugin-security": "^1.4.0", "eslint-plugin-sonarjs": "^0.8.0-125", "eslint-plugin-unicorn": "^33.0.1", - "eslint-plugin-vue": "^7.11.1" + "eslint-plugin-vue": "^7.11.2" }, "devDependencies": { "@swrlab/swr-prettier-config": "^0.1.2", diff --git a/yarn.lock b/yarn.lock index c2e5b69..7bc4d32 100644 --- a/yarn.lock +++ b/yarn.lock @@ -670,10 +670,10 @@ eslint-plugin-unicorn@^33.0.1: safe-regex "^2.1.1" semver "^7.3.5" -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.11.2: + 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"