From 3ab2d14782e81f0d8f7dc211ace2ad705f7364ad Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 28 Aug 2025 14:39:01 +0200 Subject: [PATCH] Update Yarn to v4.9.4 (#35837) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package.json | 2 +- streaming/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index d7fbcf09ef..9f494efe90 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@mastodon/mastodon", "license": "AGPL-3.0-or-later", - "packageManager": "yarn@4.9.2", + "packageManager": "yarn@4.9.4", "engines": { "node": ">=20" }, diff --git a/streaming/package.json b/streaming/package.json index dd332230ef..a820eeb867 100644 --- a/streaming/package.json +++ b/streaming/package.json @@ -1,7 +1,7 @@ { "name": "@mastodon/streaming", "license": "AGPL-3.0-or-later", - "packageManager": "yarn@4.9.2", + "packageManager": "yarn@4.9.4", "engines": { "node": ">=20" },