Skip to content

Run npm audit fix without --force and without overrides#2372

Merged
rzhao271 merged 2 commits into
mainfrom
copilot/run-npm-audit-fix
Jun 12, 2026
Merged

Run npm audit fix without --force and without overrides#2372
rzhao271 merged 2 commits into
mainfrom
copilot/run-npm-audit-fix

Conversation

Copilot AI commented Jun 12, 2026

Copy link
Copy Markdown
Contributor

This PR applies npm audit fix per the issue constraints: no --force and no dependency overrides. The update is limited to lockfile-resolved transitive dependency upgrades.

  • Scope

    • package-lock.json only.
    • No source code, config, or package.json override changes.
  • Dependency resolution updates

    • Lockfile now resolves newer transitive versions where non-breaking audit fixes were available.
    • Notable lockfile shifts include:
      • @azure/msal-node 5.1.2 -> 5.2.4
      • uuid 3.4.0 -> 8.3.2 (transitive path)
      • istanbul-lib-processinfo 2.0.2 -> 2.0.3
      • istanbul-lib-coverage 3.0.0 -> 3.2.2
  • Constraint adherence

    • No use of npm audit fix --force.
    • No new overrides entries added.
- "version": "5.1.2"
+ "version": "5.2.4"
...
- "version": "3.4.0"
+ "version": "8.3.2"
Original prompt

Run npm audit fix. No overrides. No force flag. Create a PR.

Created from VS Code.

Copilot AI changed the title [WIP] Run npm audit fix to update dependencies Run npm audit fix without --force and without overrides Jun 12, 2026
Copilot AI requested a review from rzhao271 June 12, 2026 01:38
@connor4312 connor4312 marked this pull request as ready for review June 12, 2026 16:48
@rzhao271 rzhao271 added this to the 1.125.0 milestone Jun 12, 2026
@rzhao271 rzhao271 merged commit 80de39d into main Jun 12, 2026
12 checks passed
@rzhao271 rzhao271 deleted the copilot/run-npm-audit-fix branch June 12, 2026 16:58
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