Skip to content

Commit 076e7a1

Browse files
committed
Pin tough-cookie to support Node 6
Should be ablve to remove this if/when salesforce/tough-cookie#141 is merged.
1 parent 3b56baf commit 076e7a1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,9 @@
117117
"qunit": "^2.6.2",
118118
"qunit-dom": "^0.8.0"
119119
},
120+
"resolutions": {
121+
"**/tough-cookie": "~2.4.0"
122+
},
120123
"engines": {
121124
"node": "6.* || 8.* || >= 10.*"
122125
},

0 commit comments

Comments
 (0)