From b2f5fe081cda8cfa4c2852ce2dfb813a2a8618ca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 5 Jul 2020 21:14:55 +0000 Subject: [PATCH] Bump debug from 2.1.3 to 4.1.1 Bumps [debug](https://github.com/visionmedia/debug) from 2.1.3 to 4.1.1. - [Release notes](https://github.com/visionmedia/debug/releases) - [Commits](https://github.com/visionmedia/debug/compare/2.1.3...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 290e18e..8742da7 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "mocha": "~2.2.4" }, "dependencies": { - "debug": "~2.1.3", + "debug": "~4.1.1", "format-throw": "~0.1.0", "js-yaml": "~3.2.7", "lodash": "~3.6.0",