Update Yarn to v4.9.4 (#35837)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2025-08-28 14:39:01 +02:00 committed by GitHub
parent 229cbc6a24
commit 3ab2d14782
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
{ {
"name": "@mastodon/mastodon", "name": "@mastodon/mastodon",
"license": "AGPL-3.0-or-later", "license": "AGPL-3.0-or-later",
"packageManager": "yarn@4.9.2", "packageManager": "yarn@4.9.4",
"engines": { "engines": {
"node": ">=20" "node": ">=20"
}, },

View File

@ -1,7 +1,7 @@
{ {
"name": "@mastodon/streaming", "name": "@mastodon/streaming",
"license": "AGPL-3.0-or-later", "license": "AGPL-3.0-or-later",
"packageManager": "yarn@4.9.2", "packageManager": "yarn@4.9.4",
"engines": { "engines": {
"node": ">=20" "node": ">=20"
}, },