From 409f00ab18203331591b18ebf45e8ba861fefa3b Mon Sep 17 00:00:00 2001 From: renovate Date: Thu, 1 Sep 2022 17:03:14 +0000 Subject: [PATCH] chore(deps): update dependency eslint-plugin-vue to v9.4.0 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index e71d9a7f1..c0d55b8e9 100644 --- a/package.json +++ b/package.json @@ -78,7 +78,7 @@ "cypress": "10.7.0", "esbuild": "0.15.6", "eslint": "8.23.0", - "eslint-plugin-vue": "9.3.0", + "eslint-plugin-vue": "9.4.0", "express": "4.18.1", "happy-dom": "6.0.4", "netlify-cli": "11.5.1", diff --git a/yarn.lock b/yarn.lock index 74d867fb1..93a23e7b2 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5776,10 +5776,10 @@ escodegen@^2.0.0: optionalDependencies: source-map "~0.6.1" -eslint-plugin-vue@9.3.0: - version "9.3.0" - resolved "https://registry.yarnpkg.com/eslint-plugin-vue/-/eslint-plugin-vue-9.3.0.tgz#c3f5ce515dae387e062428725c5cf96098d9da0b" - integrity sha512-iscKKkBZgm6fGZwFt6poRoWC0Wy2dQOlwUPW++CiPoQiw1enctV2Hj5DBzzjJZfyqs+FAXhgzL4q0Ww03AgSmQ== +eslint-plugin-vue@9.4.0: + version "9.4.0" + resolved "https://registry.yarnpkg.com/eslint-plugin-vue/-/eslint-plugin-vue-9.4.0.tgz#31c2d9002b5bb437b351a5feffdf37c4397e5cb9" + integrity sha512-Nzz2QIJ8FG+rtJaqT/7/ru5ie2XgT9KCudkbN0y3uFYhQ41nuHEaboLAiqwMcK006hZPQv/rVMRhUIwEGhIvfQ== dependencies: eslint-utils "^3.0.0" natural-compare "^1.4.0" -- 2.40.1