Skip to content

chore: apply npm audit fix to package-lock transitive dependencies - #132

Draft
Raymond Zhao (rzhao271) with Copilot wants to merge 1 commit into
mainfrom
copilot/run-npm-audit-fix-again
Draft

Raymond Zhao (rzhao271) with Copilot wants to merge 1 commit into
mainfrom
copilot/run-npm-audit-fix-again

Conversation

Copilot AI commented Sep 9, 2026

Copy link
Copy Markdown
Contributor

This PR applies npm audit fix to remediate vulnerable dependency resolutions without changing the declared package manifest. The update is scoped to lockfile-level transitive dependency versions.

  • Scope

    • Updated package-lock.json entries produced by npm audit fix
    • No changes to package.json dependency declarations
  • Dependency resolution updates

    • Refreshed transitive packages to patched releases (examples include brace-expansion, @humanfs/core, @humanfs/node, js-yaml)
    • Kept dependency graph intent intact while moving vulnerable ranges to resolved safe versions
  • Representative lockfile delta

    "node_modules/js-yaml": {
      "version": "4.3.2",
      "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.3.2.tgz"
    }

Co-authored-by: rzhao271 <7199958+rzhao271@users.noreply.github.com>
Copilot AI changed the title chore: run npm audit fix chore: apply npm audit fix to package-lock transitive dependencies Sep 9, 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.

2 participants