From 4c3c91993becd3cbbe163668c271f55135221475 Mon Sep 17 00:00:00 2001 From: Karl Norling Date: Sun, 24 Sep 2017 20:50:32 -0400 Subject: [PATCH] Update tough-cookie in package.json See: https://www.versioneye.com/Node.JS/tough-cookie/2.3.2; https://github.com/salesforce/tough-cookie/pull/97; https://github.com/salesforce/tough-cookie/pull/92. (A large cookie could cause a slowdown.) This is not really necessary since fresh installs or installs using package-lock.json already get the 2.3.3 version, but we might as well. --- 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",