Skip to content

Commit 1d9881c

Browse files
feat: roll to Firefox 145.0 (#14418)
1 parent be07e5d commit 1d9881c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/puppeteer-core/src/revisions.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@
1010
export const PUPPETEER_REVISIONS = Object.freeze({
1111
chrome: '142.0.7444.162',
1212
'chrome-headless-shell': '142.0.7444.162',
13-
firefox: 'stable_144.0.2',
13+
firefox: 'stable_145.0',
1414
});

versions.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"NEXT",
66
{
77
"chrome": "142.0.7444.162",
8-
"firefox": "stable_144.0.2"
8+
"firefox": "stable_145.0"
99
}
1010
],
1111
[

0 commit comments

Comments
 (0)