From 32867255106438eacb6673cbba504d38a9f6c7b6 Mon Sep 17 00:00:00 2001 From: Pleroma Renovate Bot Date: Tue, 14 Oct 2025 08:52:04 +0000 Subject: [PATCH] Update dependency eslint-plugin-vue to v10.5.0 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index a6a92ee2c..019a57f33 100644 --- a/package.json +++ b/package.json @@ -83,7 +83,7 @@ "eslint-plugin-import": "2.32.0", "eslint-plugin-n": "17.23.1", "eslint-plugin-promise": "7.2.1", - "eslint-plugin-vue": "10.4.0", + "eslint-plugin-vue": "10.5.0", "eventsource-polyfill": "0.9.6", "express": "5.1.0", "function-bind": "1.1.2", diff --git a/yarn.lock b/yarn.lock index 20176ce59..8583da75a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4225,10 +4225,10 @@ eslint-plugin-promise@7.2.1: dependencies: "@eslint-community/eslint-utils" "^4.4.0" -eslint-plugin-vue@10.4.0: - version "10.4.0" - resolved "https://registry.yarnpkg.com/eslint-plugin-vue/-/eslint-plugin-vue-10.4.0.tgz#2ae20df43801d20515c58ec2ae0555bf1127a080" - integrity sha512-K6tP0dW8FJVZLQxa2S7LcE1lLw3X8VvB3t887Q6CLrFVxHYBXGANbXvwNzYIu6Ughx1bSJ5BDT0YB3ybPT39lw== +eslint-plugin-vue@10.5.0: + version "10.5.0" + resolved "https://registry.yarnpkg.com/eslint-plugin-vue/-/eslint-plugin-vue-10.5.0.tgz#61566528a85e2546b50534914cb44a077983c49f" + integrity sha512-7BZHsG3kC2vei8F2W8hnfDi9RK+cv5eKPMvzBdrl8Vuc0hR5odGQRli8VVzUkrmUHkxFEm4Iio1r5HOKslO0Aw== dependencies: "@eslint-community/eslint-utils" "^4.4.0" natural-compare "^1.4.0"