Skip to content

Commit

Permalink
Update tough-cookie in package.json
Browse files Browse the repository at this point in the history
See: https://www.versioneye.com/Node.JS/tough-cookie/2.3.2; salesforce/tough-cookie#97; salesforce/tough-cookie#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.
  • Loading branch information
karlnorling authored and domenic committed Sep 25, 2017
1 parent 01b2a46 commit 4c3c919
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -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",
Expand Down

0 comments on commit 4c3c919

Please sign in to comment.