Update dependency express to v5
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
express (source) | dependencies | major | 4.21.2 -> 5.1.0 |
Release Notes
expressjs/express (express)
v5.1.0
========================
- Add support for
Uint8Array
inres.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
v5.0.1
==========
- Update
cookie
semver lock to address CVE-2024-47764
v5.0.0
=========================
- remove:
-
path-is-absolute
dependency - usepath.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
- will throw a
- deps: send@1.0.0
-
res.redirect('back')
andres.location('back')
is no longer a supported magic string, explicitly usereq.get('Referrer') || '/'
.
-
- change:
-
res.clearCookie
will ignore user providedmaxAge
andexpires
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
- deps: finalhandler@^2.0.0
- deps: fresh@^2.0.0
- deps: body-parser@^2.0.1
- deps: send@^1.1.0
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.