From 25aef3adbd4a9f8fed59277776b0499d729f1366 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 953de8540..d16414b5f 100644 --- a/package.json +++ b/package.json @@ -132,5 +132,8 @@ }, "insights": { "appname": "automation-analytics" + }, + "overrides": { + "tough-cookie": "^4.1.3" } }