From 21509d39486c9feefb1d5b1314e37f6bee966701 Mon Sep 17 00:00:00 2001 From: renovate Date: Wed, 12 Jan 2022 13:02:49 +0000 Subject: [PATCH] chore(deps): update dependency eslint-plugin-vue to v8.3.0 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index a31985884..7806c471d 100644 --- a/package.json +++ b/package.json @@ -74,7 +74,7 @@ "cypress-file-upload": "5.0.8", "esbuild": "0.14.11", "eslint": "8.6.0", - "eslint-plugin-vue": "8.2.0", + "eslint-plugin-vue": "8.3.0", "express": "4.17.2", "faker": "5.5.3", "netlify-cli": "8.6.21", diff --git a/yarn.lock b/yarn.lock index 96829bb55..ad11eb0e5 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6219,10 +6219,10 @@ escodegen@^2.0.0: optionalDependencies: source-map "~0.6.1" -eslint-plugin-vue@8.2.0: - version "8.2.0" - resolved "https://registry.yarnpkg.com/eslint-plugin-vue/-/eslint-plugin-vue-8.2.0.tgz#b404bc10e3f43b2b7aad4ebb3b38090a58040202" - integrity sha512-cLIdTuOAMXyHeQ4drYKcZfoyzdwdBpH279X8/N0DgmotEI9yFKb5O/cAgoie/CkQZCH/MOmh0xw/KEfS90zY2A== +eslint-plugin-vue@8.3.0: + version "8.3.0" + resolved "https://registry.yarnpkg.com/eslint-plugin-vue/-/eslint-plugin-vue-8.3.0.tgz#2ae4f915ed3541a58c4a4c1145c1e60b86aa7e85" + integrity sha512-IIuLHw4vQxGlHcoP2dG6t/2OVdQf2qoyAzEGAxreU1afZOHGA7y3TWq8I+r3ZA6Wjs6xpeUWGHlT31QGr9Rb5g== dependencies: eslint-utils "^3.0.0" natural-compare "^1.4.0" -- 2.40.1