From e336f0d5972fd6265c1f940e6660cb9225b81946 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2019 20:51:23 +0000 Subject: [PATCH] Bump debug from 1.0.5 to 4.1.1 Bumps [debug](https://github.com/visionmedia/debug) from 1.0.5 to 4.1.1. - [Release notes](https://github.com/visionmedia/debug/releases) - [Commits](https://github.com/visionmedia/debug/compare/1.0.5...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 531992c..bce7d46 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "main": "lib/index.js", "license": "MIT", "dependencies": { - "debug": "^1.0.2", + "debug": "^4.1.1", "minimatch": "^3.0.3" }, "devDependencies": {