From 4ddc131872420afcdcdfff9fe6d691f86d785f4e Mon Sep 17 00:00:00 2001 From: Kevin Partington Date: Tue, 19 Dec 2017 12:24:42 -0600 Subject: [PATCH] Upgrade: debug@^3.1.0 (#9731) This version of debug addresses a minor ReDoS issue. See visionmedia/debug#501, visionmedia/debug#504 for more information. Looking at the rest of the changelog, this should be a pretty low-risk upgrade. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2ac5e8fc9ab..7c349909bf4 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "chalk": "^2.1.0", "concat-stream": "^1.6.0", "cross-spawn": "^5.1.0", - "debug": "^3.0.1", + "debug": "^3.1.0", "doctrine": "^2.0.2", "eslint-scope": "^3.7.1", "espree": "^3.5.2",