diff --git a/HISTORY.md b/HISTORY.md index f532ebdd..f74ea420 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -3,6 +3,8 @@ unreleased * deps: accepts@~1.1.4 - deps: mime-types@~2.0.4 + * deps: http-errors@~1.2.8 + - Fix stack trace from exported function * deps: mime-types@~2.0.4 - Add new mime types - deps: mime-db@~1.3.0 diff --git a/package.json b/package.json index cd48f593..6e61aa29 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "accepts": "~1.1.4", "batch": "0.5.1", "debug": "~2.1.0", - "http-errors": "~1.2.7", + "http-errors": "~1.2.8", "mime-types": "~2.0.4", "parseurl": "~1.3.0" },