From 3ab69dca0f93180a6cf16875cb5efd28d14fc210 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:37 +0000 Subject: [PATCH] Bump debug from 2.6.9 to 4.3.1 Bumps [debug](https://github.com/visionmedia/debug) from 2.6.9 to 4.3.1. - [Release notes](https://github.com/visionmedia/debug/releases) - [Commits](https://github.com/visionmedia/debug/compare/2.6.9...4.3.1) 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..d111d3b 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ }, "dependencies": { "cookie-parser": "~1.4.4", - "debug": "~2.6.9", + "debug": "~4.3.1", "express": "~4.16.1", "http-errors": "~1.6.3", "jade": "~1.11.0",