Skip to content

Commit

Permalink
deps: http-errors@~1.5.1
Browse files Browse the repository at this point in the history
closes #8
  • Loading branch information
zhuangya authored and dougwilson committed Apr 9, 2017
1 parent e7c7b2a commit e2b77ff
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
unreleased
==========

* deps: http-errors@~1.5.1
- Support new code `421 Misdirected Request`
- Use `setprototypeof` module to replace `__proto__` setting
- deps: inherits@2.0.3
- deps: setprototypeof@1.0.2
- deps: statuses@'>= 1.3.1 < 2'
- perf: enable strict mode

2016-02-27 / 1.2.0
==================

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"repository": "jshttp/http-assert",
"dependencies": {
"deep-equal": "~1.0.0",
"http-errors": "~1.4.0"
"http-errors": "~1.5.1"
},
"devDependencies": {
"istanbul": "0.4.5",
Expand Down

0 comments on commit e2b77ff

Please sign in to comment.