Skip to content

Commit

Permalink
deps: qs@4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dougwilson committed Jul 6, 2015
1 parent 1eb4c9d commit 6f30fcb
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
4 changes: 4 additions & 0 deletions HISTORY.md
Expand Up @@ -2,6 +2,10 @@ unreleased
==========

* deps: iconv-lite@0.4.11
* deps: qs@4.0.0
- Fix dropping parameters like `hasOwnProperty`
- Fix user-visible incompatibilities from 3.1.0
- Fix various parsing edge cases
* deps: raw-body@~2.1.2
- Fix error stack traces to skip `makeError`
- deps: iconv-lite@0.4.11
Expand Down
2 changes: 2 additions & 0 deletions lib/types/urlencoded.js
Expand Up @@ -148,6 +148,8 @@ function extendedparser(options) {

debug('parse extended urlencoding')
return parse(body, {
allowDots: false,
allowPrototypes: true,
arrayLimit: arrayLimit,
depth: Infinity,
parameterLimit: parameterLimit
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -16,7 +16,7 @@
"http-errors": "~1.3.1",
"iconv-lite": "0.4.11",
"on-finished": "~2.3.0",
"qs": "2.4.2",
"qs": "4.0.0",
"raw-body": "~2.1.2",
"type-is": "~1.6.4"
},
Expand Down

0 comments on commit 6f30fcb

Please sign in to comment.