Skip to content

Commit 587dc1a

Browse files
committed
1 parent e6fb30c commit 587dc1a

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

Diff for: History.md

+5
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,11 @@
99
* deps: express-session@~1.7.4
1010
- Fix `res.end` patch to call correct upstream `res.write`
1111
- Fix response end delay for non-chunked responses
12+
13+
- Complete rewrite
14+
- Limits array length to 20
15+
- Limits object depth to 5
16+
- Limits parameters to 1,000
1217

1318
2.24.3 / 2014-08-04
1419
===================

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"multiparty": "3.3.1",
3939
"on-headers": "0.0.0",
4040
"parseurl": "~1.2.0",
41-
"qs": "0.6.6",
41+
"qs": "1.0.2",
4242
"response-time": "2.0.0",
4343
"serve-favicon": "2.0.1",
4444
"serve-index": "~1.1.5",

0 commit comments

Comments
 (0)