From bfef3ecf2aad7038084b693b003ca6992ea7a203 Mon Sep 17 00:00:00 2001 From: Douglas Christopher Wilson Date: Fri, 17 Jul 2020 00:07:45 -0400 Subject: [PATCH] deps: http-errors@~1.8.0 --- HISTORY.md | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index ff8f103..ca2176e 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -7,11 +7,11 @@ unreleased * deps: accepts@~1.3.7 - deps: mime-types@~2.1.24 - deps: negotiator@0.6.2 - * deps: http-errors@~1.7.3 + * deps: http-errors@~1.8.0 - Set constructor name when possible - deps: depd@~1.1.2 - deps: inherits@2.0.4 - - deps: setprototypeof@1.1.1 + - deps: setprototypeof@1.2.0 - deps: statuses@'>= 1.5.0 < 2' * deps: mime-types@~2.1.27 - Add new mime types diff --git a/package.json b/package.json index f0b73b1..7592de6 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "batch": "0.6.1", "debug": "2.6.9", "escape-html": "~1.0.3", - "http-errors": "~1.7.3", + "http-errors": "~1.8.0", "mime-types": "~2.1.27", "parseurl": "~1.3.3" },