From 5e1c5c844a666875a5af97fc0c1c1470c034e6fa Mon Sep 17 00:00:00 2001 From: Karl Norling Date: Thu, 21 Sep 2017 21:54:37 -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 acc30ef2fd..4b33f5660c 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "request-promise-native": "^1.0.3", "sax": "^1.2.1", "symbol-tree": "^3.2.1", - "tough-cookie": "^2.3.2", + "tough-cookie": "^2.3.3", "webidl-conversions": "^4.0.0", "whatwg-encoding": "^1.0.1", "whatwg-url": "^6.1.0",