summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsyuilo <4439005+syuilo@users.noreply.github.com>2025-09-22 18:23:43 +0900
committersyuilo <4439005+syuilo@users.noreply.github.com>2025-09-22 18:23:43 +0900
commit3fc226104165ab793ae8cec07ea7f5e556914206 (patch)
tree3237d69f29e411664fefffaad11f8728f61b1ed9
parentUpdate CHANGELOG.md (diff)
downloadmisskey-3fc226104165ab793ae8cec07ea7f5e556914206.tar.gz
misskey-3fc226104165ab793ae8cec07ea7f5e556914206.tar.bz2
misskey-3fc226104165ab793ae8cec07ea7f5e556914206.zip
dev(pnpm): set minimumReleaseAge to 7days
to mitigate supply-chain attack Resolve #16572
-rw-r--r--pnpm-workspace.yaml1
1 files changed, 1 insertions, 0 deletions
diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml
index 0fadcc60f7..597aa6e3de 100644
--- a/pnpm-workspace.yaml
+++ b/pnpm-workspace.yaml
@@ -30,3 +30,4 @@ onlyBuiltDependencies:
- v-code-diff
- vue-demi
ignorePatchFailures: false
+minimumReleaseAge: 10080 # delay 7days to mitigate supply-chain attack