Skip to content

Apply non-breaking npm audit fix lockfile updates#102

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

Apply non-breaking npm audit fix lockfile updates#102
rzhao271 merged 2 commits into
mainfrom
copilot/run-npm-audit-fix

Conversation

Copilot AI commented Jun 16, 2026

Copy link
Copy Markdown

Ran npm audit fix without force/overrides to apply only automatically resolvable dependency security updates. This PR updates the lockfile while preserving current dependency constraints and avoiding breaking-version remediation paths.

  • Scope

    • Updated package-lock.json only.
    • No source code, tests, scripts, or package manifest changes.
  • Resolved via lockfile refresh

    • Bumped transitive/dev-resolved versions where safe, including:
      • brace-expansion 2.0.22.1.1
      • js-yaml 4.1.14.2.0
      • mocha lockfile resolution 11.7.511.7.6
  • Explicitly out of scope

    • Advisories requiring npm audit fix --force (not permitted by this task) remain unchanged.
- "node_modules/js-yaml": { "version": "4.1.1", ... }
+ "node_modules/js-yaml": { "version": "4.2.0", ... }
Original prompt

Run npm audit fix. Create a PR. No force flags or overrides.

Created from VS Code.

Copilot AI changed the title [WIP] Run npm audit fix to address vulnerabilities Apply non-breaking npm audit fix lockfile updates Jun 16, 2026
Copilot AI requested a review from rzhao271 June 16, 2026 16:55
@rzhao271 rzhao271 added this to the 1.126.0 milestone Jun 16, 2026
@rzhao271 rzhao271 marked this pull request as ready for review June 16, 2026 16:56
@rzhao271 rzhao271 enabled auto-merge (squash) June 16, 2026 16:57
@rzhao271 rzhao271 merged commit 37a226a into main Jun 16, 2026
6 checks passed
@rzhao271 rzhao271 deleted the copilot/run-npm-audit-fix branch June 16, 2026 18:40
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