Skip to content

fix: bump qs minimum to 6.15.2#7305

Open
cyphercodes wants to merge 1 commit into
expressjs:masterfrom
cyphercodes:fix/7304-bump-qs-6.15.2
Open

fix: bump qs minimum to 6.15.2#7305
cyphercodes wants to merge 1 commit into
expressjs:masterfrom
cyphercodes:fix/7304-bump-qs-6.15.2

Conversation

@cyphercodes
Copy link
Copy Markdown

Bumps the qs dependency minimum from ^6.14.2 to ^6.15.2 so Express resolves the patched version for GHSA-q8mj-m7cp-5q26.

Fixes #7304

Verification:

  • npm install --package-lock=false
  • npm ls qs
  • npm run lint
  • npx mocha --require test/support/env --reporter spec --check-leaks test/req.query.js test/express.urlencoded.js
  • npm test
  • npm audit --omit=dev
  • git diff --check

Signed-off-by: cyphercodes <cyphercodes@users.noreply.github.com>
@krzysdz krzysdz added the dependencies Pull requests that update a dependency file label Jun 4, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Bump qs to 6.15.2 to address CVE GHSA-q8mj-m7cp-5q26

2 participants