Skip to content

Commit

Permalink
deps: raw-body@~2.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
dougwilson committed Sep 14, 2015
1 parent 06a5182 commit f079626
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ unreleased
* Fix JSON strict parse error to match syntax errors
* Provide static `require` analysis in `urlencoded` parser
* deps: qs@5.0.0
* deps: raw-body@~2.1.3
- Fix sync callback when attaching data listener causes sync read
* deps: type-is@~1.6.8
- Fix type error when given invalid type to match against
- deps: mime-types@~2.1.6
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"iconv-lite": "0.4.11",
"on-finished": "~2.3.0",
"qs": "5.0.0",
"raw-body": "~2.1.2",
"raw-body": "~2.1.3",
"type-is": "~1.6.8"
},
"devDependencies": {
Expand Down

0 comments on commit f079626

Please sign in to comment.