Skip to content

Complete qs security update by fixing body-parser dependency#11

Merged
edinc merged 2 commits intodependabot/npm_and_yarn/npm_and_yarn-2b901f0e0dfrom
copilot/sub-pr-10
Jan 3, 2026
Merged

Complete qs security update by fixing body-parser dependency#11
edinc merged 2 commits intodependabot/npm_and_yarn/npm_and_yarn-2b901f0e0dfrom
copilot/sub-pr-10

Conversation

Copy link
Contributor

Copilot AI commented Jan 3, 2026

The original Dependabot PR correctly updated express 4.21.2→4.22.1 to address CVE-2024-33655 in qs. However, body-parser (an express dependency) remained on qs 6.13.0.

Changes

  • Updated body-parser 1.20.3→1.20.4 via npm audit fix
  • All qs dependencies now at secure 6.14.1
  • Resolved brace-expansion vulnerability (low severity)

Verification

$ npm ls qs
blackbeard-extension@
├─┬ express@4.22.1
│ ├─┬ body-parser@1.20.4
│ │ └── qs@6.14.1 deduped
│ └── qs@6.14.1
└─┬ supertest@7.1.1
  └─┬ superagent@10.2.1
    └── qs@6.14.1 deduped

$ npm audit
found 0 vulnerabilities

💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.

Co-authored-by: edinc <4791281+edinc@users.noreply.github.com>
Copilot AI changed the title [WIP] Address feedback on updating qs version in npm_and_yarn group Complete qs security update by fixing body-parser dependency Jan 3, 2026
Copilot AI requested a review from edinc January 3, 2026 19:06
@edinc edinc requested a review from Copilot January 3, 2026 19:09
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot wasn't able to review any files in this pull request.


💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@edinc edinc marked this pull request as ready for review January 3, 2026 19:10
@edinc edinc merged commit 0c2d27b into dependabot/npm_and_yarn/npm_and_yarn-2b901f0e0d Jan 3, 2026
@edinc edinc deleted the copilot/sub-pr-10 branch January 3, 2026 19:10
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