From 2e4ef66e43cd61499724fc62cf8ecf70377f72c2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 26 May 2023 11:41:13 +0000 Subject: [PATCH] chore(deps): update dependency eslint-plugin-vue to v9.14.1 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index d50aebb7..e38ff0b8 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.14.0", + "eslint-plugin-vue": "9.14.1", "prettier": "2.8.8", "unocss": "0.52.3", "vite": "4.3.8", diff --git a/yarn.lock b/yarn.lock index 4bff0964..333bdc84 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2237,10 +2237,10 @@ eslint-plugin-prettier@4.2.1: dependencies: prettier-linter-helpers "^1.0.0" -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== +eslint-plugin-vue@9.14.1: + version "9.14.1" + resolved "https://registry.yarnpkg.com/eslint-plugin-vue/-/eslint-plugin-vue-9.14.1.tgz#3b0c9857642dac547c7564031cfb09d283eafdd4" + integrity sha512-LQazDB1qkNEKejLe/b5a9VfEbtbczcOaui5lQ4Qw0tbRBbQYREyxxOV5BQgNDTqGPs9pxqiEpbMi9ywuIaF7vw== dependencies: "@eslint-community/eslint-utils" "^4.3.0" natural-compare "^1.4.0"