Update js-yaml and qs to patched versions - #14758
Merged
Sean McManus (sean-mcmanus) merged 1 commit intoSep 10, 2026
Merged
Conversation
Copilot started reviewing on behalf of
Sean McManus (sean-mcmanus)
September 10, 2026 14:10
View session
Contributor
There was a problem hiding this comment.
🟢 Approval recommended
The lockfile updates consistently replace the vulnerable versions (no remaining js-yaml@4.3.1/qs@6.15.2 entries in the changed lockfiles) and include the expected transitive dependency adjustments.
Pull request overview
This PR updates transitive dependency lockfiles to pull in patched versions of js-yaml and qs (plus required side-channel-chain updates) to remediate the referenced GitHub Security Advisories, without changing any manifest dependency ranges.
Changes:
- Bump
js-yamlfrom4.3.1to4.3.2in npm and Yarn lockfiles. - Bump
qsfrom6.15.2to6.16.0, including updatedside-channel/side-channel-list/object-inspectand newly requiredes-define-propertyin the affected lockfiles. - Update
resolved/integrityentries to match the new tarballs.
File summaries
| File | Description |
|---|---|
| Themes/package-lock.json | Updates js-yaml and qs (and transitive deps) to patched versions. |
| ExtensionPack/package-lock.json | Updates js-yaml and qs (and transitive deps) to patched versions. |
| Extension/yarn.lock | Updates js-yaml, qs, and side-channel-chain entries to patched versions and adds es-define-property. |
| .github/actions/package-lock.json | Updates js-yaml to the patched version for GitHub Actions dependencies. |
Review details
Copilot wasn't able to review any files in this pull request.
Files not reviewed (3)
- .github/actions/package-lock.json: Generated file
- ExtensionPack/package-lock.json: Generated file
- Themes/package-lock.json: Generated file
- Files reviewed: 0/4 changed files
- Comments generated: 0
- Review effort level: Lite
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
Sean McManus (sean-mcmanus)
marked this pull request as ready for review
September 10, 2026 14:32
Sean McManus (sean-mcmanus)
enabled auto-merge (squash)
September 10, 2026 15:04
Colen Garoutte-Carson (Colengms)
approved these changes
Sep 10, 2026
Sean McManus (sean-mcmanus)
deleted the
seanmcm/devbox2-wsl/agent140/update-vulnerable-dependencies
branch
September 10, 2026 20:56
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
js-yamlfrom 4.3.1 to 4.3.2 in the Actions, Extension, ExtensionPack, and Themes lockfiles to address GHSA-2883-xcg3-v3hh.qsfrom 6.15.2 to 6.16.0 in the Extension, ExtensionPack, and Themes lockfiles to address GHSA-x5fp-wj9c-mxmx and GHSA-4mjr-xmp4-gh2g, including its requiredside-channelupdates.@vscode/vsce3.9.2 already permits the patchedqsthroughtyped-rest-client. Verify SHA-512 integrity for the updated packages.Validation
npm ci --ignore-scriptsandnpm auditin.github/actions,ExtensionPack, andThemes; all three audits report zero vulnerabilities.yarn audit,yarn test-yarn-lock, andyarn verify-yarn-lockinExtension; its audit reports zero vulnerabilities.qsadvisories.git diff --check.