Skip to content

Update vulnerable npm dependency paths - #1784

Merged
Raymond Zhao (rzhao271) merged 3 commits into
mainfrom
copilot/update-npm-dependencies
Sep 15, 2026
Merged

Raymond Zhao (rzhao271) merged 3 commits into
mainfrom
copilot/update-npm-dependencies

Conversation

Copilot AI commented Sep 14, 2026

Copy link
Copy Markdown
Contributor

Component Governance flagged vulnerable brace-expansion and js-yaml resolutions in the VS Code feed. This updates the affected npm lockfile paths while preserving the existing dependency graph shape.

  • Root package lock

    • Updated transitive brace-expansion paths to patched 1.x, 2.x, and 5.x releases.
    • Updated js-yaml to 4.3.2.
  • Nested package locks

    • Updated matching dependency paths in api/package-lock.json.
    • Updated matching dependency paths in examples/sample1/package-lock.json.
  • Dependency policy

    • No overrides, resolutions, force flags, or legacy peer dependency flags added.

Co-authored-by: rzhao271 <7199958+rzhao271@users.noreply.github.com>
Copilot AI changed the title [WIP] Update vulnerable npm dependencies Update vulnerable npm dependency paths Sep 14, 2026
@rzhao271

Copy link
Copy Markdown
Contributor

Copilot Redo the changes taking a 7 day min release age into account.

Co-authored-by: rzhao271 <7199958+rzhao271@users.noreply.github.com>

Copilot AI commented Sep 15, 2026

Copy link
Copy Markdown
Contributor Author

Copilot Redo the changes taking a 7 day min release age into account.

Addressed in e1c85b3 by re-resolving the affected lockfile paths with a 7-day release-age cutoff. The lockfiles now use brace-expansion 1.1.18 / 2.1.4 / 5.0.9 and js-yaml 4.3.2.

@rzhao271
Raymond Zhao (rzhao271) marked this pull request as ready for review September 15, 2026 16:31
@rzhao271
Raymond Zhao (rzhao271) merged commit a48cf3a into main Sep 15, 2026
83 of 86 checks passed
@rzhao271
Raymond Zhao (rzhao271) deleted the copilot/update-npm-dependencies branch September 15, 2026 18:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Update vulnerable npm dependencies

4 participants