From 57f41cb87e460aa5d46e69a49b7d3d117ab3d36c Mon Sep 17 00:00:00 2001 From: Joe Fleming Date: Thu, 3 Aug 2017 02:38:59 -0700 Subject: [PATCH] Update debug package (#15) 2.6.7 or higher is required to fix a ReDoS issue in `ms` - see https://snyk.io/vuln/npm:ms:20170412 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9d873b6..e129128 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "test": "mocha" }, "dependencies": { - "debug": "~2.2", + "debug": "~2.6.7", "highlight.js": "~9.7.0", "entities": "~1.1" },