diff options
-rw-r--r-- | package.json | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/package.json b/package.json index 0231064f..8f7b1363 100644 --- a/package.json +++ b/package.json @@ -132,6 +132,9 @@ "ws": "^6.0.0", "xss": "^1.0.3" }, + "resolutions": { + "**/tough-cookie": "~2.4.0" + }, "engines": { "node": ">=6.x" }, |