From 4016a5a0473615a11a9fd448163bfef47e73a20c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 27 Oct 2019 02:11:02 +0000 Subject: [PATCH] chore: upgrade debug from 3.1.0 to 4.1.1 Snyk has created this PR to upgrade debug from 3.1.0 to 4.1.1. See this package in NPM: https://www.npmjs.com/package/debug See this project in Snyk: https://app.snyk.io/org/ajesse11x/project/b1177397-415e-4eb0-bf19-199c7e0dc87d?utm_source=github&utm_medium=upgrade-pr --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 13c166ac55..ddc361dd48 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "bluebird": "^3.5.2", "chalk": "2.4.1", "commander": "^2.18.0", - "debug": "3.1.0", + "debug": "4.1.1", "inherits": "~2.0.3", "interpret": "^1.1.0", "liftoff": "2.5.0",