From 9000e4c9eb0d4707a2a4be4698ddd87aedc86657 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 5 Jul 2021 10:19:22 +0000 Subject: [PATCH] [Security] Bump debug from 2.2.0 to 4.3.2 Bumps [debug](https://github.com/visionmedia/debug) from 2.2.0 to 4.3.2. **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.2) 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..ff6f5b4 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.2", "ejs": "~2.4.1", "express": "~4.13.4", "mongoose": "^4.6.3",