Skip to content

Enforce 14-day package cooldown and update dependencies#40

Merged
AlexJSully merged 1 commit into
mainfrom
alexjsully-260612-npmrc
Jun 12, 2026
Merged

Enforce 14-day package cooldown and update dependencies#40
AlexJSully merged 1 commit into
mainfrom
alexjsully-260612-npmrc

Conversation

@AlexJSully

Copy link
Copy Markdown
Owner

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.

@AlexJSully AlexJSully self-assigned this Jun 12, 2026
@AlexJSully AlexJSully merged commit c5138f9 into main Jun 12, 2026
2 checks passed
@AlexJSully AlexJSully deleted the alexjsully-260612-npmrc branch June 12, 2026 15:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant