From 4b9d654e5d88c5896e0f6fa43d1bb572a0941a55 Mon Sep 17 00:00:00 2001 From: Tim Brown Date: Mon, 17 Jul 2017 10:01:36 -0400 Subject: [PATCH] Upgrade Growl to 1.10.2 * Growl 1.9.2 is vulnerable to arbitrary code injection, and causes security warnings for Mocha users * Upgrade Growl to 1.10.2, and address issue #2791 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8102546afe..5ee689fefc 100644 --- a/package.json +++ b/package.json @@ -313,7 +313,7 @@ "diff": "3.2.0", "escape-string-regexp": "1.0.5", "glob": "7.1.1", - "growl": "1.9.2", + "growl": "^1.10.2", "json3": "3.3.2", "lodash.create": "3.1.1", "mkdirp": "0.5.1",