From f168e36f6803edff0771efc2c59388621f5744db Mon Sep 17 00:00:00 2001 From: renovate Date: Thu, 27 Jan 2022 09:28:49 +0000 Subject: [PATCH] chore(deps): update dependency eslint-plugin-vue to v8.4.0 (#1451) Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/1451 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 833fa692a..641926c11 100644 --- a/package.json +++ b/package.json @@ -75,7 +75,7 @@ "cypress-file-upload": "5.0.8", "esbuild": "0.14.14", "eslint": "8.7.0", - "eslint-plugin-vue": "8.3.0", + "eslint-plugin-vue": "8.4.0", "express": "4.17.2", "netlify-cli": "8.13.0", "happy-dom": "2.30.1", diff --git a/yarn.lock b/yarn.lock index e7e6b920a..52c087374 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6208,10 +6208,10 @@ escodegen@^2.0.0: optionalDependencies: source-map "~0.6.1" -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== +eslint-plugin-vue@8.4.0: + version "8.4.0" + resolved "https://registry.yarnpkg.com/eslint-plugin-vue/-/eslint-plugin-vue-8.4.0.tgz#16e59b356386b4428fb7d886b6d8ee5df2bbc09d" + integrity sha512-Ga96QRG8GA9AyzKtEDxqYRCMt/VJM4SLkcNmm4FvUiFBE4jpaBr25unRBi9iVmHLYhA9EZ/4I+jD8n1vfWzyAA== dependencies: eslint-utils "^3.0.0" natural-compare "^1.4.0"