diff --git a/HISTORY.md b/HISTORY.md index b14fa04..8d3c297 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -4,6 +4,10 @@ unreleased * deps: accepts@~1.2.4 - deps: mime-types@~2.0.9 - deps: negotiator@0.5.1 + * deps: http-errors@~1.3.1 + - Construct errors using defined constructors from `createError` + - Fix error names that are not identifiers + - Set a meaningful `name` property on constructed errors * deps: mime-types@~2.0.9 - Add new mime types - deps: mime-db@~1.7.0 diff --git a/package.json b/package.json index 68478b8..77641d6 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "accepts": "~1.2.4", "batch": "0.5.2", "debug": "~2.1.1", - "http-errors": "~1.2.8", + "http-errors": "~1.3.1", "mime-types": "~2.0.9", "parseurl": "~1.3.0" },