fix: roll to Chrome 115.0.5790.170 (r1148114) (#10677)

This commit is contained in:
browser-automation-bot 2023-08-07 06:25:52 +02:00 committed by GitHub
parent 512a0f2a9d
commit e5af57ebd0
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
*/
export const PUPPETEER_REVISIONS = Object.freeze({
chrome: '115.0.5790.102',
chrome: '115.0.5790.170',
firefox: 'latest',
});

View File

@ -17,6 +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.
['115.0.5790.170', 'NEXT'],
['115.0.5790.102', 'v21.0.0'],
['115.0.5790.98', 'v20.9.0'],
['114.0.5735.133', 'v20.7.2'],