From 5e51cce8c87c4ff5abe31ed556def06d7c67ce7d Mon Sep 17 00:00:00 2001 From: Douglas Christopher Wilson Date: Tue, 29 Nov 2016 22:59:35 -0400 Subject: [PATCH] deps: http-errors@~1.5.1 --- HISTORY.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/HISTORY.md b/HISTORY.md index f3ea28c1..28ca2836 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,3 +1,11 @@ +unreleased +========== + + * deps: http-errors@~1.5.1 + - deps: inherits@2.0.3 + - deps: setprototypeof@1.0.2 + - deps: statuses@'>= 1.3.1 < 2' + 1.15.2 / 2016-06-19 =================== diff --git a/package.json b/package.json index afea7811..96ec0ca7 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "content-type": "~1.0.2", "debug": "~2.2.0", "depd": "~1.1.0", - "http-errors": "~1.5.0", + "http-errors": "~1.5.1", "iconv-lite": "0.4.13", "on-finished": "~2.3.0", "qs": "6.2.0",