Skip to content

Commit

Permalink
fix: roll to Chrome 131.0.6778.204 (#13422)
Browse files Browse the repository at this point in the history
  • Loading branch information
browser-automation-bot authored Dec 19, 2024
1 parent 152f426 commit 4f3a877
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/puppeteer-core/src/revisions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* @internal
*/
export const PUPPETEER_REVISIONS = Object.freeze({
chrome: '131.0.6778.108',
'chrome-headless-shell': '131.0.6778.108',
chrome: '131.0.6778.204',
'chrome-headless-shell': '131.0.6778.204',
firefox: 'stable_133.0.3',
});
7 changes: 7 additions & 0 deletions versions.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
{
"lastMaintainedChromeVersion": "124.0.6367.207",
"versions": [
[
"NEXT",
{
"chrome": "131.0.6778.204",
"firefox": "stable_133.0.3"
}
],
[
"v23.10.4",
{
Expand Down

0 comments on commit 4f3a877

Please sign in to comment.