From 154ebae56fed62164245b667b16f66b8ebfc0ede Mon Sep 17 00:00:00 2001 From: Joakim Olsson Date: Thu, 25 Aug 2022 04:42:15 +0000 Subject: [PATCH] Build(deps-dev): bump eslint-plugin-vue from 9.3.0 to 9.4.0 Bumps [eslint-plugin-vue](https://github.com/vuejs/eslint-plugin-vue) from 9.3.0 to 9.4.0. - [Release notes](https://github.com/vuejs/eslint-plugin-vue/releases) - [Commits](https://github.com/vuejs/eslint-plugin-vue/compare/v9.3.0...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 c122dfa..00987fa 100644 --- a/package.json +++ b/package.json @@ -71,7 +71,7 @@ "eslint-plugin-import": "^2.26.0", "eslint-plugin-nuxt": "^3.2.0", "eslint-plugin-prettier": "^4.2.1", - "eslint-plugin-vue": "^9.3.0", + "eslint-plugin-vue": "^9.4.0", "husky": "^8.0.1", "postcss-html": "^1.5.0", "prettier": "^2.7.1", diff --git a/yarn.lock b/yarn.lock index 62287f0..56764f2 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6786,10 +6786,10 @@ eslint-plugin-vue@^8.5.0, eslint-plugin-vue@^8.7.1: semver "^7.3.5" vue-eslint-parser "^8.0.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"