From 4da905e4d39d0768db8ed7f4f608ec59bb3a5fad Mon Sep 17 00:00:00 2001 From: Douglas Christopher Wilson Date: Mon, 16 Feb 2015 19:50:16 -0500 Subject: [PATCH] deps: http-errors@~1.3.1 --- HISTORY.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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" },