From 3ea9c20b0fef181ac8e77cec4d2a21489eb01cf6 Mon Sep 17 00:00:00 2001 From: Bill Glesias Date: Tue, 9 Sep 2025 17:11:51 -0400 Subject: [PATCH] chore: update cypress to 15.2.0 --- factory/.env | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/factory/.env b/factory/.env index 1b5a768a28..942611e23e 100644 --- a/factory/.env +++ b/factory/.env @@ -22,15 +22,15 @@ FACTORY_VERSION='6.0.2' # Chrome versions: https://www.ubuntuupdates.org/package/google_chrome/stable/main/base/google-chrome-stable # Linux/amd64 only -CHROME_VERSION='140.0.7339.80-1' +CHROME_VERSION='140.0.7339.127-1' # Chrome for Testing versions: https://googlechromelabs.github.io/chrome-for-testing/ # not currently used for cypress/browsers and cypress/included images # Linux/amd64 only -CHROME_FOR_TESTING_VERSION='140.0.7339.80' +CHROME_FOR_TESTING_VERSION='140.0.7339.81' # Cypress versions: https://www.npmjs.com/package/cypress -CYPRESS_VERSION='15.1.0' +CYPRESS_VERSION='15.2.0' # Edge versions: https://packages.microsoft.com/repos/edge/pool/main/m/microsoft-edge-stable/ # Linux/amd64 only