Bumps express from 4.19.2 to 4.20.0.
Sourced from express's releases.
Full Changelog: expressjs/express@4.19.1...4.20.0
Sourced from express's changelog.
Release notes
4.20.0
What's Changed
Important
depth
level for parsing URL-encoded data is now 32
(previously was Infinity
)
res.redirect
Other Changes
@wesleytodd
in expressjs/express#5561
@wesleytodd
in expressjs/express#5562
@marco-ippolito
in expressjs/express#5565
@jonchurch
in expressjs/express#5564
@UlisesGascon
in expressjs/express#5526
@blakeembrey
in expressjs/express#5579
http-errors
, expressjs.com
, morgan
, cors
, body-parser
by @jonchurch
in expressjs/express#5587
@inigomarquinez
in expressjs/express#5590
@UlisesGascon
in expressjs/express#5600
@UlisesGascon
in expressjs/express#5433
@UlisesGascon
in expressjs/express#5605
@blakeembrey
in expressjs/express#5569
@jonchurch
in expressjs/express#5628
@jonchurch
in expressjs/express#5639
@mertcanaltin
in expressjs/express#5627
@mertcanaltin
in expressjs/express#5619
@blakeembrey
in expressjs/express#5653
@UlisesGascon
as captain for cookie-parser by @UlisesGascon
in expressjs/express#5666
@ctcpip
in expressjs/express#5690
res.clearCookie
accepting options.maxAge
and options.expires
by @jonchurch
in expressjs/express#5672
@jonchurch
in expressjs/express#5695
@ctcpip
in expressjs/express#5683
@jonchurch
in expressjs/express#5722
@IamLizu
in expressjs/express#5762
@jonchurch
in expressjs/express#5599
@UlisesGascon
in expressjs/express#5436
@bjohansebas
in expressjs/express#5814
@IamLizu
to the triage team by @UlisesGascon
in expressjs/express#5836
@blakeembrey
in expressjs/express#5603
question
and discuss
by @IamLizu
in expressjs/express#5835
merge-descriptors
dependency by @RobinTail
in expressjs/express#5781
@blakeembrey
in expressjs/express#5902
New Contributors
@marco-ippolito
made their first contribution in expressjs/express#5565
@inigomarquinez
made their first contribution in expressjs/express#5590
@mertcanaltin
made their first contribution in expressjs/express#5627
@ctcpip
made their first contribution in expressjs/express#5690
@bjohansebas
made their first contribution in expressjs/express#5814
Changelog
4.20.0 / 2024-09-10
depth
option to customize the depth level in the parser
depth
level for parsing URL-encoded data is now 32
(previously was Infinity
)
res.redirect
\
, |
, and ^
to align better with URL spec
options.maxAge
and options.expires
to res.clearCookie
Commits
21df421
4.20.0
4c9ddc1
feat: upgrade to serve-static@0.16.0
9ebe5d5
feat: upgrade to send@0.19.0 (#5928)
ec4a01b
feat: upgrade to body-parser@1.20.3 (#5926)
54271f6
fix: don't render redirect values in anchor href
125bb74
path-to-regexp@0.1.10 (#5902)
2a980ad
merge-descriptors@1.0.3 (#5781)
a3e7e05
docs: specify new instructions for question
and discuss
c5addb9
deps: path-to-regexp@0.1.8 (#5603)
e35380a
docs: add @IamLizu
to the triage team (#5836)
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)
You can disable automated security fix PRs for this repo from the Security Alerts page.
Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.