From ed29c6045259590c72346377b0832dbe68945ff2 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 10 Mar 2021 13:40:40 +0000 Subject: [PATCH] [Security] Bump debug from 2.2.0 to 4.3.1 Bumps [debug](https://github.com/visionmedia/debug) from 2.2.0 to 4.3.1. **This update includes a security fix.** - [Release notes](https://github.com/visionmedia/debug/releases) - [Commits](https://github.com/visionmedia/debug/compare/2.2.0...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 effe382..54f4a4d 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "dependencies": { "body-parser": "~1.12.4", "cookie-parser": "~1.4.5", - "debug": "~2.2.0", + "debug": "~4.3.1", "express": "~4.12.4", "jade": "~1.11.0", "morgan": "~1.5.3",