From d3edf60bec8058285f6e6a73c9b2b62220bee0ec Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 9 May 2024 18:52:20 +0000 Subject: [PATCH] chore(deps): update dependency eslint-plugin-vue to v9.26.0 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 73eb8f6a..8a2dc972 100644 --- a/package.json +++ b/package.json @@ -60,7 +60,7 @@ "eslint-plugin-jest": "27.9.0", "eslint-plugin-jest-formatting": "3.1.0", "eslint-plugin-prettier": "5.1.3", - "eslint-plugin-vue": "9.24.0", + "eslint-plugin-vue": "9.26.0", "husky": "9.0.11", "jest": "27.5.1", "lodash": "4.17.21", diff --git a/yarn.lock b/yarn.lock index 235b424e..32159971 100644 --- a/yarn.lock +++ b/yarn.lock @@ -9082,10 +9082,10 @@ eslint-plugin-prettier@^5.0.0: prettier-linter-helpers "^1.0.0" synckit "^0.8.5" -eslint-plugin-vue@9.24.0: - version "9.24.0" - resolved "https://registry.yarnpkg.com/eslint-plugin-vue/-/eslint-plugin-vue-9.24.0.tgz#71209f4652ee767f18c0bf56f25991b7cdc5aa46" - integrity sha512-9SkJMvF8NGMT9aQCwFc5rj8Wo1XWSMSHk36i7ZwdI614BU7sIOR28ZjuFPKp8YGymZN12BSEbiSwa7qikp+PBw== +eslint-plugin-vue@9.26.0: + version "9.26.0" + resolved "https://registry.yarnpkg.com/eslint-plugin-vue/-/eslint-plugin-vue-9.26.0.tgz#bf7f5cce62c8f878059b91edae44d22974133af5" + integrity sha512-eTvlxXgd4ijE1cdur850G6KalZqk65k1JKoOI2d1kT3hr8sPD07j1q98FRFdNnpxBELGPWxZmInxeHGF/GxtqQ== dependencies: "@eslint-community/eslint-utils" "^4.4.0" globals "^13.24.0"