summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>2024-05-02 23:22:26 +0200
committerGitHub <noreply@github.com>2024-05-02 21:22:26 +0000
commit4b2054ee57b41c304f85eab6236baebe0b732d95 (patch)
treee55b1a47fcb22846c52266ec67274b2bfee69b00
parent253ead3aa7f69053eb6b275ba3016c43be2d3675 (diff)
Update Yarn to v4.2.1 (#30153)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
-rw-r--r--package.json2
-rw-r--r--streaming/package.json2
2 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json
index 24d81ea476a..3abc11c34b0 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "@mastodon/mastodon",
"license": "AGPL-3.0-or-later",
- "packageManager": "yarn@4.1.1",
+ "packageManager": "yarn@4.2.1",
"engines": {
"node": ">=18"
},
diff --git a/streaming/package.json b/streaming/package.json
index a0e7d96bb5b..c4dcccf1f57 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.1.1",
+ "packageManager": "yarn@4.2.1",
"engines": {
"node": ">=18"
},