From 4f49cf7e4e11d5e7e96e3785a8bb156a5136f415 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jul 2020 10:21:10 +0000 Subject: [PATCH] Bump debug from 2.6.8 to 4.1.1 Bumps [debug](https://github.com/visionmedia/debug) from 2.6.8 to 4.1.1. - [Release notes](https://github.com/visionmedia/debug/releases) - [Commits](https://github.com/visionmedia/debug/compare/2.6.8...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 9046109..e6e1dab 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "description": "Memory game with Octocats", "version": "0.0.1", "dependencies": { - "debug": "2.6.8", + "debug": "4.1.1", "ejs": "^2.5.6", "hoek": "^4.0.0", "npm": "^6.4.1",