From 1d55248f87563498e2588f4b26f28e305c3f0d4b Mon Sep 17 00:00:00 2001 From: Karl Norling Date: Thu, 21 Sep 2017 21:52:19 -0400 Subject: [PATCH] Updating tough-cookie due to security fix. - See: https://www.versioneye.com/Node.JS/tough-cookie/2.3.2 - Also tough-cookie: - https://github.com/salesforce/tough-cookie/pull/97 - https://github.com/salesforce/tough-cookie/pull/92 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a4ae2f4db..be52b6b4c 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "qs": "~6.5.1", "safe-buffer": "^5.1.1", "stringstream": "~0.0.5", - "tough-cookie": "~2.3.2", + "tough-cookie": "~2.3.3", "tunnel-agent": "^0.6.0", "uuid": "^3.1.0" },