Update dependency express to v5
Compare changes
Some changes are not shown
For a faster browsing experience, some files are collapsed by default.
Files
2+ 1
− 1
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
express (source) | dependencies | major | 4.21.2 -> 5.1.0 |
v5.1.0
========================
Uint8Array
in res.send()
res.sendFile()
res.links()
setprototypeof
safe-buffer
utils-merge
methods
depd
debug@^4.4.0
body-parser@^2.2.0
router@^2.2.0
content-type@^1.0.5
finalhandler@^2.1.0
qs@^6.14.0
server-static@2.2.0
type-is@2.0.1
v5.0.1
==========
cookie
semver lock to address CVE-2024-47764
v5.0.0
=========================
path-is-absolute
dependency - use path.isAbsolute
insteadres.status()
accepts only integers, and input must be greater than 99 and less than 1000
RangeError: Invalid status code: ${code}. Status code must be greater than 99 and less than 1000.
for inputs outside this rangeTypeError: Invalid status code: ${code}. Status code must be an integer.
for non integer inputsres.redirect('back')
and res.location('back')
is no longer a supported magic string, explicitly use req.get('Referrer') || '/'
.res.clearCookie
will ignore user provided maxAge
and expires
optionsapplication/javascript
=> text/javascript
This MR has been generated by Renovate Bot.
For a faster browsing experience, some files are collapsed by default.