From b5366f5453b27a5ea9cbd695e8cd49dead0ba41f Mon Sep 17 00:00:00 2001 From: Michael Froh Date: Tue, 5 Sep 2023 16:48:14 +0000 Subject: [PATCH] Resolve tough-cookie to 4.1.3 Based on recommendation by @AMoo-Miki on https://github.com/opensearch-project/opensearch-build/issues/3856 Signed-off-by: Michael Froh --- package.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 7b1fac8a..d273b94c 100644 --- a/package.json +++ b/package.json @@ -20,6 +20,7 @@ "resolutions": { "ansi-regex": "^5.0.1", "glob-parent": "^6.0.1", - "qs": "~6.5.3" + "qs": "~6.5.3", + "tough-cookie": "^4.1.3" } -} \ No newline at end of file +}