From 32e292f5f3d5a91b34e96ca36fb13b95edd5d840 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Jan 2023 08:11:39 +0000 Subject: [PATCH] Bump eslint-plugin-vue from 9.3.0 to 9.9.0 Bumps [eslint-plugin-vue](https://github.com/vuejs/eslint-plugin-vue) from 9.3.0 to 9.9.0. - [Release notes](https://github.com/vuejs/eslint-plugin-vue/releases) - [Commits](https://github.com/vuejs/eslint-plugin-vue/compare/v9.3.0...v9.9.0) --- updated-dependencies: - dependency-name: eslint-plugin-vue dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 260dce9..c84a706 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "@nuxtjs/stylelint-module": "^4.1.0", "eslint": "^8.4.1", "eslint-plugin-nuxt": "^3.1.0", - "eslint-plugin-vue": "^9.3.0", + "eslint-plugin-vue": "^9.9.0", "postcss-html": "^1.3.0", "sass": "^1.54.0", "sass-loader": "10", diff --git a/yarn.lock b/yarn.lock index c84b2fb..4d4d18f 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4376,10 +4376,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.9.0: + version "9.9.0" + resolved "https://registry.yarnpkg.com/eslint-plugin-vue/-/eslint-plugin-vue-9.9.0.tgz#ac788ebccd2eb94d846a507df55da50693b80c91" + integrity sha512-YbubS7eK0J7DCf0U2LxvVP7LMfs6rC6UltihIgval3azO3gyDwEGVgsCMe1TmDiEkl6GdMKfRpaME6QxIYtzDQ== dependencies: eslint-utils "^3.0.0" natural-compare "^1.4.0"