fix(security): update node component lockfiles for qs >= 6.14.2#1396
Merged
Conversation
Regenerate package-lock.json files for node integration components. - update transitive qs to >=6.14.2 (6.14.2/6.15.0) - pick up body-parser 1.20.4 where applicable - remove older nested qs resolutions from express tree
Contributor
There was a problem hiding this comment.
Copilot wasn't able to review any files in this pull request.
Files not reviewed (4)
- internal/test/integration/components/nodejsdist/package-lock.json: Language not supported
- internal/test/integration/components/nodejsserver/package-lock.json: Language not supported
- internal/test/integration/components/nodemultiproc/package-lock.json: Language not supported
- internal/test/integration/components/tpclient/package-lock.json: Language not supported
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #1396 +/- ##
==========================================
+ Coverage 41.32% 43.74% +2.41%
==========================================
Files 297 312 +15
Lines 32742 33911 +1169
==========================================
+ Hits 13532 14834 +1302
+ Misses 18193 18120 -73
+ Partials 1017 957 -60
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
mmat11
approved these changes
Mar 2, 2026
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.
Update node component lockfiles for qs >=
6.14.2.What changed
internal/test/integration/components/nodejsdist/package-lock.jsoninternal/test/integration/components/nodejsserver/package-lock.jsoninternal/test/integration/components/nodemultiproc/package-lock.jsoninternal/test/integration/components/tpclient/package-lock.jsonqsis now resolved to fixed versions (6.14.2+).body-parserwas updated transitively where needed (notably to1.20.4), which allows fixedqsresolution.Why
Dependabot flagged vulnerable
qsversions in integration component lockfiles. The previous lockfiles were out of sync with currently resolvable versions allowed by dependency ranges. Dependabot was not able to generate an automatic fix PR for this.Validation
npm update body-parser qs --package-lock-onlyqs < 6.14.2and found no remaining matches.