fix: roll to Chrome 117.0.5938.149 (r1181205) (#11077)

This commit is contained in:
browser-automation-bot 2023-10-05 14:12:47 +02:00 committed by GitHub
parent 163394d735
commit 0c0e516d73
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -18,6 +18,6 @@
* @internal * @internal
*/ */
export const PUPPETEER_REVISIONS = Object.freeze({ export const PUPPETEER_REVISIONS = Object.freeze({
chrome: '117.0.5938.92', chrome: '117.0.5938.149',
firefox: 'latest', firefox: 'latest',
}); });

View File

@ -17,6 +17,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.
['117.0.5938.149', 'NEXT'],
['117.0.5938.92', 'v21.3.2'], ['117.0.5938.92', 'v21.3.2'],
['117.0.5938.62', 'v21.3.0'], ['117.0.5938.62', 'v21.3.0'],
['116.0.5845.96', 'v21.1.0'], ['116.0.5845.96', 'v21.1.0'],