From 6f266dfb9f0ee5e9358254bd75e1d377124468ac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 30 Oct 2019 06:23:50 +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",