From f06c39e79a2ecc6f0c9c1c7de3ab7be1a01a9dfe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 May 2023 17:23:34 -0400 Subject: [PATCH] Bump eslint-plugin-vue from 9.12.0 to 9.13.0 (#3576) Bumps [eslint-plugin-vue](https://github.com/vuejs/eslint-plugin-vue) from 9.12.0 to 9.13.0. - [Release notes](https://github.com/vuejs/eslint-plugin-vue/releases) - [Commits](https://github.com/vuejs/eslint-plugin-vue/compare/v9.12.0...v9.13.0) --- updated-dependencies: - dependency-name: eslint-plugin-vue dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- yarn.lock | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index eab2a8b22..f2b7de74a 100644 --- a/package.json +++ b/package.json @@ -100,7 +100,7 @@ "eslint-plugin-prettier": "^4.2.1", "eslint-plugin-promise": "^6.1.1", "eslint-plugin-unicorn": "^47.0.0", - "eslint-plugin-vue": "^9.12.0", + "eslint-plugin-vue": "^9.13.0", "eslint-plugin-vuejs-accessibility": "^2.1.0", "eslint-plugin-yml": "^1.7.0", "html-webpack-plugin": "^5.5.1", diff --git a/yarn.lock b/yarn.lock index cb1480936..e2ebd7c9a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3599,17 +3599,17 @@ eslint-plugin-unicorn@^47.0.0: semver "^7.3.8" strip-indent "^3.0.0" -eslint-plugin-vue@^9.12.0: - version "9.12.0" - resolved "https://registry.yarnpkg.com/eslint-plugin-vue/-/eslint-plugin-vue-9.12.0.tgz#3174eaaedc143bf7b392b3defa3f18889606bb73" - integrity sha512-xH8PgpDW2WwmFSmRfs/3iWogef1CJzQqX264I65zz77jDuxF2yLy7+GA2diUM8ZNATuSl1+UehMQkb5YEyau5w== +eslint-plugin-vue@^9.13.0: + version "9.13.0" + resolved "https://registry.yarnpkg.com/eslint-plugin-vue/-/eslint-plugin-vue-9.13.0.tgz#adb21448e65a7c1502af66103ff5f215632c5319" + integrity sha512-aBz9A8WB4wmpnVv0pYUt86cmH9EkcwWzgEwecBxMoRNhQjTL5i4sqadnwShv/hOdr8Hbl8XANGV7dtX9UQIAyA== dependencies: "@eslint-community/eslint-utils" "^4.3.0" natural-compare "^1.4.0" nth-check "^2.0.1" postcss-selector-parser "^6.0.9" semver "^7.3.5" - vue-eslint-parser "^9.0.1" + vue-eslint-parser "^9.3.0" xml-name-validator "^4.0.0" eslint-plugin-vuejs-accessibility@^2.1.0: