From 188901ecdf369c0c30cd3a49d74fc3866d7bd398 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Oct 2022 08:36:15 +0000 Subject: [PATCH] Bump eslint-plugin-vue from 9.3.0 to 9.7.0 Bumps [eslint-plugin-vue](https://github.com/vuejs/eslint-plugin-vue) from 9.3.0 to 9.7.0. - [Release notes](https://github.com/vuejs/eslint-plugin-vue/releases) - [Commits](https://github.com/vuejs/eslint-plugin-vue/compare/v9.3.0...v9.7.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..489689a 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.7.0", "postcss-html": "^1.3.0", "sass": "^1.54.0", "sass-loader": "10", diff --git a/yarn.lock b/yarn.lock index c84b2fb..3784d09 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.7.0: + version "9.7.0" + resolved "https://registry.yarnpkg.com/eslint-plugin-vue/-/eslint-plugin-vue-9.7.0.tgz#d391b9864f128ea2d1ee4dabeafb5f7c0cea981f" + integrity sha512-DrOO3WZCZEwcLsnd3ohFwqCoipGRSTKTBTnLwdhqAbYZtzWl0o7D+D8ZhlmiZvABKTEl8AFsqH1GHGdybyoQmw== dependencies: eslint-utils "^3.0.0" natural-compare "^1.4.0"