From 86aacec04e14f08622f813fba2aa10913e34af84 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 9 Feb 2021 17:15:06 +0000 Subject: [PATCH] Bump http-errors from 1.6.3 to 1.8.0 Bumps [http-errors](https://github.com/jshttp/http-errors) from 1.6.3 to 1.8.0. - [Release notes](https://github.com/jshttp/http-errors/releases) - [Changelog](https://github.com/jshttp/http-errors/blob/master/HISTORY.md) - [Commits](https://github.com/jshttp/http-errors/compare/1.6.3...1.8.0) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 11b4070..e55869f 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "cookie-parser": "~1.4.4", "debug": "~2.6.9", "express": "~4.16.1", - "http-errors": "~1.6.3", + "http-errors": "~1.8.0", "jade": "~1.11.0", "morgan": "~1.9.1", "mysql": "^2.18.1",