Pin tough-cookie to version 4.0.0 to prevent being updated by npm audit fix.

`npm audit fix` will update `touch-cookie` to version `4.1.3` which seems to be a breaking update for our usage.

GitOrigin-RevId: 2a583b3673573984b425a98ee94c95ff4db27124
This commit is contained in:
M Fahru 2023-07-12 15:35:57 -07:00 committed by Copybot
parent ec38d1a3d0
commit 6d2e19fc79

View file

@ -243,7 +243,7 @@
"rimraf": "2.2.6",
"sanitize-html": "^2.8.1",
"scroll-into-view-if-needed": "^2.2.25",
"tough-cookie": "^4.0.0",
"tough-cookie": "4.0.0",
"tsscmp": "^1.0.6",
"underscore": "^1.13.1",
"utf-8-validate": "^5.0.2",