From 09208eafa442d33c599edc4bbb20ffae95cde8e3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 5 Jun 2025 15:37:43 +0200 Subject: [PATCH] chore(deps): update yarn to v4.9.2 (#34916) 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 b7981d8095..0e47451954 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@mastodon/mastodon", "license": "AGPL-3.0-or-later", - "packageManager": "yarn@4.9.1", + "packageManager": "yarn@4.9.2", "engines": { "node": ">=20" }, diff --git a/streaming/package.json b/streaming/package.json index a8dbe6802b..dd332230ef 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.1", + "packageManager": "yarn@4.9.2", "engines": { "node": ">=20" },