From e2c073d22057883eb6957e3a438310a2e8b604a1 Mon Sep 17 00:00:00 2001 From: Ingrid Sena <10999758+fullsushidev@users.noreply.github.com> Date: Tue, 1 Aug 2023 18:03:23 +0200 Subject: [PATCH] Temporary fix to security issue cypress issue will be fixed after: https://github.com/cypress-io/request/pull/32 --- package.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package.json b/package.json index a10b1b1f9..0f251312d 100644 --- a/package.json +++ b/package.json @@ -125,5 +125,8 @@ }, "insights": { "appname": "automation-analytics" + }, + "overrides": { + "tough-cookie": "^4.1.3" } }