Skip to content

Commit

Permalink
fix: roll to Chrome 126.0.6478.63 (r1300313) (#12632)
Browse files Browse the repository at this point in the history
  • Loading branch information
browser-automation-bot authored Jun 21, 2024
1 parent e8b29e6 commit 20ed8fc
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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: '126.0.6478.62',
'chrome-headless-shell': '126.0.6478.62',
chrome: '126.0.6478.63',
'chrome-headless-shell': '126.0.6478.63',
firefox: 'latest',
});
2 changes: 1 addition & 1 deletion versions.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
const versionsPerRelease = new Map([
// This is a mapping from Chrome version => Puppeteer version.
// In Chrome roll patches, use `NEXT` for the Puppeteer version.
['126.0.6478.62', 'NEXT'],
['126.0.6478.63', 'NEXT'],
['126.0.6478.61', 'v22.11.1'],
['126.0.6478.55', 'v22.11.0'],
['125.0.6422.141', 'v22.10.1'],
Expand Down

0 comments on commit 20ed8fc

Please sign in to comment.