chore(deps): update dependency body-parser to v1.20.6 - #18
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
renovate
Bot
force-pushed
the
renovate/body-parser-1.x-lockfile
branch
from
May 28, 2023 11:14
76ef282 to
153cb0b
Compare
renovate
Bot
force-pushed
the
renovate/body-parser-1.x-lockfile
branch
from
July 19, 2023 10:09
153cb0b to
950d201
Compare
renovate
Bot
force-pushed
the
renovate/body-parser-1.x-lockfile
branch
from
August 9, 2023 16:05
950d201 to
c384ffd
Compare
renovate
Bot
force-pushed
the
renovate/body-parser-1.x-lockfile
branch
from
September 19, 2023 14:38
c384ffd to
4b762e2
Compare
renovate
Bot
force-pushed
the
renovate/body-parser-1.x-lockfile
branch
from
October 15, 2023 17:00
4b762e2 to
10fff58
Compare
renovate
Bot
force-pushed
the
renovate/body-parser-1.x-lockfile
branch
from
October 23, 2023 13:29
10fff58 to
fec4c60
Compare
renovate
Bot
force-pushed
the
renovate/body-parser-1.x-lockfile
branch
from
December 3, 2023 12:41
fec4c60 to
f4b475b
Compare
renovate
Bot
force-pushed
the
renovate/body-parser-1.x-lockfile
branch
2 times, most recently
from
February 4, 2024 10:23
0221819 to
e9c08ce
Compare
renovate
Bot
force-pushed
the
renovate/body-parser-1.x-lockfile
branch
from
February 25, 2024 11:37
e9c08ce to
e44b577
Compare
renovate
Bot
force-pushed
the
renovate/body-parser-1.x-lockfile
branch
from
March 5, 2024 01:50
e44b577 to
737faf2
Compare
renovate
Bot
force-pushed
the
renovate/body-parser-1.x-lockfile
branch
from
March 12, 2024 11:33
737faf2 to
e413cf4
Compare
renovate
Bot
force-pushed
the
renovate/body-parser-1.x-lockfile
branch
from
July 21, 2024 12:43
e413cf4 to
668bebf
Compare
renovate
Bot
force-pushed
the
renovate/body-parser-1.x-lockfile
branch
from
September 10, 2024 00:44
668bebf to
063f2e0
Compare
renovate
Bot
force-pushed
the
renovate/body-parser-1.x-lockfile
branch
from
December 2, 2024 11:37
063f2e0 to
d931391
Compare
renovate
Bot
force-pushed
the
renovate/body-parser-1.x-lockfile
branch
2 times, most recently
from
December 9, 2024 05:26
d931391 to
d9318d2
Compare
renovate
Bot
force-pushed
the
renovate/body-parser-1.x-lockfile
branch
from
January 23, 2025 21:23
d9318d2 to
8a80185
Compare
renovate
Bot
force-pushed
the
renovate/body-parser-1.x-lockfile
branch
from
February 9, 2025 13:28
8a80185 to
afecb6c
Compare
renovate
Bot
force-pushed
the
renovate/body-parser-1.x-lockfile
branch
from
March 3, 2025 16:09
afecb6c to
fdb1216
Compare
renovate
Bot
force-pushed
the
renovate/body-parser-1.x-lockfile
branch
from
March 11, 2025 11:56
fdb1216 to
8e5fb69
Compare
renovate
Bot
force-pushed
the
renovate/body-parser-1.x-lockfile
branch
from
December 1, 2025 16:42
8e5fb69 to
bf55120
Compare
renovate
Bot
force-pushed
the
renovate/body-parser-1.x-lockfile
branch
from
December 31, 2025 14:47
bf55120 to
03e4249
Compare
renovate
Bot
force-pushed
the
renovate/body-parser-1.x-lockfile
branch
from
February 12, 2026 10:04
03e4249 to
21af61e
Compare
renovate
Bot
force-pushed
the
renovate/body-parser-1.x-lockfile
branch
from
April 8, 2026 20:12
21af61e to
d90e707
Compare
renovate
Bot
force-pushed
the
renovate/body-parser-1.x-lockfile
branch
from
April 24, 2026 21:43
d90e707 to
b62566d
Compare
renovate
Bot
force-pushed
the
renovate/body-parser-1.x-lockfile
branch
from
May 18, 2026 12:03
b62566d to
f690f6d
Compare
renovate
Bot
force-pushed
the
renovate/body-parser-1.x-lockfile
branch
2 times, most recently
from
June 1, 2026 21:30
29b8b7c to
2af26e9
Compare
renovate
Bot
force-pushed
the
renovate/body-parser-1.x-lockfile
branch
from
June 11, 2026 14:50
2af26e9 to
15af505
Compare
renovate
Bot
force-pushed
the
renovate/body-parser-1.x-lockfile
branch
from
July 9, 2026 09:57
15af505 to
6380bd2
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:
1.19.0→1.20.6Release Notes
expressjs/body-parser (body-parser)
v1.20.6Compare Source
What's Changed
Full Changelog: expressjs/body-parser@1.20.5...1.20.6
v1.20.5Compare Source
What's Changed
The reason for this release is a fix to the extended urlencoded parser returning objects instead of arrays for large array inputs (> 100) on qs@6.14.2+. (#716)
New Contributors
Special thanks to triager @krzysdz for keeping this on our radar and effectively triaging the specific issue!
Full Changelog: expressjs/body-parser@1.20.4...1.20.5
v1.20.4Compare Source
===================
v1.20.3Compare Source
===================
depthoption to customize the depth level in the parserdepthlevel for parsing URL-encoded data is now32(previously wasInfinity)v1.20.2Compare Source
===================
v1.20.1Compare Source
===================
v1.20.0Compare Source
===================
strictevalusage withFunctionconstructorprocessto check for listenersv1.19.2Compare Source
===================
__proto__keysv1.19.1Compare Source
===================
Configuration
📅 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.