From 5967bd3fb8444bab91135b9aff4244bc57bd24a9 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 20 Nov 2020 06:32:49 +0000 Subject: [PATCH] Bump debug from 4.1.1 to 4.3.1 Bumps [debug](https://github.com/visionmedia/debug) from 4.1.1 to 4.3.1. - [Release notes](https://github.com/visionmedia/debug/releases) - [Commits](https://github.com/visionmedia/debug/compare/4.1.1...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 6035051..d774ef1 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "dependencies": { "body-parser": "~1.19.0", "cookie-parser": "~1.4.3", - "debug": "~4.1.1", + "debug": "~4.3.1", "express": "~4.15.5", "jquery": "^3.2.1", "level": "^2.1.1",