From ff52bc19085b85b05d5a9f7a0a7efd121104970d 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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index a4ae2f4db..93f2242d4 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "util", "utility" ], - "version": "2.82.1", + "version": "2.82.2", "author": "Mikeal Rogers ", "repository": { "type": "git", @@ -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" },