diff --git a/factory/.env b/factory/.env index c366f80d29..c1ed468f4e 100644 --- a/factory/.env +++ b/factory/.env @@ -11,26 +11,26 @@ BASE_IMAGE='debian:12.8-slim' # Node Versions: https://nodejs.org/en/download/releases/ # master branch needs "Active LTS" version # use feature branch for "Maintenance LTS" or "Current" versions -FACTORY_DEFAULT_NODE_VERSION='22.12.0' +FACTORY_DEFAULT_NODE_VERSION='22.13.0' # Node Versions: https://nodejs.org/en/download/releases/ NODE_VERSION="${FACTORY_DEFAULT_NODE_VERSION}" # Update the FACTORY_VERSION to deploy cypress/factory if you make changes to # BASE_IMAGE, FACTORY_DEFAULT_NODE_VERSION, YARN_VERSION, factory.Dockerfile or installScripts -FACTORY_VERSION='5.1.1' +FACTORY_VERSION='5.1.2' # Chrome versions: https://www.ubuntuupdates.org/package/google_chrome/stable/main/base/google-chrome-stable -CHROME_VERSION='131.0.6778.139-1' +CHROME_VERSION='131.0.6778.264-1' # Cypress versions: https://www.npmjs.com/package/cypress CYPRESS_VERSION='13.17.0' # Edge versions: https://packages.microsoft.com/repos/edge/pool/main/m/microsoft-edge-stable/ -EDGE_VERSION='131.0.2903.99-1' +EDGE_VERSION='131.0.2903.112-1' # Firefox versions: https://download-installer.cdn.mozilla.net/pub/firefox/releases/ -FIREFOX_VERSION='133.0.3' +FIREFOX_VERSION='134.0' # Yarn versions: https://www.npmjs.com/package/yarn and # https://classic.yarnpkg.com/latest-version diff --git a/factory/CHANGELOG.md b/factory/CHANGELOG.md index a7314c38a5..9151bbbb48 100644 --- a/factory/CHANGELOG.md +++ b/factory/CHANGELOG.md @@ -1,5 +1,9 @@ # Change log +## 5.1.2 + +- Updated default node version from `22.12.0` to `22.13.0`. Addressed in [#1277](https://github.com/cypress-io/cypress-docker-images/pull/1277). + ## 5.1.1 - Updated default node version from `22.11.0` to `22.12.0`. Addressed in [#1260](https://github.com/cypress-io/cypress-docker-images/pull/1260).