Bump express from 4.1.1 to 5.1.0
Closed
Number: #15
Type: Pull Request
State: Closed
Type: Pull Request
State: Closed
Author:
dependabot[bot]
Association: Contributor
Comments: 7
Association: Contributor
Comments: 7
Created:
July 22, 2025 at 10:09 AM UTC
(3 months ago)
(3 months ago)
Updated:
July 22, 2025 at 10:39 AM UTC
(3 months ago)
(3 months ago)
Closed:
July 22, 2025 at 10:39 AM UTC
(3 months ago)
(3 months ago)
Time to Close:
30 minutes
Labels:
dependencies javascript
dependencies javascript
Description:
Bumps express from 4.1.1 to 5.1.0.
Release notes
Sourced from express's releases.
v5.1.0
What's Changed
- Update captains by
@UlisesGasconin expressjs/express#6027- build: Node.js 23.0 by
@bjohansebasin expressjs/express#6075- Add funding field (v5) by
@bjohansebasin expressjs/express#6064- ✅ add discarded middleware test by
@ctcpipin expressjs/express#5819- update homepage link http to https by
@bjohansebasin expressjs/express#5920- Improve readme by
@bjohansebasin expressjs/express#5994- Add bjohansebas as repo captain for expressjs.com by
@crandmckin expressjs/express#6058- Remove Object.setPrototypeOf polyfill by
@Phillip9587in expressjs/express#6081- fix(buffer): use node:buffer instead of safe-buffer by
@bhavya3024in expressjs/express#6071- docs: Add DCO by
@UlisesGasconin expressjs/express#6048- cleanup: remove promise support check from tests by
@Phillip9587in expressjs/express#6148- Use loop for acceptParams by
@blakeembreyin expressjs/express#6066- Improve documentation step in release process by
@bjohansebasin expressjs/express#6150- cleanup: remove unnecessary require for global Buffer by
@Phillip9587in expressjs/express#6146- cleanup: remove AsyncLocalStorage check by
@Phillip9587in expressjs/express#6147- update history.md for acceptParams change by
@jonchurchin expressjs/express#6177- docs: add
@rxmarblesto the triage team by@UlisesGasconin expressjs/express#6151- refactor: improve readability by
@sazk07in expressjs/express#6173- docs: clarify the security process in the triage role by
@bjohansebasin expressjs/express#6217- chore: replace
methodsdependency with standard library by@jonkoopsin expressjs/express#6196- Remove
utils-mergedependency - use spread syntax instead by@Phillip9587in expressjs/express#6091- fix(securite): fix vulnerabilities by
@Abdel-Monaam-Aouiniin expressjs/express#6211- refactor: prefix built-in node module imports by
@slagiewkain expressjs/express#6236- fix: remove download size badges by
@wesleytoddin expressjs/express#6266- Remove unused
depddependency by@jonkoopsin expressjs/express#6197- fix: usage of
Invalid action input 'persist-credentials'foractions/setup-node@v4inci.ymlby@hamirmahalin expressjs/express#6256- Add support for OSSF scorecard reporting by
@UlisesGasconin expressjs/express#5431- docs: add
@Phillip9587to the triage team by@bjohansebasin expressjs/express#6276- fix: added a missing semicolon in css styles in examples/auth by
@pr4j3shin expressjs/express#6297- docs: include team email in the security policy by
@UlisesGasconin expressjs/express#6278- refactor: simplify
normalizeTypesfunction by@Ayoub-Mabroukin expressjs/express#6097- ci: updated github actions ci workflow by
@Phillip9587in expressjs/express#6314- ci: fix npm install --include typo by
@Phillip9587in expressjs/express#6324- ci: updated scorecard actions by
@Phillip9587in expressjs/express#6322- build(deps): use carat notation for dependency versions by
@dpopp07in expressjs/express#6317- chore(deps): update
debugto ^4.4.0 by@Phillip9587in expressjs/express#6313- docs: retroactively note 5.0.0-beta.1 api change in history file by
@dpopp07in expressjs/express#6333- feat(deps): body-parser@^2.1.0 by
@wesleytoddin expressjs/express#6332- feat(deps): router@^2.1.0 by
@wesleytoddin expressjs/express#6331- Update repo captains by
@UlisesGasconin expressjs/express#6234- deps: upgrade nyc by
@agungjatiin expressjs/express#6122- fix (deps): update deps by
@wesleytoddin expressjs/express#6337- response: add support for ETag option in res.sendFile by
@juanarbolin expressjs/express#6073- Update multiple links to use
httpsinstead ofhttpby@Phillip9587in expressjs/express#6338- Extend res.links() to allow adding multiple links with the same rel #2729 by
@andveain expressjs/express#4885- docs: update emeritus triagers by
@UlisesGasconin expressjs/express#6345- docs: update guidance for triager nominations by
@bjohansebasin expressjs/express#6349- docs: clarify guidelines for becoming a committer by
@bjohansebasin expressjs/express#6364
... (truncated)
Changelog
Sourced from express's changelog.
5.1.0 / 2025-03-31
- Add support for
Uint8Arrayinres.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.15.0.1 / 2024-10-08
- Update
cookiesemver lock to address CVE-2024-477645.0.0 / 2024-09-10
- remove:
path-is-absolutedependency - usepath.isAbsoluteinstead- 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')andres.location('back')is no longer a supported magic string, explicitly usereq.get('Referrer') || '/'.- change:
res.clearCookiewill ignore user providedmaxAgeandexpiresoptions- 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
cd7d4395.1.04c4f3eafix(deps): serve-static@^2.2.0 (#6418)cb4c56efix(docs): remove@mertcanaltinfrom Triagers (#6408)7b44e1dci: use full SHAs for github action versionseb6d125deps: router@^2.2.0 (#6417)f1a2dc8deps: type-is@^2.0.1 (#6420)6b51e8edeps: body-parser@^2.2.0 (#6419)1f311c5build(deps-dev): bump cookie-session from 2.0.0 to 2.1.0 (#6399)9e97144feat(deps): finalhandler@2.1.0 (#6373)29d0980build(deps): bump ossf/scorecard-action from 2.4.0 to 2.4.1 (#6397)- Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by wesleytodd, a new releaser for express since your current version.
Most Recent Ignore Conditions Applied to This Pull Request
| Dependency Name | Ignore Conditions |
|---|---|
| express | [>= 4.17.a, < 4.18] |
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Pull Request Statistics
Commits:
1
1
Files Changed:
2
2
Additions:
+1125
+1125
Deletions:
-208
-208
Package Dependencies
Technical Details
| ID: | 4024185 |
| UUID: | 2684980514 |
| Node ID: | PR_kwDOPOFZBc6gCY0i |
| Host: | GitHub |
| Repository: | dsp-testing/dependabot-npm-version-update |
| Mergeable: | Yes |
| Merge State: | Clean |