From 31cc81768b979cbdd41803e3d60ea2ec50f191b9 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 20 Oct 2021 05:29:57 +0000 Subject: [PATCH] Update dependency eslint-plugin-vue to v7.20.0 --- frontend/package.json | 2 +- frontend/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/frontend/package.json b/frontend/package.json index 5cf535e..c2b7a99 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -28,7 +28,7 @@ "babel-eslint": "10.1.0", "babel-jest": "27.2.5", "eslint": "8.0.1", - "eslint-plugin-vue": "7.19.1", + "eslint-plugin-vue": "7.20.0", "lint-staged": "11.2.3", "vue-template-compiler": "2.6.14" }, diff --git a/frontend/yarn.lock b/frontend/yarn.lock index f9a4a23..0203f8c 100644 --- a/frontend/yarn.lock +++ b/frontend/yarn.lock @@ -4796,10 +4796,10 @@ eslint-plugin-import@^2.21.2: resolve "^1.17.0" tsconfig-paths "^3.9.0" -eslint-plugin-vue@7.19.1: - version "7.19.1" - resolved "https://registry.yarnpkg.com/eslint-plugin-vue/-/eslint-plugin-vue-7.19.1.tgz#435fb2ce712842a9530b28eacb883680e8eaa4f3" - integrity sha512-e2pD7nW2sTY04ThH+66BgToNwC4n6dqfNhKE+ypdJFtZgn3Zn+nP8ZEIFPG0PGqCKQ3qxy8dJk1bzUsuQd3ANA== +eslint-plugin-vue@7.20.0: + version "7.20.0" + resolved "https://registry.yarnpkg.com/eslint-plugin-vue/-/eslint-plugin-vue-7.20.0.tgz#98c21885a6bfdf0713c3a92957a5afeaaeed9253" + integrity sha512-oVNDqzBC9h3GO+NTgWeLMhhGigy6/bQaQbHS+0z7C4YEu/qK/yxHvca/2PTZtGNPsCrHwOTgKMrwu02A9iPBmw== dependencies: eslint-utils "^2.1.0" natural-compare "^1.4.0"