From 56f285c9f0b113860afed90780f31d68359af7cf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Oct 2023 01:00:15 +0000 Subject: [PATCH] chore(deps-dev): bump eslint-plugin-vue from 9.17.0 to 9.18.0 Bumps [eslint-plugin-vue](https://github.com/vuejs/eslint-plugin-vue) from 9.17.0 to 9.18.0. - [Release notes](https://github.com/vuejs/eslint-plugin-vue/releases) - [Commits](https://github.com/vuejs/eslint-plugin-vue/compare/v9.17.0...v9.18.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 bd427aa5..35221f14 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "eslint-config-prettier": "9.0.0", "eslint-plugin-nuxt": "4.0.0", "eslint-plugin-prettier": "4.2.1", - "eslint-plugin-vue": "9.17.0", + "eslint-plugin-vue": "9.18.0", "jest": "26.6.3", "prettier": "2.8.8", "ts-jest": "26.5.6", diff --git a/yarn.lock b/yarn.lock index 9fedf373..329e732e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6275,10 +6275,10 @@ eslint-plugin-unicorn@^44.0.2: semver "^7.3.7" strip-indent "^3.0.0" -eslint-plugin-vue@9.17.0, eslint-plugin-vue@^9.4.0, eslint-plugin-vue@^9.7.0: - version "9.17.0" - resolved "https://registry.yarnpkg.com/eslint-plugin-vue/-/eslint-plugin-vue-9.17.0.tgz#4501547373f246547083482838b4c8f4b28e5932" - integrity sha512-r7Bp79pxQk9I5XDP0k2dpUC7Ots3OSWgvGZNu3BxmKK6Zg7NgVtcOB6OCna5Kb9oQwJPl5hq183WD0SY5tZtIQ== +eslint-plugin-vue@9.18.0, eslint-plugin-vue@^9.4.0, eslint-plugin-vue@^9.7.0: + version "9.18.0" + resolved "https://registry.yarnpkg.com/eslint-plugin-vue/-/eslint-plugin-vue-9.18.0.tgz#2a2dbb3c67317e8c11ab56cafaa15a3a7eac6282" + integrity sha512-yUM8a2OD/7Qs0PiugkRaxgz5KBRvzMvWShity2UvVFAN0yk8029mGpTdg/TNARPiYzp335mEwDHwcAR8tQNe4g== dependencies: "@eslint-community/eslint-utils" "^4.4.0" natural-compare "^1.4.0"