From 615a9c4b9118dd40663400817a1323771504e3b2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 5 Sep 2023 12:42:43 -0700 Subject: [PATCH] Resolve tough-cookie to 4.1.3 (#271) (#272) (cherry picked from commit 6c0d17ceec3ce8668ea8f7695602b6fd8c3943c2) Signed-off-by: github-actions[bot] Co-authored-by: github-actions[bot] --- package.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index beeb757..b248b2f 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 +}