fix: roll to Chrome 123.0.6312.122 (r1262506) (#12248)

This commit is contained in:
browser-automation-bot 2024-04-11 08:19:57 +02:00 committed by GitHub
parent 9237390b83
commit 50b66591e7
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: '123.0.6312.105', chrome: '123.0.6312.122',
'chrome-headless-shell': '123.0.6312.105', 'chrome-headless-shell': '123.0.6312.122',
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.
['123.0.6312.122', 'NEXT'],
['123.0.6312.105', 'v22.6.3'], ['123.0.6312.105', 'v22.6.3'],
['123.0.6312.86', 'v22.6.2'], ['123.0.6312.86', 'v22.6.2'],
['123.0.6312.58', 'v22.6.0'], ['123.0.6312.58', 'v22.6.0'],