fix: roll to Chrome 126.0.6478.61 (r1300313) (#12586)

This commit is contained in:
browser-automation-bot 2024-06-14 08:28:18 +02:00 committed by GitHub
parent fb7a6b4179
commit 772e088f9c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 2 deletions

View File

@ -8,7 +8,7 @@
* @internal
*/
export const PUPPETEER_REVISIONS = Object.freeze({
chrome: '126.0.6478.55',
'chrome-headless-shell': '126.0.6478.55',
chrome: '126.0.6478.61',
'chrome-headless-shell': '126.0.6478.61',
firefox: 'latest',
});

View File

@ -7,6 +7,7 @@
const versionsPerRelease = new Map([
// This is a mapping from Chrome version => Puppeteer version.
// In Chrome roll patches, use `NEXT` for the Puppeteer version.
['126.0.6478.61', 'NEXT'],
['126.0.6478.55', 'v22.11.0'],
['125.0.6422.141', 'v22.10.1'],
['125.0.6422.78', 'v22.10.0'],