From cb6837171375071e289762d3567d13ceec1a58a3 Mon Sep 17 00:00:00 2001 From: James Messinger Date: Fri, 13 Oct 2017 06:45:19 -0500 Subject: [PATCH] Updated the "debug" dependency to protect against a DoS vulnerability --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 25163634..035576c8 100644 --- a/package.json +++ b/package.json @@ -73,7 +73,7 @@ }, "dependencies": { "call-me-maybe": "^1.0.1", - "debug": "^3.0.0", + "debug": "^3.1.0", "es6-promise": "^4.1.1", "eslint-config-modular": "^4.1.0", "js-yaml": "^3.9.1",