Commit 39ab97f
authored
Enforce 14-day package cooldown and update dependencies (#237)
To proactively mitigate the risk of software supply chain attacks, this
PR introduces a 14-day minimum release age requirement for all npm
packages. This ensures we only install dependencies that have been
vetted by the community over a two-week period.
Summary of Changes
- Configured `.npmrc` with `min-release-age=14` to block the
installation of newly published packages.
- Updated existing dependencies to their latest safe, 14-day-compliant
versions.1 parent f0c1c1e commit 39ab97f
3 files changed
Lines changed: 338 additions & 263 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
0 commit comments