Skip to content

Commit

Permalink
deps: depd@~1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dougwilson committed Sep 15, 2015
1 parent 824a115 commit 8e2e407
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 @@ -3,6 +3,8 @@ unreleased

* Fix JSON strict parse error to match syntax errors
* Provide static `require` analysis in `urlencoded` parser
* deps: depd@~1.1.0
- Support web browser loading
* deps: qs@5.1.0
* deps: raw-body@~2.1.3
- Fix sync callback when attaching data listener causes sync read
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"bytes": "2.1.0",
"content-type": "~1.0.1",
"debug": "~2.2.0",
"depd": "~1.0.1",
"depd": "~1.1.0",
"http-errors": "~1.3.1",
"iconv-lite": "0.4.11",
"on-finished": "~2.3.0",
Expand Down

0 comments on commit 8e2e407

Please sign in to comment.