From e278bb4840bc1ab8cb76eeb50949abb3fb47aff4 Mon Sep 17 00:00:00 2001 From: renovate Date: Wed, 12 Jan 2022 14:01:29 +0000 Subject: [PATCH] chore(deps): update dependency eslint-plugin-vue to v8.3.0 (#1360) Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/1360 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 c632e2626..6c221a88b 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 9b9adef97..02decfd65 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6202,10 +6202,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"