From 35a9532b860f55124bce5bb15d483071579082a9 Mon Sep 17 00:00:00 2001 From: renovate Date: Tue, 21 Sep 2021 19:05:35 +0000 Subject: [PATCH] chore(deps): update dependency eslint-plugin-vue to v7.18.0 (#761) Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/761 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 708d68418..2f63b704f 100644 --- a/package.json +++ b/package.json @@ -55,7 +55,7 @@ "cypress-file-upload": "5.0.8", "esbuild": "0.12.28", "eslint": "7.32.0", - "eslint-plugin-vue": "7.17.0", + "eslint-plugin-vue": "7.18.0", "express": "4.17.1", "faker": "5.5.3", "jest": "27.2.1", diff --git a/yarn.lock b/yarn.lock index c9bbb265a..63b274991 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3584,10 +3584,10 @@ escodegen@^2.0.0: optionalDependencies: source-map "~0.6.1" -eslint-plugin-vue@7.17.0: - version "7.17.0" - resolved "https://registry.yarnpkg.com/eslint-plugin-vue/-/eslint-plugin-vue-7.17.0.tgz#41e0bdb5effca5ee26f087f924be987eb41ef573" - integrity sha512-Rq5R2QetDCgC+kBFQw1+aJ5B93tQ4xqZvoCUxuIzwTonngNArsdP8ChM8PowIzsJvRtWl4ltGh/bZcN3xhFWSw== +eslint-plugin-vue@7.18.0: + version "7.18.0" + resolved "https://registry.yarnpkg.com/eslint-plugin-vue/-/eslint-plugin-vue-7.18.0.tgz#02a452142330c7f27c242db21a1b9e25238540f6" + integrity sha512-ceDXlXYMMPMSXw7tdKUR42w9jlzthJGJ3Kvm3YrZ0zuQfvAySNxe8sm6VHuksBW0+060GzYXhHJG6IHVOfF83Q== dependencies: eslint-utils "^2.1.0" natural-compare "^1.4.0"