From ab3feb468535323b115b4c5517eb635f4508a8bb Mon Sep 17 00:00:00 2001 From: Bill Glesias Date: Fri, 17 Oct 2025 21:21:28 -0400 Subject: [PATCH] chore: ad Cypress 15.5.0 factory images --- factory/.env | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/factory/.env b/factory/.env index 2850001b7d..21bcee656f 100644 --- a/factory/.env +++ b/factory/.env @@ -33,11 +33,11 @@ CHROME_VERSION='141.0.7390.107-1' CHROME_FOR_TESTING_VERSION='141.0.7390.78' # Cypress versions: https://www.npmjs.com/package/cypress -CYPRESS_VERSION='15.4.0' +CYPRESS_VERSION='15.5.0' # Edge versions: https://packages.microsoft.com/repos/edge/pool/main/m/microsoft-edge-stable/ # Linux/amd64 only -EDGE_VERSION='141.0.3537.71-1' +EDGE_VERSION='141.0.3537.85-1' # Firefox versions: https://download-installer.cdn.mozilla.net/pub/firefox/releases/ # Linux/amd64 for all versions, Linux/arm64 for versions 136.0 and above