Skip to content

Commit d1c2c7f

Browse files
committed
deps: http-errors@~1.6.1
1 parent e7b86ba commit d1c2c7f

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

HISTORY.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
unreleased
2+
==========
3+
4+
* deps: http-errors@~1.6.1
5+
- Make `message` property enumerable for `HttpError`s
6+
7+
18
1.16.1 / 2017-02-10
29
===================
310

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"content-type": "~1.0.2",
1414
"debug": "2.6.1",
1515
"depd": "~1.1.0",
16-
"http-errors": "~1.5.1",
16+
"http-errors": "~1.6.1",
1717
"iconv-lite": "0.4.15",
1818
"on-finished": "~2.3.0",
1919
"qs": "6.2.1",

0 commit comments

Comments
 (0)