We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent 340be0f commit 689d175Copy full SHA for 689d175
History.md
@@ -2,6 +2,9 @@ unreleased
2
==========
3
4
* 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
8
9
4.18.1 / 2022-04-29
10
===================
package.json
@@ -30,7 +30,7 @@
30
"dependencies": {
31
"accepts": "~1.3.8",
32
"array-flatten": "1.1.1",
33
- "body-parser": "1.20.0",
+ "body-parser": "1.20.1",
34
"content-disposition": "0.5.4",
35
"content-type": "~1.0.4",
36
"cookie": "0.5.0",
0 commit comments