From efe0c6fa7df35a5e7af6f6b18e9770bcbba3ab68 Mon Sep 17 00:00:00 2001 From: Douglas Christopher Wilson Date: Wed, 8 Mar 2017 00:04:36 -0500 Subject: [PATCH] deps: http-errors@~1.6.1 --- HISTORY.md | 5 +++-- package.json | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index db74e7f..331b204 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -7,9 +7,10 @@ unreleased - Fix error when running under React Native - Use same color for same namespace - deps: ms@0.7.2 - * deps: http-errors@~1.5.1 + * deps: http-errors@~1.6.1 + - Make `message` property enumerable for `HttpError`s - deps: inherits@2.0.3 - - deps: setprototypeof@1.0.2 + - deps: setprototypeof@1.0.3 - deps: statuses@'>= 1.3.1 < 2' * deps: mime-types@~2.1.14 - Add new mime types diff --git a/package.json b/package.json index 6bdb74a..71c47c9 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "batch": "0.5.3", "debug": "2.6.1", "escape-html": "~1.0.3", - "http-errors": "~1.5.1", + "http-errors": "~1.6.1", "mime-types": "~2.1.14", "parseurl": "~1.3.1" },