From 16fc40cd88777d96c67704722f0df4e54cd9c039 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 20 Nov 2020 12:44:53 +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 7655164..4900cd4 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "body-parser": "~1.15.1", "cookie-parser": "~1.4.3", "cors": "^2.8.1", - "debug": "~2.2.0", + "debug": "~4.3.1", "ejs": "~2.4.1", "express": "~4.13.4", "mongoose": "^4.6.3",