chore(deps): update dependency express to v4.22.2 - #19
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
renovate
Bot
force-pushed
the
renovate/express-4.x-lockfile
branch
from
February 29, 2024 13:12
771884b to
5f82a92
Compare
renovate
Bot
force-pushed
the
renovate/express-4.x-lockfile
branch
from
March 20, 2024 16:15
5f82a92 to
0ef3651
Compare
renovate
Bot
force-pushed
the
renovate/express-4.x-lockfile
branch
2 times, most recently
from
March 25, 2024 16:45
5903dc7 to
076c8bf
Compare
renovate
Bot
force-pushed
the
renovate/express-4.x-lockfile
branch
2 times, most recently
from
September 12, 2024 01:25
18aa29c to
c884db3
Compare
renovate
Bot
force-pushed
the
renovate/express-4.x-lockfile
branch
from
October 8, 2024 19:27
c884db3 to
a01677c
Compare
renovate
Bot
force-pushed
the
renovate/express-4.x-lockfile
branch
from
December 6, 2024 02:49
a01677c to
fb07863
Compare
renovate
Bot
force-pushed
the
renovate/express-4.x-lockfile
branch
from
December 9, 2024 05:26
2369a9d to
fb07863
Compare
renovate
Bot
force-pushed
the
renovate/express-4.x-lockfile
branch
from
January 23, 2025 21:23
fb07863 to
111f4b8
Compare
renovate
Bot
force-pushed
the
renovate/express-4.x-lockfile
branch
from
February 9, 2025 13:28
111f4b8 to
894035d
Compare
renovate
Bot
force-pushed
the
renovate/express-4.x-lockfile
branch
from
March 3, 2025 16:10
894035d to
1e94348
Compare
renovate
Bot
force-pushed
the
renovate/express-4.x-lockfile
branch
from
March 11, 2025 11:56
1e94348 to
b080c21
Compare
renovate
Bot
force-pushed
the
renovate/express-4.x-lockfile
branch
from
November 11, 2025 02:47
b080c21 to
66c9588
Compare
renovate
Bot
force-pushed
the
renovate/express-4.x-lockfile
branch
from
November 18, 2025 13:10
66c9588 to
1affe00
Compare
renovate
Bot
force-pushed
the
renovate/express-4.x-lockfile
branch
from
December 1, 2025 16:42
1affe00 to
a48743a
Compare
renovate
Bot
force-pushed
the
renovate/express-4.x-lockfile
branch
from
December 2, 2025 03:36
a48743a to
b11b118
Compare
renovate
Bot
force-pushed
the
renovate/express-4.x-lockfile
branch
from
December 31, 2025 14:48
b11b118 to
0975f5f
Compare
renovate
Bot
force-pushed
the
renovate/express-4.x-lockfile
branch
from
February 12, 2026 10:04
0975f5f to
56a2b11
Compare
renovate
Bot
force-pushed
the
renovate/express-4.x-lockfile
branch
from
April 1, 2026 16:55
56a2b11 to
e294c7b
Compare
renovate
Bot
force-pushed
the
renovate/express-4.x-lockfile
branch
from
April 8, 2026 20:12
e294c7b to
b4909d0
Compare
renovate
Bot
force-pushed
the
renovate/express-4.x-lockfile
branch
from
April 29, 2026 12:46
b4909d0 to
716716e
Compare
renovate
Bot
force-pushed
the
renovate/express-4.x-lockfile
branch
from
May 11, 2026 20:44
716716e to
de10fb6
Compare
renovate
Bot
force-pushed
the
renovate/express-4.x-lockfile
branch
from
May 18, 2026 12:03
de10fb6 to
5a6b1d8
Compare
renovate
Bot
force-pushed
the
renovate/express-4.x-lockfile
branch
2 times, most recently
from
June 1, 2026 21:30
01bab9f to
8c0d624
Compare
renovate
Bot
force-pushed
the
renovate/express-4.x-lockfile
branch
from
June 11, 2026 14:50
8c0d624 to
aed1114
Compare
renovate
Bot
force-pushed
the
renovate/express-4.x-lockfile
branch
from
July 12, 2026 12:37
aed1114 to
2e29272
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
4.17.1→4.22.2Release Notes
expressjs/express (express)
v4.22.2Compare Source
What's Changed
req.queryrepeated keys (8d09bfe6)a[0]=...) was historically capped at qs's defaultarrayLimitof 20 even in older qs versions; after this change it also allows up to 1000 items.New Contributors
Full Changelog: expressjs/express@v4.22.1...v4.22.2
v4.22.1Compare Source
What's Changed
Full Changelog: expressjs/express@4.22.0...v4.22.1
v4.22.0Compare Source
Important: Security
What's Changed
npm isteps to fix ci for older node versions by @Phillip9587 in #6336qsby @Phillip9587 in #6919Full Changelog: expressjs/express@4.21.2...4.22.0
v4.21.2Compare Source
What's Changed
Full Changelog: expressjs/express@4.21.1...4.21.2
v4.21.1Compare Source
What's Changed
Full Changelog: expressjs/express@4.21.0...4.21.1
v4.21.0Compare Source
What's Changed
"back"magic string in redirects by @blakeembrey in #5935New Contributors
Full Changelog: expressjs/express@4.20.0...4.21.0
v4.20.0Compare Source
==========
depthoption to customize the depth level in the parserdepthlevel for parsing URL-encoded data is now32(previously wasInfinity)res.redirect\,|, and^to align better with URL specoptions.maxAgeandoptions.expirestores.clearCookiev4.19.2Compare Source
==========
v4.19.1Compare Source
==========
v4.19.0Compare Source
==========
v4.18.3Compare Source
==========
partitionedoptionv4.18.2Compare Source
===================
v4.18.1Compare Source
===================
v4.18.0Compare Source
===================
res.downloadoptionswithoutfilenameinres.downloadres.statusnull/undefinedasmaxAgeinres.cookieObject.prototypevalues in settings throughapp.set/app.getdefaultwith same arguments as types inres.formatres.sendhttp-errorsforres.formaterrorstrictpriorityoptionexpiresoption to reject invalid datesevalusage withFunctionconstructorprocessto check for listeners425 Unordered Collectionto standard425 Too Earlyv4.17.3Compare Source
===================
__proto__keysv4.17.2Compare Source
===================
undefinedinres.jsonpundefinedwhen"json escape"is enabledRegExpsres.jsonp(obj, status)deprecation messageres.isJSDocmaxAgeoption to reject invalid valuesreq.socketover deprecatedreq.connectionConfiguration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.