From fc344a92651a4e41cf58a0653319fb9f1fa7c393 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 30 Dec 2024 14:36:04 +0000 Subject: [PATCH] Update Yarn to v4.6.0 --- package.json | 2 +- streaming/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 3fd1b22c6f..6eee16dc28 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@mastodon/mastodon", "license": "AGPL-3.0-or-later", - "packageManager": "yarn@4.5.3", + "packageManager": "yarn@4.6.0", "engines": { "node": ">=18" }, diff --git a/streaming/package.json b/streaming/package.json index e40d262378..2419ffd273 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.5.3", + "packageManager": "yarn@4.6.0", "engines": { "node": ">=18" },