From 655cb6a91743e7dd3b6e3519a5d5001cdaff55f6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Apr 2020 11:19:28 +0000 Subject: [PATCH] build(deps): 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 e3ec94b..fe257b0 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "body-parser": "~1.13.2", "connect-flash": "^0.1.1", "cookie-parser": "~1.3.5", - "debug": "~2.2.0", + "debug": "~4.1.1", "ejs": "~2.5.5", "express": "~4.13.1", "express-load": "^1.1.15",