Skip to content

Commit

Permalink
deps: qs@5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dougwilson committed Sep 4, 2015
1 parent 08bc38d commit 7cb318d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
1 change: 1 addition & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ unreleased
==========

* Provide static `require` analysis in `urlencoded` parser
* deps: qs@5.0.0

1.13.3 / 2015-07-31
===================
Expand Down
1 change: 0 additions & 1 deletion lib/types/urlencoded.js
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,6 @@ function extendedparser(options) {

debug('parse extended urlencoding')
return parse(body, {
allowDots: false,
allowPrototypes: true,
arrayLimit: arrayLimit,
depth: Infinity,
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,15 @@
"http-errors": "~1.3.1",
"iconv-lite": "0.4.11",
"on-finished": "~2.3.0",
"qs": "4.0.0",
"qs": "5.0.0",
"raw-body": "~2.1.2",
"type-is": "~1.6.6"
},
"devDependencies": {
"istanbul": "0.3.19",
"methods": "~1.1.1",
"mocha": "2.2.5",
"supertest": "1.0.1"
"supertest": "1.1.0"
},
"files": [
"lib/",
Expand Down

0 comments on commit 7cb318d

Please sign in to comment.