fix: roll to Chrome 114.0.5735.133 (r1135570) (#10384)

This commit is contained in:
browser-automation-bot 2023-06-15 07:47:56 +02:00 committed by GitHub
parent 0d219c79de
commit 93115587c9
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: '114.0.5735.90', chrome: '114.0.5735.133',
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.
['114.0.5735.133', 'NEXT'],
['114.0.5735.90', 'v20.6.0'], ['114.0.5735.90', 'v20.6.0'],
['113.0.5672.63', 'v20.1.0'], ['113.0.5672.63', 'v20.1.0'],
['112.0.5615.121', 'v20.0.0'], ['112.0.5615.121', 'v20.0.0'],