fix: roll to Chrome 125.0.6422.76 (r1287751) (#12477)

This commit is contained in:
browser-automation-bot 2024-05-22 08:43:59 +02:00 committed by GitHub
parent 045ed9530d
commit d83d9a6ae2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 2 deletions

View File

@ -8,7 +8,7 @@
* @internal * @internal
*/ */
export const PUPPETEER_REVISIONS = Object.freeze({ export const PUPPETEER_REVISIONS = Object.freeze({
chrome: '125.0.6422.60', chrome: '125.0.6422.76',
'chrome-headless-shell': '125.0.6422.60', 'chrome-headless-shell': '125.0.6422.76',
firefox: 'latest', firefox: 'latest',
}); });

View File

@ -7,6 +7,7 @@
const versionsPerRelease = new Map([ const versionsPerRelease = new Map([
// This is a mapping from Chrome version => Puppeteer version. // This is a mapping from Chrome version => Puppeteer version.
// In Chrome roll patches, use `NEXT` for the Puppeteer version. // In Chrome roll patches, use `NEXT` for the Puppeteer version.
['125.0.6422.76', 'NEXT'],
['125.0.6422.60', 'v22.9.0'], ['125.0.6422.60', 'v22.9.0'],
['124.0.6367.207', 'v22.8.2'], ['124.0.6367.207', 'v22.8.2'],
['124.0.6367.201', 'v22.8.1'], ['124.0.6367.201', 'v22.8.1'],