From df255eae6cbea81e9ec8f79bc22d34ba3ef653f7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 13 Nov 2024 05:48:35 +0000 Subject: [PATCH] chore(deps): update dependency eslint-plugin-vue to v9.31.0 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 508f088c6..888a205f2 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "@vue/test-utils": "2.4.6", "cross-env": "^7.0.3", "eslint": "8.57.1", - "eslint-plugin-vue": "9.28.0", + "eslint-plugin-vue": "9.31.0", "husky": "^8.0.2", "jsdom": "^22.0.0", "npm-run-all2": "^5.0.0", diff --git a/yarn.lock b/yarn.lock index 821dbbcc0..8abb5e894 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1676,10 +1676,10 @@ eslint-plugin-prettier@^5.0.0: prettier-linter-helpers "^1.0.0" synckit "^0.8.5" -eslint-plugin-vue@9.28.0: - version "9.28.0" - resolved "https://registry.yarnpkg.com/eslint-plugin-vue/-/eslint-plugin-vue-9.28.0.tgz#e4412f0c1024bafd15ffeaa6f76f4c99152e2765" - integrity sha512-ShrihdjIhOTxs+MfWun6oJWuk+g/LAhN+CiuOl/jjkG3l0F2AuK5NMTaWqyvBgkFtpYmyks6P4603mLmhNJW8g== +eslint-plugin-vue@9.31.0: + version "9.31.0" + resolved "https://registry.yarnpkg.com/eslint-plugin-vue/-/eslint-plugin-vue-9.31.0.tgz#5da53c2826f8efd8a62835aad596826053b1085e" + integrity sha512-aYMUCgivhz1o4tLkRHj5oq9YgYPM4/EJc0M7TAKRLCUA5OYxRLAhYEVD2nLtTwLyixEFI+/QXSvKU9ESZFgqjQ== dependencies: "@eslint-community/eslint-utils" "^4.4.0" globals "^13.24.0"