Bump express from 5.1.0 to 5.2.1 in /sandbox by dependabot[bot] · Pull Request #118 · NHSDigital/api-management-service-template
Conversation
Copy link Copy Markdown
Contributor
Bumps express from 5.1.0 to 5.2.1.
Release notes
Sourced from express's releases.
v5.2.1
What's Changed
[!IMPORTANT]
The prior release (5.2.0) included an erroneous breaking change related to the extended query parser. There is no actual security vulnerability associated with this behavior (CVE-2024-51999 has been rejected). The change has been fully reverted in this release.
- Release: 5.2.1 by
@UlisesGasconin expressjs/express#6933Full Changelog: expressjs/express@v5.2.0...v5.2.1
v5.2.0
Important: Security
- Security fix for CVE-2024-51999 (GHSA-pj86-cfqh-vqx6)
What's Changed
- build(deps): bump github/codeql-action from 3.28.11 to 3.28.13 by
@dependabot[bot] in expressjs/express#6429- Refactor: simplify
acceptsLanguagesimplementation using spread operator by@Ayoub-Mabroukin expressjs/express#6137- increased code coverage of utils.js file by
@ashish3011in expressjs/express#6386- chore: remove duplicate word by
@dufucunin expressjs/express#6456- build(deps): bump github/codeql-action from 3.28.13 to 3.28.16 by
@dependabot[bot] in expressjs/express#6498- build(deps): bump actions/setup-node from 4.3.0 to 4.4.0 by
@dependabot[bot] in expressjs/express#6497- build(deps): bump actions/download-artifact from 4.2.1 to 4.3.0 by
@dependabot[bot] in expressjs/express#6496- ci: add node.js 24 to test matrix by
@Phillip9587in expressjs/express#6504- ci: update codeql config by
@Phillip9587in expressjs/express#6488- chore: wider range for query test skip by
@jonchurchin expressjs/express#6512- chore: fix typos in test by
@noritaka1166in expressjs/express#6535- ci: disable credential persistence for checkout actions by
@mertssmnogluin expressjs/express#6522- ci: allow manual triggering of workflow by
@shivarmin expressjs/express#6515- test: add coverage for app.listen() variants by
@kgarg1in expressjs/express#6476- docs: move documentation and charters to the discussions and .github … by
@bjohansebasin expressjs/express#6427- build(deps): bump github/codeql-action from 3.28.16 to 3.28.18 by
@dependabot[bot] in expressjs/express#6549- build(deps): bump ossf/scorecard-action from 2.4.1 to 2.4.2 by
@dependabot[bot] in expressjs/express#6548- chore: enforce explicit
Bufferimport and add lint rule by@shivarmin expressjs/express#6525- chore: use node protocol for querystring by
@shivarmin expressjs/express#6520- chore: fix typo by
@mountdiskin expressjs/express#6609- build(deps): bump github/codeql-action from 3.28.18 to 3.29.2 by
@dependabot[bot] in expressjs/express#6618- add deprecation warnings for redirect arguments undefined by
@bjohansebasin expressjs/express#6405- ci: run CI when the markdown changes by
@bjohansebasin expressjs/express#6632- doc: fix CONTRIBUTING link by
@jonchurchin expressjs/express#6653- doc: update contributing guidelines and code of conduct links by
@ShubhamOulkarin expressjs/express#6601- build(deps-dev): bump morgan from 1.10.0 to 1.10.1 by
@dependabot[bot] in expressjs/express#6679- build(deps-dev): bump cookie-session from 2.1.0 to 2.1.1 by
@dependabot[bot] in expressjs/express#6678- lint: add --fix flag to automatic fix linting issue by
@shivarmin expressjs/express#6644- chore: ignore yarn.lock file and update example by
@shivarmin expressjs/express#6588- lib: use req.socket over deprecated req.connection by
@bjohansebasin expressjs/express#6705- doc: update express app example by
@shivarmin expressjs/express#6718- build(deps): bump github/codeql-action from 3.29.2 to 3.29.5 by
@dependabot[bot] in expressjs/express#6675- Remove history.md from being packaged on publish by
@shepluin expressjs/express#6780
... (truncated)
Changelog
Sourced from express's changelog.
5.2.1 / 2025-12-01
- Revert security fix for CVE-2024-51999 (GHSA-pj86-cfqh-vqx6)
- The prior release (5.2.0) included an erroneous breaking change related to the extended query parser. There is no actual security vulnerability associated with this behavior (CVE-2024-51999 has been rejected). The change has been fully reverted in this release.
5.2.0 / 2025-12-01
- Security fix for CVE-2024-51999 (GHSA-pj86-cfqh-vqx6)
- deps:
body-parser@^2.2.1- A deprecation warning was added when using
res.redirectwith undefined arguments, Express now emits a warning to help detect calls that pass undefined as the status or URL and make them easier to fix.
Commits
dbac7415.2.1697547cRevert "sec: security patch for CVE-2024-51999"4007ad1Release: 5.2.0 (#6920)2f64f68sec: security patch for CVE-2024-51999ed0ba3fbuild(deps): bump actions/checkout from 5.0.0 to 6.0.0 (#6928)8eace46build(deps): bump github/codeql-action from 4.31.2 to 4.31.6 (#6929)30bae81build(deps): bump coverallsapp/github-action from 2.3.6 to 2.3.7 (#6930)758d435deps: body-parser@^2.2.1 (#6922)77bcd52docs: update emeritus triagers (#6890)f33caf1Nominate to@efekrsklfor triage team (#6888)- Additional commits viewable in compare view
Copy link Copy Markdown
Contributor Author
dependabot
bot
commented
on behalf of github
Mar 3, 2026
dependabot bot commented on behalf of github
Mar 3, 2026Labels
The following labels could not be found: npm, sandbox. Please create them before Dependabot can add them to a pull request.
Please fix the above issues or remove invalid values from dependabot.yml.
github-actions bot approved these changes Mar 3, 2026
Bumps [express](https://github.com/expressjs/express) from 5.1.0 to 5.2.1. - [Release notes](https://github.com/expressjs/express/releases) - [Changelog](https://github.com/expressjs/express/blob/master/History.md) - [Commits](expressjs/express@v5.1.0...v5.2.1) --- updated-dependencies: - dependency-name: express dependency-version: 5.2.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
bot
force-pushed
the
dependabot/npm_and_yarn/sandbox/master/express-5.2.1
branch
from
16eff42 to
25059dd
Compare
github-actions bot approved these changes Mar 31, 2026
Copy link Copy Markdown
sonarqubecloud
bot
commented
Mar 31, 2026
sonarqubecloud bot commented
Mar 31, 2026
Quality Gate passed
Issues


Measures



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
