From 89962bec4ebc412940330499b1f84a8047e9456e Mon Sep 17 00:00:00 2001 From: Douglas Christopher Wilson Date: Sun, 19 Jun 2016 12:38:16 -0400 Subject: [PATCH] deps: http-errors@~1.5.0 --- HISTORY.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/HISTORY.md b/HISTORY.md index d201c2e3..db20e478 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -3,6 +3,10 @@ unreleased * deps: content-type@~1.0.2 - perf: enable strict mode + * deps: http-errors@~1.5.0 + - Use `setprototypeof` module to replace `__proto__` setting + - deps: statuses@'>= 1.3.0 < 2' + - perf: enable strict mode * deps: qs@6.2.0 * deps: type-is@~1.6.13 - deps: mime-types@~2.1.11 diff --git a/package.json b/package.json index c9c72cf4..b2958bd5 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.4.0", + "http-errors": "~1.5.0", "iconv-lite": "0.4.13", "on-finished": "~2.3.0", "qs": "6.2.0",