From cb02c82d75b974aafe51fedc026593796e0635a0 Mon Sep 17 00:00:00 2001 From: Douglas Christopher Wilson Date: Sat, 8 Sep 2018 22:14:11 -0400 Subject: [PATCH] deps: http-errors@~1.7.1 --- HISTORY.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index 450e912..1d020a0 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,7 +1,7 @@ unreleased ========== - * deps: http-errors@~1.7.0 + * deps: http-errors@~1.7.1 - Set constructor name when possible - deps: depd@~1.1.2 - deps: setprototypeof@1.1.0 diff --git a/package.json b/package.json index c02eddf..2a4ff7b 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "repository": "jshttp/http-assert", "dependencies": { "deep-equal": "~1.0.1", - "http-errors": "~1.7.0" + "http-errors": "~1.7.1" }, "devDependencies": { "eslint": "5.5.0",