fix: roll to Chrome 114.0.5735.90 (r1135570) (#10329)

This commit is contained in:
browser-automation-bot 2023-06-07 08:32:32 +02:00 committed by GitHub
parent 651a378521
commit 60acefc1d6
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: '114.0.5735.45',
chrome: '114.0.5735.90',
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.
['114.0.5735.45', 'NEXT'],
['114.0.5735.90', 'NEXT'],
['113.0.5672.63', 'v20.1.0'],
['112.0.5615.121', 'v20.0.0'],
['112.0.5614.0', 'v19.8.0'],