From ea2f613d2d8f13afb37cc9606b8ebbfe5a2bf6cf Mon Sep 17 00:00:00 2001 From: Stenal P Jolly Date: Fri, 31 Aug 2018 02:23:19 +0530 Subject: [PATCH] Upgrading package.json With reference to fix: remove ReDoS regexp(https://github.com/visionmedia/debug/pull/504) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7aa0f95b3a..660dbfef28 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "content-type": "~1.0.4", "cookie": "0.3.1", "cookie-signature": "1.0.6", - "debug": "2.6.9", + "debug": "3.1.0", "depd": "~1.1.2", "encodeurl": "~1.0.2", "escape-html": "~1.0.3",