Skip to content

Set npm minimum release age for dependency updates - #1107

Draft
Raymond Zhao (rzhao271) with Copilot wants to merge 2 commits into
mainfrom
copilot/update-dependencies-security-alerts
Draft

Raymond Zhao (rzhao271) with Copilot wants to merge 2 commits into
mainfrom
copilot/update-dependencies-security-alerts

Conversation

Copilot AI commented Sep 16, 2026

Copy link
Copy Markdown
Contributor

Dependency security updates must avoid newly published npm versions while ensuring brace-expansion remains at a secure version. The lockfile already resolves brace-expansion@2.x to 2.1.4, which satisfies the required >=2.1.3.

  • npm policy
    • Configures the repository npm install policy to require package versions to be at least 7 days old.
min-release-age=7
  • Dependency scope
    • Leaves dependency resolution unchanged because the existing lockfile already meets the required brace-expansion version floor.

Co-authored-by: rzhao271 <7199958+rzhao271@users.noreply.github.com>
Copilot AI changed the title [WIP] Update dependencies with actionable security alerts Set npm minimum release age for dependency updates Sep 16, 2026
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.

Update dependencies with actionable security alerts

2 participants