Skip to content

Commit 689d175

Browse files
committedOct 6, 2022
deps: body-parser@1.20.1
1 parent 340be0f commit 689d175

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed
 

‎History.md

+3
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ unreleased
22
==========
33

44
* Fix regression routing a large stack in a single route
5+
* deps: body-parser@1.20.1
6+
- deps: qs@6.11.0
7+
- perf: remove unnecessary object clone
58

69
4.18.1 / 2022-04-29
710
===================

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"dependencies": {
3131
"accepts": "~1.3.8",
3232
"array-flatten": "1.1.1",
33-
"body-parser": "1.20.0",
33+
"body-parser": "1.20.1",
3434
"content-disposition": "0.5.4",
3535
"content-type": "~1.0.4",
3636
"cookie": "0.5.0",

0 commit comments

Comments
 (0)
Please sign in to comment.