From 3c3751c8d273be7981497aa5b1e93a5bd8c889a7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 7 Jun 2020 18:33:27 +0000 Subject: [PATCH] Bump debug from 2.2.0 to 4.1.1 in /samples/simple-chat 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] --- samples/simple-chat/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/simple-chat/package.json b/samples/simple-chat/package.json index 7e9caac..dbd8baf 100644 --- a/samples/simple-chat/package.json +++ b/samples/simple-chat/package.json @@ -8,7 +8,7 @@ "dependencies": { "body-parser": "~1.13.2", "cookie-parser": "~1.3.5", - "debug": "~2.2.0", + "debug": "~4.1.1", "express": "~4.13.1", "hbs": "~3.1.0", "morgan": "~1.6.1",