From bc2ac3e3d8ad8e03aff5870479566665f147ae9e Mon Sep 17 00:00:00 2001 From: renovate Date: Fri, 4 Feb 2022 14:36:42 +0000 Subject: [PATCH] chore(deps): update dependency eslint-plugin-vue to v8.4.1 (#1486) Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/1486 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 eaacbac45..9b2eeebc7 100644 --- a/package.json +++ b/package.json @@ -74,7 +74,7 @@ "cypress": "9.4.1", "esbuild": "0.14.18", "eslint": "8.8.0", - "eslint-plugin-vue": "8.4.0", + "eslint-plugin-vue": "8.4.1", "express": "4.17.2", "happy-dom": "2.31.1", "netlify-cli": "8.15.0", diff --git a/yarn.lock b/yarn.lock index 8317307a8..aabf6825c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6237,10 +6237,10 @@ escodegen@^2.0.0: optionalDependencies: source-map "~0.6.1" -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== +eslint-plugin-vue@8.4.1: + version "8.4.1" + resolved "https://registry.yarnpkg.com/eslint-plugin-vue/-/eslint-plugin-vue-8.4.1.tgz#0a25493bbfee6baa21614e637e3fd390617c0bb4" + integrity sha512-nmWOhNmDx9TZ+yP9ZhezTkZUupSHsYA2TocRm+efPSXMOyFrVczVlaIuQcLBjCtI8CbkBiUQ3VcyQsjlIhDrhA== dependencies: eslint-utils "^3.0.0" natural-compare "^1.4.0"