fix: roll to Chrome 115.0.5790.102 (r1148114) (#10608)

This commit is contained in:
browser-automation-bot 2023-07-21 10:02:29 +02:00 committed by GitHub
parent 0e60ce4cec
commit 8649c53a70
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.98',
chrome: '115.0.5790.102',
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.102', 'NEXT'],
['115.0.5790.98', 'v20.9.0'],
['114.0.5735.133', 'v20.7.2'],
['114.0.5735.90', 'v20.6.0'],