Skip to content

Commit

Permalink
deps: qs@1.0.2
Browse files Browse the repository at this point in the history
closes #1048
  • Loading branch information
dougwilson committed Aug 6, 2014
1 parent e6fb30c commit 587dc1a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@
* deps: express-session@~1.7.4
- Fix `res.end` patch to call correct upstream `res.write`
- Fix response end delay for non-chunked responses
* deps: qs@1.0.2
- Complete rewrite
- Limits array length to 20
- Limits object depth to 5
- Limits parameters to 1,000

2.24.3 / 2014-08-04
===================
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"multiparty": "3.3.1",
"on-headers": "0.0.0",
"parseurl": "~1.2.0",
"qs": "0.6.6",
"qs": "1.0.2",
"response-time": "2.0.0",
"serve-favicon": "2.0.1",
"serve-index": "~1.1.5",
Expand Down

0 comments on commit 587dc1a

Please sign in to comment.