From fb853f2dd76f4198a0131ea4c5d91d556ae4e554 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2019 23:23:22 +0000 Subject: [PATCH] Bump debug from 0.7.4 to 4.1.1 Bumps [debug](https://github.com/visionmedia/debug) from 0.7.4 to 4.1.1. - [Release notes](https://github.com/visionmedia/debug/releases) - [Commits](https://github.com/visionmedia/debug/compare/0.7.4...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 fb22c6d..cb64388 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "test": "./node_modules/mocha/bin/mocha -R ${REPORTER-spec}" }, "dependencies": { - "debug": "~0.7.0" + "debug": "~4.1.1" }, "devDependencies": { "mocha": "~1.0.3"