From aaaa5abdd72e6d9db446c3c0d414947241ce6042 Mon Sep 17 00:00:00 2001 From: Anish Karandikar Date: Tue, 6 Mar 2018 19:27:36 -0500 Subject: [PATCH] =?UTF-8?q?fix:=20ReDoS=20vuln=20in=20mocha@5.0.2=20?= =?UTF-8?q?=E2=80=BA=20diff@3.3.1=20(#3266)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit https://snyk.io/test/npm/mocha/5.0.2?severity=high&severity=medium&severity=low --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c46f1501b3..d58244ca08 100644 --- a/package.json +++ b/package.json @@ -309,7 +309,7 @@ "browser-stdout": "1.3.1", "commander": "2.11.0", "debug": "3.1.0", - "diff": "3.3.1", + "diff": "3.5.0", "escape-string-regexp": "1.0.5", "glob": "7.1.2", "growl": "1.10.3",