From 3918da3bc769456b7fc5b1e72da863cbdfdfc5e8 Mon Sep 17 00:00:00 2001 From: renovate Date: Wed, 20 Oct 2021 07:17:43 +0000 Subject: [PATCH] chore(deps): update dependency eslint-plugin-vue to v7.20.0 (#881) Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/881 Co-authored-by: renovate Co-committed-by: renovate --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 90620589c..a83e84ee5 100644 --- a/package.json +++ b/package.json @@ -63,7 +63,7 @@ "cypress-file-upload": "5.0.8", "esbuild": "0.13.8", "eslint": "8.0.1", - "eslint-plugin-vue": "7.19.1", + "eslint-plugin-vue": "7.20.0", "express": "4.17.1", "faker": "5.5.3", "jest": "27.3.1", diff --git a/yarn.lock b/yarn.lock index d3a2f86e7..f6bb59b40 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3234,10 +3234,10 @@ escodegen@^2.0.0: optionalDependencies: source-map "~0.6.1" -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"