From 80b0117ba271d63da35e5080eba08395df880edd Mon Sep 17 00:00:00 2001 From: Pleroma Renovate Bot Date: Mon, 18 Aug 2025 08:53:12 +0000 Subject: [PATCH] Update dependency eslint-plugin-vue to v10.4.0 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 7f7d6f6a6..cd12cf7fb 100644 --- a/package.json +++ b/package.json @@ -83,7 +83,7 @@ "eslint-plugin-import": "2.31.0", "eslint-plugin-n": "17.18.0", "eslint-plugin-promise": "7.2.1", - "eslint-plugin-vue": "10.1.0", + "eslint-plugin-vue": "10.4.0", "eventsource-polyfill": "0.9.6", "express": "5.1.0", "function-bind": "1.1.2", diff --git a/yarn.lock b/yarn.lock index 06ac006ed..07cc2811b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4240,10 +4240,10 @@ eslint-plugin-promise@7.2.1: dependencies: "@eslint-community/eslint-utils" "^4.4.0" -eslint-plugin-vue@10.1.0: - version "10.1.0" - resolved "https://registry.yarnpkg.com/eslint-plugin-vue/-/eslint-plugin-vue-10.1.0.tgz#434cb84eecfa0a69b7cd95bf913f11ded259308e" - integrity sha512-/VTiJ1eSfNLw6lvG9ENySbGmcVvz6wZ9nA7ZqXlLBY2RkaF15iViYKxglWiIch12KiLAj0j1iXPYU6W4wTROFA== +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== dependencies: "@eslint-community/eslint-utils" "^4.4.0" natural-compare "^1.4.0"