From 2d4c4ea1794cf98252660b30fa393b8d11322c98 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 May 2023 07:06:40 -0400 Subject: [PATCH] Bump eslint-plugin-vue from 9.11.0 to 9.11.1 (#3518) Bumps [eslint-plugin-vue](https://github.com/vuejs/eslint-plugin-vue) from 9.11.0 to 9.11.1. - [Release notes](https://github.com/vuejs/eslint-plugin-vue/releases) - [Commits](https://github.com/vuejs/eslint-plugin-vue/compare/v9.11.0...v9.11.1) --- updated-dependencies: - dependency-name: eslint-plugin-vue dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 77f467a5d..7ddf66ee9 100644 --- a/package.json +++ b/package.json @@ -98,7 +98,7 @@ "eslint-plugin-prettier": "^4.2.1", "eslint-plugin-promise": "^6.1.1", "eslint-plugin-unicorn": "^46.0.0", - "eslint-plugin-vue": "^9.11.0", + "eslint-plugin-vue": "^9.11.1", "eslint-plugin-vuejs-accessibility": "^2.1.0", "html-webpack-plugin": "^5.5.1", "js-yaml": "^4.1.0", diff --git a/yarn.lock b/yarn.lock index 57209eda6..6116c2063 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3599,10 +3599,10 @@ eslint-plugin-unicorn@^46.0.0: semver "^7.3.8" strip-indent "^3.0.0" -eslint-plugin-vue@^9.11.0: - version "9.11.0" - resolved "https://registry.yarnpkg.com/eslint-plugin-vue/-/eslint-plugin-vue-9.11.0.tgz#99a247455c02181f24d9240d422380fd16dd630c" - integrity sha512-bBCJAZnkBV7ATH4Z1E7CvN3nmtS4H7QUU3UBxPdo8WohRU+yHjnQRALpTbxMVcz0e4Mx3IyxIdP5HYODMxK9cQ== +eslint-plugin-vue@^9.11.1: + version "9.11.1" + resolved "https://registry.yarnpkg.com/eslint-plugin-vue/-/eslint-plugin-vue-9.11.1.tgz#71e37cc74ac0a9bca07d2e8c471a047b8ac254fb" + integrity sha512-SNtBGDrRkPUFsREswPceqdvZ7YVdWY+iCYiDC+RoxwVieeQ7GJU1FLDlkcaYTOD2os/YuVgI1Fdu8YGM7fmoow== dependencies: "@eslint-community/eslint-utils" "^4.3.0" natural-compare "^1.4.0"