Skip to content

Commit e0983ff

Browse files
committed
deps: http-errors@~1.6.1
1 parent 9a2d42a commit e0983ff

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

HISTORY.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
unreleased
22
==========
33

4+
* deps: http-errors@~1.6.1
5+
- Make `message` property enumerable for `HttpError`s
6+
47
58

69
1.8.0 / 2016-11-21

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"license": "MIT",
1010
"repository": "expressjs/timeout",
1111
"dependencies": {
12-
"http-errors": "~1.5.1",
12+
"http-errors": "~1.6.1",
1313
"ms": "2.0.0",
1414
"on-finished": "~2.3.0",
1515
"on-headers": "~1.0.1"

0 commit comments

Comments
 (0)