fix: roll to Chrome 117.0.5938.92 (r1181205) (#10989)

This commit is contained in:
browser-automation-bot 2023-09-22 09:00:00 +02:00 committed by GitHub
parent 464386ecf5
commit d048cd965f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -17,7 +17,7 @@
const versionsPerRelease = new Map([
// This is a mapping from Chrome version => Puppeteer version.
// In Chrome roll patches, use `NEXT` for the Puppeteer version.
['117.0.5938.88', 'NEXT'],
['117.0.5938.92', 'NEXT'],
['116.0.5845.96', 'v21.1.0'],
['115.0.5790.170', 'v21.0.2'],
['115.0.5790.102', 'v21.0.0'],