Skip to content

fix(deps): bump express and @types/express - #1143

Open
dependabot[bot] wants to merge 2 commits into
masterfrom
dependabot/npm_and_yarn/multi-b251156d90
Open

fix(deps): bump express and @types/express#1143
dependabot[bot] wants to merge 2 commits into
masterfrom
dependabot/npm_and_yarn/multi-b251156d90

Conversation

@dependabot

@dependabotdependabotBot commented on behalf of githubJul 6, 2026

Copy link
Copy Markdown
Contributor

Bumps express and @types/express. These dependencies needed to be updated together.
Updates express from 4.21.2 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.

Full Changelog: expressjs/express@v5.2.0...v5.2.1

v5.2.0

Important: Security

What's Changed

... (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.redirect with 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.

5.1.0 / 2025-03-31

  • Add support for Uint8Array in res.send()
  • Add support for ETag option in res.sendFile()
  • Add support for multiple links with the same rel in res.links()
  • Add funding field to package.json
  • perf: use loop for acceptParams
  • refactor: prefix built-in node module imports
  • deps: remove setprototypeof
  • deps: remove safe-buffer
  • deps: remove utils-merge
  • deps: remove methods
  • deps: remove depd
  • deps: debug@^4.4.0
  • deps: body-parser@^2.2.0
  • deps: router@^2.2.0
  • deps: content-type@^1.0.5
  • deps: finalhandler@^2.1.0
  • deps: qs@^6.14.0
  • deps: server-static@2.2.0
  • deps: type-is@2.0.1

5.0.1 / 2024-10-08

5.0.0 / 2024-09-10

  • remove:
    • path-is-absolute dependency - use path.isAbsolute instead
  • breaking:
    • res.status() accepts only integers, and input must be greater than 99 and less than 1000
      • will throw a RangeError: Invalid status code: ${code}. Status code must be greater than 99 and less than 1000. for inputs outside this range
      • will throw a TypeError: Invalid status code: ${code}. Status code must be an integer. for non integer inputs
    • deps: send@1.0.0

... (truncated)

Commits

Updates @types/express from 4.17.21 to 5.0.6

Commits

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabotdependabotBot added dependencies Used by dependabot for dependency updates npm Used by dependabot labels Jul 6, 2026
@dependabot
dependabotBot requested a review from a team as a code ownerJuly 6, 2026 08:03
@dependabotdependabotBot added dependencies Used by dependabot for dependency updates npm Used by dependabot labels Jul 6, 2026
@dependabot
dependabotBotforce-pushed the dependabot/npm_and_yarn/multi-b251156d90 branch from 2c2255d to c8b469dCompareJuly 13, 2026 13:05
@github-actions

Copy link
Copy Markdown

This PR has been marked as stale because it has had no activity for 7 days. Remove the stale label or comment to keep it open. It will be closed automatically in 7 more days if no activity occurs.

@dependabot
dependabotBotforce-pushed the dependabot/npm_and_yarn/multi-b251156d90 branch 6 times, most recently from 0ae9f8d to 30dd68bCompareJuly 21, 2026 20:33
@ericcrosson-bitgo

Copy link
Copy Markdown
Contributor

@dependabot rebase

@dependabotdependabotBot changed the title chore(deps): bump express and @types/expressfix(deps): bump express and @types/expressJul 24, 2026
@dependabot
dependabotBotforce-pushed the dependabot/npm_and_yarn/multi-b251156d90 branch 4 times, most recently from e8e35f1 to ffa3d2bCompareJuly 28, 2026 14:28
@dependabot
dependabotBotforce-pushed the dependabot/npm_and_yarn/multi-b251156d90 branch 2 times, most recently from f5c8262 to e897513CompareJuly 31, 2026 21:58
@vmccarty

Copy link
Copy Markdown
Contributor

@dependabot rebase.

@dependabot@github

dependabotBot commented on behalf of githubJul 31, 2026

Copy link
Copy Markdown
ContributorAuthor

Looks like this PR is already up-to-date with master! If you'd still like to recreate it from scratch, overwriting any edits, you can request @dependabot recreate.

@dependabot
dependabotBotforce-pushed the dependabot/npm_and_yarn/multi-b251156d90 branch from e897513 to f30e127CompareAugust 3, 2026 12:30
Bumps [express](https://github.com/expressjs/express) and [@types/express](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/express). These dependencies needed to be updated together.
Updates `express` from 4.21.2 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@4.21.2...v5.2.1)
Updates `@types/express` from 4.17.21 to 5.0.6
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/express)
---
updated-dependencies:
- dependency-name: "@types/express"
dependency-version: 5.0.6
dependency-type: direct:production
update-type: version-update:semver-major
- dependency-name: express
dependency-version: 5.2.1
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabotBotforce-pushed the dependabot/npm_and_yarn/multi-b251156d90 branch from f30e127 to 4d4c5adCompareAugust 4, 2026 12:42
body-parser 2 no longer defaults req.body to {} when a request carries no
body, so the app-level test middleware threw on GET routes:
TypeError: Cannot set properties of undefined (setting 'appMiddlewareRan')
Spreading preserves the parsed body on routes that do send one (PutHello's
secretCode) while handling the bodyless case.
Test-only: decoding is unaffected, as httpRequest with no declared body
decodes identically for body undefined and {}.

@vmccartyvmccarty left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Dependabot PR.

@vmccarty
vmccarty enabled auto-merge August 4, 2026 17:12
auto-merge was automatically disabled August 4, 2026 17:17

Pull Request is not mergeable

@vmccarty
vmccarty enabled auto-merge August 5, 2026 14:52
auto-merge was automatically disabled August 5, 2026 14:56

Pull Request is not mergeable

@github-actions

Copy link
Copy Markdown

This PR has been marked as stale because it has had no activity for 7 days. Remove the stale label or comment to keep it open. It will be closed automatically in 7 more days if no activity occurs.

Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependenciesUsed by dependabot for dependency updatesnpmUsed by dependabotstale

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

@ericcrosson-bitgo@vmccarty@rashadjnizar