Skip to content

Commit

Permalink
fix: roll to Chrome 129.0.6668.100 (#13174)
Browse files Browse the repository at this point in the history
  • Loading branch information
browser-automation-bot authored Oct 10, 2024
1 parent 5b2b1fe commit de145c3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: '129.0.6668.91',
'chrome-headless-shell': '129.0.6668.91',
chrome: '129.0.6668.100',
'chrome-headless-shell': '129.0.6668.100',
firefox: 'stable_131.0.2',
});
2 changes: 1 addition & 1 deletion versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
[
"NEXT",
{
"chrome": "129.0.6668.91",
"chrome": "129.0.6668.100",
"firefox": "stable_131.0.2"
}
],
Expand Down

0 comments on commit de145c3

Please sign in to comment.