Skip to content

Commit 4609071

Browse files
authored
fix(deps): update to Node.js 22.15.1 (#1349)
Update: FACTORY_VERSION to 5.8.2 Chrome to 136.0.7103.113-1 Edge to 136.0.3240.64-1 Firefox to 138.0.3
1 parent a771649 commit 4609071

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

factory/.env

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,22 +18,22 @@ 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='5.8.1'
21+
FACTORY_VERSION='5.8.2'
2222

2323
# Chrome versions: https://www.ubuntuupdates.org/package/google_chrome/stable/main/base/google-chrome-stable
2424
# Linux/amd64 only
25-
CHROME_VERSION='136.0.7103.92-1'
25+
CHROME_VERSION='136.0.7103.113-1'
2626

2727
# Cypress versions: https://www.npmjs.com/package/cypress
2828
CYPRESS_VERSION='14.3.3'
2929

3030
# Edge versions: https://packages.microsoft.com/repos/edge/pool/main/m/microsoft-edge-stable/
3131
# Linux/amd64 only
32-
EDGE_VERSION='136.0.3240.50-1'
32+
EDGE_VERSION='136.0.3240.64-1'
3333

3434
# Firefox versions: https://download-installer.cdn.mozilla.net/pub/firefox/releases/
3535
# Linux/amd64 for all versions, Linux/arm64 for versions 136.0 and above
36-
FIREFOX_VERSION='138.0.1'
36+
FIREFOX_VERSION='138.0.3'
3737

3838
# Yarn versions: https://www.npmjs.com/package/yarn and
3939
# Yarn v1 Classic only https://classic.yarnpkg.com/latest-version

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+
## 5.8.2
4+
5+
- Updated default node version from `22.15.0` to `22.15.1`. Addressed in [#1349](https://github.com/cypress-io/cypress-docker-images/pull/1349).
6+
37
## 5.8.1
48

59
- Updated default node version from `22.14.0` to `22.15.0`. Addressed in [#1335](https://github.com/cypress-io/cypress-docker-images/pull/1335).

0 commit comments

Comments
 (0)