From b8947b575f48b90f5004ddfc7819edda843b9d42 Mon Sep 17 00:00:00 2001 From: Mike McCready <66998419+MikeMcC399@users.noreply.github.com> Date: Thu, 16 Oct 2025 17:21:03 +0200 Subject: [PATCH] chore: bump browser versions to latest --- factory/.env | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/factory/.env b/factory/.env index 0bc83b7005..2850001b7d 100644 --- a/factory/.env +++ b/factory/.env @@ -25,23 +25,23 @@ FACTORY_VERSION='6.1.1' # Chrome versions: https://www.ubuntuupdates.org/package/google_chrome/stable/main/base/google-chrome-stable # Linux/amd64 only # Earlier versions of Google Chrome may no longer be available from http://dl.google.com -CHROME_VERSION='141.0.7390.54-1' +CHROME_VERSION='141.0.7390.107-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='141.0.7390.54' +CHROME_FOR_TESTING_VERSION='141.0.7390.78' # Cypress versions: https://www.npmjs.com/package/cypress CYPRESS_VERSION='15.4.0' # Edge versions: https://packages.microsoft.com/repos/edge/pool/main/m/microsoft-edge-stable/ # Linux/amd64 only -EDGE_VERSION='141.0.3537.57-1' +EDGE_VERSION='141.0.3537.71-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 -FIREFOX_VERSION='143.0.4' +FIREFOX_VERSION='144.0' # Geckodriver versions: https://github.com/mozilla/geckodriver/releases # Geckodriver documentation: https://firefox-source-docs.mozilla.org/testing/geckodriver/index.html