Skip to content

Apply npm audit fix updates with mandatory release-age guard - #1118

Merged
bwateratmsft merged 2 commits into
mainfrom
copilot/npm-audit-fix-min-release-age
Jul 27, 2026
Merged

Apply npm audit fix updates with mandatory release-age guard#1118
bwateratmsft merged 2 commits into
mainfrom
copilot/npm-audit-fix-min-release-age

Conversation

Copilot AI commented Jul 27, 2026

Copy link
Copy Markdown
Contributor

This updates dependencies using the required npm audit fix --min-release-age=7 workflow and applies only the resulting lockfile changes. Scope is intentionally limited to dependency resolution output from that command.

  • Dependency security refresh (guarded)

    • Ran audit remediation with the required minimum release age constraint to avoid adopting newly-published packages.
    • Kept unresolved vulnerabilities that require breaking (--force) upgrades out of scope.
  • Change scope

    • Updated only:
      • package-lock.json
    • No source, config, or test files were modified.
  • Command applied

    npm audit fix --min-release-age=7
Original prompt

Run npm audit fix --min-release-age=7 in this repository. The --min-release-age=7 flag is mandatory and must be included exactly, otherwise CI will fail. Apply only the resulting dependency/lockfile changes from that command. Then run the repository's existing validation/tests relevant to the changed package(s). If the command results in no file changes, do not create a commit and do not open a PR; report that no changes were needed.

Copilot AI changed the title [WIP] Run npm audit fix with min-release-age flag Apply npm audit fix updates with mandatory release-age guard Jul 27, 2026
Copilot AI requested a review from bwateratmsft July 27, 2026 17:04
@bwateratmsft
bwateratmsft marked this pull request as ready for review July 27, 2026 17:10
@bwateratmsft
bwateratmsft requested a review from a team as a code owner July 27, 2026 17:10
@bwateratmsft
bwateratmsft enabled auto-merge (squash) July 27, 2026 17:12
@bwateratmsft
bwateratmsft merged commit 671a9d8 into main Jul 27, 2026
2 checks passed
@bwateratmsft
bwateratmsft deleted the copilot/npm-audit-fix-min-release-age branch July 27, 2026 20:08
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.

3 participants