Skip to content

build(deps): bump express and @types/express#2990

Merged
byrichardpowell merged 3 commits intomainfrom
dependabot/npm_and_yarn/multi-b251156d90
Feb 11, 2026
Merged

build(deps): bump express and @types/express#2990
byrichardpowell merged 3 commits intomainfrom
dependabot/npm_and_yarn/multi-b251156d90

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Jan 12, 2026

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

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

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

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jan 12, 2026
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/multi-b251156d90 branch from 334f245 to d48e02d Compare January 15, 2026 22:45
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/multi-b251156d90 branch 15 times, most recently from 4c92e69 to 54826dc Compare January 23, 2026 23:30
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/multi-b251156d90 branch 9 times, most recently from 4e9c74e to 94561ba Compare February 6, 2026 19:03
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/multi-b251156d90 branch 14 times, most recently from c3e4e32 to 9cbb84e Compare February 11, 2026 17:48
@byrichardpowell byrichardpowell requested a review from a team as a code owner February 11, 2026 19:49
dependabot Bot and others added 3 commits February 11, 2026 15:20
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: express
  dependency-version: 5.2.1
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: "@types/express"
  dependency-version: 5.0.6
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
- Add null guard in graphqlProxy for undefined rawBody (Express 5 defaults
  req.body to undefined instead of empty string)
- Update wildcard route patterns in tests for Express 5 compatibility
  ('/*' -> '/', '/test/*' -> '/test' for app.use())
- Add changeset for major bump of @shopify/shopify-app-express and patch
  bump of @shopify/shopify-api

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- Move express from dependencies to peerDependencies in
  shopify-app-express (consumers must install express@^5 directly)
- Update migration guide to use Express 5 route syntax
  (remove unnamed wildcards)
- Add Express 5 requirement to README
- Expand changeset with consumer migration guidance

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@byrichardpowell byrichardpowell force-pushed the dependabot/npm_and_yarn/multi-b251156d90 branch from 4369a15 to 5985a2c Compare February 11, 2026 20:21
@byrichardpowell byrichardpowell merged commit 3564bdf into main Feb 11, 2026
12 of 13 checks passed
@byrichardpowell byrichardpowell deleted the dependabot/npm_and_yarn/multi-b251156d90 branch February 11, 2026 20:27
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 javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant