From f9529f605c981ee5239d5be594f20ab988d5b0c7 Mon Sep 17 00:00:00 2001 From: renovate Date: Tue, 10 Aug 2021 14:32:23 +0000 Subject: [PATCH] Update dependency eslint-plugin-vue to v7.16.0 (#648) Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/648 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 af198b68d..723710022 100644 --- a/package.json +++ b/package.json @@ -55,7 +55,7 @@ "cypress-file-upload": "5.0.8", "esbuild": "0.12.19", "eslint": "7.32.0", - "eslint-plugin-vue": "7.15.1", + "eslint-plugin-vue": "7.16.0", "express": "4.17.1", "faker": "5.5.3", "jest": "27.0.6", diff --git a/yarn.lock b/yarn.lock index c0503a84e..21abe73f4 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3785,10 +3785,10 @@ escodegen@^2.0.0: optionalDependencies: source-map "~0.6.1" -eslint-plugin-vue@7.15.1: - version "7.15.1" - resolved "https://registry.yarnpkg.com/eslint-plugin-vue/-/eslint-plugin-vue-7.15.1.tgz#699c1f3ce2032ea8843b8d5d1adb863b7979965c" - integrity sha512-4/r+n/i+ovyeW2gVRRH92kpy4lkpFbyPR4BMxGBTLtGnwqOKKzjSo6EMSaT0RhWPvEjK9uifcY8e7z5n8BIEgw== +eslint-plugin-vue@7.16.0: + version "7.16.0" + resolved "https://registry.yarnpkg.com/eslint-plugin-vue/-/eslint-plugin-vue-7.16.0.tgz#7fe9fea039a190b108319c1380adf543ef57707d" + integrity sha512-0E2dVvVC7I2Xm1HXyx+ZwPj9CNX4NJjs4K4r+GVsHWyt5Pew3JLD4fI7A91b2jeL0TXE7LlszrwLSTJU9eqehw== dependencies: eslint-utils "^2.1.0" natural-compare "^1.4.0"