Skip to content

Commit 4f751eb

Browse files
authored
fix(deps): update to Node.js 24.14.0 (cypress-io#1476)
Update FACTORY_VERSION to 7.2.4 FACTORY_DEFAULT_NODE_VERSION to 24.14.0 CHROME_VERSION 145.0.7632.116-1 CHROME_FOR_TESTING_VERSION 145.0.7632.117 EDGE_VERSION 145.0.3800.70-1 FIREFOX_VERSION 148.0
1 parent c6a8ec9 commit 4f751eb

File tree

2 files changed

+10
-6
lines changed

2 files changed

+10
-6
lines changed

factory/.env

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,37 +11,37 @@ BASE_IMAGE='debian:13.3-slim'
1111
# Node Versions: https://nodejs.org/en/download/releases/
1212
# master branch needs "Active LTS" version
1313
# use feature branch for "Maintenance LTS" or "Current" versions
14-
FACTORY_DEFAULT_NODE_VERSION='24.13.1'
14+
FACTORY_DEFAULT_NODE_VERSION='24.14.0'
1515

1616
# Node Versions: https://nodejs.org/en/download/releases/
1717
NODE_VERSION="${FACTORY_DEFAULT_NODE_VERSION}"
1818

1919
# Update the FACTORY_VERSION to deploy cypress/factory if you make changes to
2020
# BASE_IMAGE, FACTORY_DEFAULT_NODE_VERSION, YARN_VERSION, factory.Dockerfile or installScripts
21-
FACTORY_VERSION='7.2.3'
21+
FACTORY_VERSION='7.2.4'
2222

2323
# Cypress officially supports the latest 3 major versions of Chrome, Firefox, and Edge only
2424

2525
# Chrome versions: https://www.ubuntuupdates.org/package/google_chrome/stable/main/base/google-chrome-stable
2626
# Linux/amd64 only
2727
# Earlier versions of Google Chrome may no longer be available from http://dl.google.com
28-
CHROME_VERSION='144.0.7559.132-1'
28+
CHROME_VERSION='145.0.7632.116-1'
2929

3030
# Chrome for Testing versions: https://googlechromelabs.github.io/chrome-for-testing/
3131
# not currently used for cypress/browsers and cypress/included images
3232
# Linux/amd64 only
33-
CHROME_FOR_TESTING_VERSION='145.0.7632.46'
33+
CHROME_FOR_TESTING_VERSION='145.0.7632.117'
3434

3535
# Cypress versions: https://www.npmjs.com/package/cypress
3636
CYPRESS_VERSION='15.10.0'
3737

3838
# Edge versions: https://packages.microsoft.com/repos/edge/pool/main/m/microsoft-edge-stable/
3939
# Linux/amd64 only
40-
EDGE_VERSION='144.0.3719.115-1'
40+
EDGE_VERSION='145.0.3800.70-1'
4141

4242
# Firefox versions: https://download-installer.cdn.mozilla.net/pub/firefox/releases/
4343
# Linux/amd64 for all versions, Linux/arm64 for versions 136.0 and above
44-
FIREFOX_VERSION='147.0.3'
44+
FIREFOX_VERSION='148.0'
4545

4646
# Geckodriver versions: https://github.com/mozilla/geckodriver/releases
4747
# Geckodriver documentation: https://firefox-source-docs.mozilla.org/testing/geckodriver/index.html

factory/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Change log
22

3+
## 7.2.4
4+
5+
- Updated `FACTORY_DEFAULT_NODE_VERSION` from `24.13.1` to `24.14.0`. Addressed in [#1476](https://github.com/cypress-io/cypress-docker-images/pull/1476).
6+
37
## 7.2.3
48

59
- Updated `FACTORY_DEFAULT_NODE_VERSION` from `24.13.0` to `24.13.1`. Addressed in [#1473](https://github.com/cypress-io/cypress-docker-images/pull/1473).

0 commit comments

Comments
 (0)