From 1edcb3406ac45458f4a307c6ac41ce1ac6d16daf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 26 Oct 2024 06:59:38 +0000 Subject: [PATCH] Bump eslint-plugin-vue from 9.29.0 to 9.29.1 in the eslint group Bumps the eslint group with 1 update: [eslint-plugin-vue](https://github.com/vuejs/eslint-plugin-vue). Updates `eslint-plugin-vue` from 9.29.0 to 9.29.1 - [Release notes](https://github.com/vuejs/eslint-plugin-vue/releases) - [Commits](https://github.com/vuejs/eslint-plugin-vue/compare/v9.29.0...v9.29.1) --- updated-dependencies: - dependency-name: eslint-plugin-vue dependency-type: direct:development update-type: version-update:semver-patch dependency-group: eslint ... 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 7eea0687..a7cb50d7 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "eslint": "^8.57.1", "eslint-config-prettier": "^9.1.0", "eslint-plugin-prettier": "^5.2.1", - "eslint-plugin-vue": "^9.29.0", + "eslint-plugin-vue": "^9.29.1", "eslint-plugin-vuetify": "^1.1.0", "prettier": "^3.3.3", "sass": "^1.80.3", diff --git a/yarn.lock b/yarn.lock index 219ed983..bbcb82d2 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3254,10 +3254,10 @@ eslint-plugin-vue@^7.0.0: semver "^6.3.0" vue-eslint-parser "^7.10.0" -eslint-plugin-vue@^9.29.0: - version "9.29.0" - resolved "https://registry.yarnpkg.com/eslint-plugin-vue/-/eslint-plugin-vue-9.29.0.tgz#fa1d62a88c22102be4fb8c275929698a1aee4b04" - integrity sha512-hamyjrBhNH6Li6R1h1VF9KHfshJlKgKEg3ARbGTn72CMNDSMhWbgC7NdkRDEh25AFW+4SDATzyNM+3gWuZii8g== +eslint-plugin-vue@^9.29.1: + version "9.29.1" + resolved "https://registry.yarnpkg.com/eslint-plugin-vue/-/eslint-plugin-vue-9.29.1.tgz#1af4f81347734f3e62eee4ba898c025bc5457662" + integrity sha512-MH/MbVae4HV/tM8gKAVWMPJbYgW04CK7SuzYRrlNERpxbO0P3+Zdsa2oAcFBW6xNu7W6lIkGOsFAMCRTYmrlWQ== dependencies: "@eslint-community/eslint-utils" "^4.4.0" globals "^13.24.0"