From a455fb23d14b33293a70480278c94699d5cef1a3 Mon Sep 17 00:00:00 2001 From: renovate Date: Sun, 18 Jul 2021 10:37:33 +0000 Subject: [PATCH] Update dependency eslint-plugin-vue to v7.14.0 (#597) Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/597 Co-authored-by: renovate Co-committed-by: renovate --- package.json | 2 +- yarn.lock | 20 ++++++++++---------- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/package.json b/package.json index 804c46553..9bd151930 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,7 @@ "cypress": "7.7.0", "cypress-file-upload": "5.0.8", "eslint": "7.31.0", - "eslint-plugin-vue": "7.13.0", + "eslint-plugin-vue": "7.14.0", "faker": "5.5.3", "jest": "27.0.6", "sass-loader": "10.2.0", diff --git a/yarn.lock b/yarn.lock index b9b07e582..bfa03bc5e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6173,15 +6173,15 @@ eslint-loader@^2.2.1: object-hash "^1.1.4" rimraf "^2.6.1" -eslint-plugin-vue@7.13.0: - version "7.13.0" - resolved "https://registry.yarnpkg.com/eslint-plugin-vue/-/eslint-plugin-vue-7.13.0.tgz#6f3d232bf1fcd0428353b0d581ebaca1c5dbc17a" - integrity sha512-u0+jL8h2MshRuMTCLslktxRsPTjlENNcNufhgHu01N982DmHVdeFniyMPoVLLRjACQOwdz3FdlsgYGBMBG+AKg== +eslint-plugin-vue@7.14.0: + version "7.14.0" + resolved "https://registry.yarnpkg.com/eslint-plugin-vue/-/eslint-plugin-vue-7.14.0.tgz#8c00f211064bd2708fc1aa4abd0592538fbb2cb1" + integrity sha512-IW5A2Td0wEWjFGaGVEO24JNXa8cVFzAQTXrYv/Vu3zyDVS9sjwOpZY0iqub7FOkT2AK3Imtw4U4wg48pP9oWww== dependencies: eslint-utils "^2.1.0" natural-compare "^1.4.0" - semver "^7.3.2" - vue-eslint-parser "^7.8.0" + semver "^6.3.0" + vue-eslint-parser "^7.9.0" eslint-scope@^4.0.3: version "4.0.3" @@ -13507,10 +13507,10 @@ vue-easymde@1.4.0: easymde "^2.14.0" marked "^2.0.1" -vue-eslint-parser@^7.8.0: - version "7.8.0" - resolved "https://registry.yarnpkg.com/vue-eslint-parser/-/vue-eslint-parser-7.8.0.tgz#43850bf856c9a69d62c0e12769609c338423684b" - integrity sha512-ehmmrLZNYLUoKayvVW8l8HyPQIfuYZHiJoQLRP3dapDlTU7bGs4tqIKVGdAEpMuXS/b4R/PImCt7Tkj4UhX1SQ== +vue-eslint-parser@^7.9.0: + version "7.9.0" + resolved "https://registry.yarnpkg.com/vue-eslint-parser/-/vue-eslint-parser-7.9.0.tgz#5eeedc71f22ebc7b18b957d1ab171acf29a41e64" + integrity sha512-QBlhZ5LteDRVy2dISfQhNEmmcqph+GTaD4SH41bYzXcVHFPJ9p34zCG6QAqOZVa8PKaVgbomFnoZpGJRZi14vg== dependencies: debug "^4.1.1" eslint-scope "^5.1.1"