From d7df83adb4d230a9a16a718370cdabd975a5261a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 22 May 2023 15:08:26 +0000 Subject: [PATCH] chore(deps): update dependency eslint-plugin-vue to v9.14.0 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index ec98bf22..76f35d06 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "eslint": "8.41.0", "eslint-config-prettier": "8.8.0", "eslint-plugin-prettier": "4.2.1", - "eslint-plugin-vue": "9.13.0", + "eslint-plugin-vue": "9.14.0", "prettier": "2.8.8", "unocss": "0.52.0", "vite": "4.3.8", diff --git a/yarn.lock b/yarn.lock index 3a933de7..e7abac6e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2242,10 +2242,10 @@ eslint-plugin-prettier@4.2.1: dependencies: prettier-linter-helpers "^1.0.0" -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== +eslint-plugin-vue@9.14.0: + version "9.14.0" + resolved "https://registry.yarnpkg.com/eslint-plugin-vue/-/eslint-plugin-vue-9.14.0.tgz#73004a62d794e276a60d471114d81ed8887efcb8" + integrity sha512-4O7EuiqPGVQA1wYCzLvCzsBTv9JIPHLHhrf0k55DLzbwtmJbSw2TKS0G/l7pOwi9RWMSkjIT7ftChU5gZpgnJw== dependencies: "@eslint-community/eslint-utils" "^4.3.0" natural-compare "^1.4.0"