From 9c0287c406db96de5fa7aecb245c777a3bc41953 Mon Sep 17 00:00:00 2001 From: Douglas Christopher Wilson Date: Fri, 5 Jul 2019 00:44:00 -0400 Subject: [PATCH] deps: http-errors@~1.7.3 --- HISTORY.md | 3 ++- package.json | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index 0e375af..ee045b6 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -7,9 +7,10 @@ unreleased * deps: accepts@~1.3.7 - deps: mime-types@~2.1.24 - deps: negotiator@0.6.2 - * deps: http-errors@~1.7.2 + * deps: http-errors@~1.7.3 - Set constructor name when possible - deps: depd@~1.1.2 + - deps: inherits@2.0.4 - deps: setprototypeof@1.1.1 - deps: statuses@'>= 1.5.0 < 2' * deps: mime-types@~2.1.24 diff --git a/package.json b/package.json index 5f8c3ba..49effeb 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.2", + "http-errors": "~1.7.3", "mime-types": "~2.1.24", "parseurl": "~1.3.3" },