From 7ac44d4fbc25247a1a6dce35930c0a4a22a00d56 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Dec 2021 01:00:11 +0000 Subject: [PATCH] Bump http-errors from 1.6.3 to 2.0.0 Bumps [http-errors](https://github.com/jshttp/http-errors) from 1.6.3 to 2.0.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...v2.0.0) --- updated-dependencies: - dependency-name: http-errors dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 399bdf2..305cc4a 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "dotenv": "^8.2.0", "express": "~4.16.1", "express-validation": "^3.0.6", - "http-errors": "~1.6.3", + "http-errors": "~2.0.0", "http-status": "^1.5.0", "jade": "~1.11.0", "morgan": "~1.9.1",