From cbcdf8f8862bd6a742c0a57ee2fc4edcb55c8a56 Mon Sep 17 00:00:00 2001
From: Albert Winberg <winberga@amazon.com>
Date: Tue, 25 Jun 2024 19:55:05 +0000
Subject: [PATCH] chore: bump cypress versions to fix CI failures

---
 scripts/integ-setup.bat   | 2 +-
 scripts/integ-setup.sh    | 2 +-
 scripts/integ-setupv6.bat | 2 +-
 scripts/integ-setupv6.sh  | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/scripts/integ-setup.bat b/scripts/integ-setup.bat
index 871ba111..686dadbf 100644
--- a/scripts/integ-setup.bat
+++ b/scripts/integ-setup.bat
@@ -20,7 +20,7 @@ call lerna add --scope integration-test @aws-amplify/codegen-ui-react
 call lerna add --scope integration-test @aws-amplify/codegen-ui-test-generator
 call lerna add --no-ci --scope integration-test react-router-dom
 call lerna add --no-ci --scope integration-test @types/react-router-dom
-call lerna add --no-ci --dev --scope integration-test cypress@12.14.0
+call lerna add --no-ci --dev --scope integration-test cypress@13.0.0
 call lerna add --no-ci --dev --scope integration-test wait-on
 call lerna add --no-ci --scope integration-test os-browserify
 call lerna add --no-ci --scope integration-test path-browserify
diff --git a/scripts/integ-setup.sh b/scripts/integ-setup.sh
index 6246a3f3..e885318e 100755
--- a/scripts/integ-setup.sh
+++ b/scripts/integ-setup.sh
@@ -25,7 +25,7 @@ lerna add --scope integration-test @aws-amplify/codegen-ui-react
 lerna add --scope integration-test @aws-amplify/codegen-ui-test-generator
 lerna add --no-ci --scope integration-test react-router-dom
 lerna add --no-ci --scope integration-test @types/react-router-dom
-lerna add --no-ci --dev --scope integration-test cypress@12.14.0
+lerna add --no-ci --dev --scope integration-test cypress@13.0.0
 lerna add --no-ci --dev --scope integration-test @cypress/code-coverage
 lerna add --no-ci --dev --scope integration-test wait-on
 lerna add --no-ci --dev --scope integration-test istanbul-lib-report
diff --git a/scripts/integ-setupv6.bat b/scripts/integ-setupv6.bat
index e905b0c3..29d0bc78 100644
--- a/scripts/integ-setupv6.bat
+++ b/scripts/integ-setupv6.bat
@@ -20,7 +20,7 @@ call lerna add --no-ci --scope integration-test @aws-amplify/codegen-ui-react
 call lerna add --no-ci --scope integration-test @aws-amplify/codegen-ui-test-generator
 call lerna add --no-ci --scope integration-test react-router-dom
 call lerna add --no-ci --scope integration-test @types/react-router-dom
-call lerna add --no-ci --dev --scope integration-test cypress@12.14.0
+call lerna add --no-ci --dev --scope integration-test cypress@13.0.0
 call lerna add --no-ci --dev --scope integration-test wait-on
 call lerna add --no-ci --scope integration-test os-browserify
 call lerna add --no-ci --scope integration-test path-browserify
diff --git a/scripts/integ-setupv6.sh b/scripts/integ-setupv6.sh
index 9bf0d64e..8f4f738e 100755
--- a/scripts/integ-setupv6.sh
+++ b/scripts/integ-setupv6.sh
@@ -26,7 +26,7 @@ lerna add --no-ci --scope integration-test @aws-amplify/codegen-ui-react
 lerna add --no-ci --scope integration-test @aws-amplify/codegen-ui-test-generator
 lerna add --no-ci --scope integration-test react-router-dom
 lerna add --no-ci --scope integration-test @types/react-router-dom
-lerna add --no-ci --dev --scope integration-test cypress@12.14.0
+lerna add --no-ci --dev --scope integration-test cypress@13.0.0
 lerna add --no-ci --dev --scope integration-test @cypress/code-coverage
 lerna add --no-ci --dev --scope integration-test wait-on
 lerna add --no-ci --dev --scope integration-test istanbul-lib-report