From ebfe48c1870c7b4c325d2c0653532b8a39175ac7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Apr 2020 17:17:31 +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",