summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>2024-05-10 09:22:47 +0000
committerGitHub <noreply@github.com>2024-05-10 09:22:47 +0000
commit0a4a93038fa08e0f64f3b1f267853f38f41cd0cf (patch)
treef326e50734732b470ca23dbee9c0cdcf829e6988
parentc36a8786c10c36e5181c9c53d848fa8e7b24b692 (diff)
Update Yarn to v4.2.2 (#30220)
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 3abc11c34b0..d8848833311 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "@mastodon/mastodon",
"license": "AGPL-3.0-or-later",
- "packageManager": "yarn@4.2.1",
+ "packageManager": "yarn@4.2.2",
"engines": {
"node": ">=18"
},
diff --git a/streaming/package.json b/streaming/package.json
index f08d2a4c2d1..cf1fe4ba69b 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.2.1",
+ "packageManager": "yarn@4.2.2",
"engines": {
"node": ">=18"
},