diff --git a/HISTORY.md b/HISTORY.md index c380a788..5746cccc 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -3,6 +3,10 @@ unreleased * deps: bytes@3.1.0 - Add petabyte (`pb`) support + * deps: http-errors@1.7.2 + - Set constructor name when possible + - deps: setprototypeof@1.1.1 + - deps: statuses@'>= 1.5.0 < 2' * deps: qs@6.6.0 1.18.3 / 2018-05-14 diff --git a/package.json b/package.json index 51b5cea2..a39d8474 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "content-type": "~1.0.4", "debug": "2.6.9", "depd": "~1.1.2", - "http-errors": "~1.6.3", + "http-errors": "1.7.2", "iconv-lite": "0.4.23", "on-finished": "~2.3.0", "qs": "6.6.0",