From ae4d0c2211f30334b1867df23caa0800d33970db Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 May 2020 18:06:32 +0000 Subject: [PATCH] Bump debug from 2.2.0 to 4.1.1 Bumps [debug](https://github.com/visionmedia/debug) from 2.2.0 to 4.1.1. - [Release notes](https://github.com/visionmedia/debug/releases) - [Commits](https://github.com/visionmedia/debug/compare/2.2.0...4.1.1) Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 75a15b0..c0ab7af 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "dependencies": { "body-parser": "~1.15.1", "cookie-parser": "~1.4.3", - "debug": "~2.2.0", + "debug": "~4.1.1", "express": "~4.13.4", "fs": "0.0.1-security", "hbs": "~4.0.0",