Skip to content

Bump the express group with 3 updates#8530

Open
dependabot[bot] wants to merge 1 commit intoproductionfrom
dependabot/npm_and_yarn/production/express-a5fd7ef102
Open

Bump the express group with 3 updates#8530
dependabot[bot] wants to merge 1 commit intoproductionfrom
dependabot/npm_and_yarn/production/express-a5fd7ef102

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 20, 2025

Bumps the express group with 3 updates: express, express-http-proxy and express-session.

Updates express from 4.21.2 to 5.1.0

Release notes

Sourced from express's releases.

v5.1.0

What's Changed

... (truncated)

Changelog

Sourced from express's changelog.

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
    • res.redirect('back') and res.location('back') is no longer a supported magic string, explicitly use req.get('Referrer') || '/'.
  • change:
    • res.clearCookie will ignore user provided maxAge and expires options
  • deps: cookie-signature@^1.2.1
  • deps: debug@4.3.6
  • deps: merge-descriptors@^2.0.0
  • deps: serve-static@^2.1.0
  • deps: qs@6.13.0
  • deps: accepts@^2.0.0
  • deps: mime-types@^3.0.0
    • application/javascript => text/javascript
  • deps: type-is@^2.0.0
  • deps: content-disposition@^1.0.0

... (truncated)

Commits

Updates express-http-proxy from 2.1.1 to 2.1.2

Commits
  • e2aeb52 2.1.2
  • 9aa5905 update supertest
  • 016afc8 update README for 2.1.2
  • 7b792cf implement memory leak fix from http-proxy (#566)
  • b5d7dd0 [adhoc] Remove accidentally committed only. (#563)
  • ef7c956 Improve organization and rigor of tests (#562)
  • c5574ea Incremental cleanup and organization of test files. (#561)
  • 2048e8f [548] Update docs and tests to show how to retain proxyRes headers.
  • 23c5d51 Reduce timeouts where possible.
  • 04a03b1 extract timeout
  • Additional commits viewable in compare view

Updates express-session from 1.18.1 to 1.18.2

Release notes

Sourced from express-session's releases.

v1.18.2

What's Changed

New Contributors

Full Changelog: expressjs/session@v1.18.1...v1.18.2

Changelog

Sourced from express-session's changelog.

1.18.2 / 2025-07-17

Commits
  • d10709f 🔖 v1.18.2 (#1070)
  • 5808783 deps: on-headers@1.1.0 (#1069)
  • b9fcad8 chore: fix typos (#1066)
  • a698c81 build(deps): bump coverallsapp/github-action from 1.2.5 to 2.3.6 (#1051)
  • ec1957b build(deps): bump actions/upload-artifact from 4.5.0 to 4.6.2 (#1052)
  • 2caff6a build(deps): bump actions/checkout from 4.1.1 to 4.2.2 (#1049)
  • 2633e88 build(deps): bump github/codeql-action from 3.24.7 to 3.28.18 (#1050)
  • 7e2c696 build(deps): bump ossf/scorecard-action from 2.4.0 to 2.4.1 (#1048)
  • 92dd300 build(deps-dev): bump mocha from 10.2.0 to 10.8.2 (#1061)
  • 168271c fix(dependabot): do not update major versions
  • Additional commits viewable in compare view

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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Oct 20, 2025
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/production/express-a5fd7ef102 branch from c8c6834 to 4fa7522 Compare October 27, 2025 08:03
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/production/express-a5fd7ef102 branch 2 times, most recently from 5238bec to 10c3a55 Compare November 10, 2025 08:03
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/production/express-a5fd7ef102 branch from 10c3a55 to 5082e3a Compare November 17, 2025 08:02
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/production/express-a5fd7ef102 branch from 5082e3a to a53d328 Compare November 24, 2025 08:02
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/production/express-a5fd7ef102 branch 2 times, most recently from 0cc6be5 to a7339b7 Compare December 8, 2025 08:02
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/production/express-a5fd7ef102 branch 2 times, most recently from e95c9a9 to 9b3152b Compare December 17, 2025 08:02
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/production/express-a5fd7ef102 branch from 9b3152b to f5ad22f Compare December 24, 2025 08:02
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/production/express-a5fd7ef102 branch 2 times, most recently from c58be1a to 922655b Compare January 7, 2026 21:25
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/production/express-a5fd7ef102 branch from 922655b to daed454 Compare January 14, 2026 08:54
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/production/express-a5fd7ef102 branch 2 times, most recently from 798adb3 to 9934d2a Compare January 28, 2026 08:53
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/production/express-a5fd7ef102 branch from 9934d2a to 63e6fd5 Compare February 4, 2026 08:54
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/production/express-a5fd7ef102 branch 2 times, most recently from e6564e7 to 6eec4a5 Compare February 18, 2026 08:54
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/production/express-a5fd7ef102 branch from 6eec4a5 to d40e865 Compare February 25, 2026 08:54
Bumps the express group with 3 updates: [express](https://github.com/expressjs/express), [express-http-proxy](https://github.com/villadora/express-http-proxy) and [express-session](https://github.com/expressjs/session).


Updates `express` from 4.21.2 to 5.1.0
- [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.1.0)

Updates `express-http-proxy` from 2.1.1 to 2.1.2
- [Release notes](https://github.com/villadora/express-http-proxy/releases)
- [Commits](villadora/express-http-proxy@v2.1.1...v2.1.2)

Updates `express-session` from 1.18.1 to 1.18.2
- [Release notes](https://github.com/expressjs/session/releases)
- [Changelog](https://github.com/expressjs/session/blob/master/HISTORY.md)
- [Commits](expressjs/session@v1.18.1...v1.18.2)

---
updated-dependencies:
- dependency-name: express
  dependency-version: 5.1.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: express
- dependency-name: express-http-proxy
  dependency-version: 2.1.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: express
- dependency-name: express-session
  dependency-version: 1.18.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: express
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/production/express-a5fd7ef102 branch from d40e865 to 1a7006c Compare March 4, 2026 08:54
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.

0 participants