From 6347af0448cad0b7a2e948bc36f82559a777316b Mon Sep 17 00:00:00 2001 From: gokulkiot <100412828+gokulkiot@users.noreply.github.com> Date: Wed, 31 Jan 2024 19:09:17 +0530 Subject: [PATCH] [vulnerability fix] dep - tough cookie --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4cf0df1..e5aec70 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "request-promise-core": "1.1.4", "bluebird": "^3.5.0", "stealthy-require": "^1.1.1", - "tough-cookie": "^2.3.3" + "tough-cookie": "^4.1.3" }, "peerDependencies": { "request": "^2.34"