From f0e79db1924d4b46c50ef5dc911510f0d2f6f517 Mon Sep 17 00:00:00 2001 From: Rocky Assad Date: Thu, 11 Aug 2016 12:28:25 -0500 Subject: [PATCH] bumped `tough-cookie` version to 2.3.1 to resolve nsp vulnerability: https://nodesecurity.io/advisories/130 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8c7c8a3..7e78f65 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "string": "^3.0.0", "through2-sink": "^1.0.0", "through2-spy": "^1.2.0", - "tough-cookie": "^0.12.1" + "tough-cookie": "^2.3.1" }, "devDependencies": { "gulp": "~3.8.0",