From 84628de9c7e9aa3b3c7e1206568700b9cef1407f Mon Sep 17 00:00:00 2001 From: Gareth Oakley Date: Fri, 29 Sep 2017 10:10:48 +0100 Subject: [PATCH] Upgrade debug dependency to avoid possible security vulnerability (#973) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 34235ea35..c3482f84c 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "bluebird": "^3.5.0", "compress": "^0.99.0", "concat-stream": "^1.5.1", - "debug": "~0.7.4", + "debug": "^2.6.9", "ejs": "~2.5.5", "finalhandler": "^1.0.3", "lodash": "^3.10.1",