fix: roll to Chrome 122.0.6261.111 (r1250580) (#12055)

This commit is contained in:
browser-automation-bot 2024-03-08 08:05:50 +01:00 committed by GitHub
parent 5b0adda5b9
commit 9b31bca01a
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: '122.0.6261.94',
'chrome-headless-shell': '122.0.6261.94',
chrome: '122.0.6261.111',
'chrome-headless-shell': '122.0.6261.111',
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.
['122.0.6261.111', 'NEXT'],
['122.0.6261.94', 'v22.4.0'],
['122.0.6261.69', 'v22.3.0'],
['122.0.6261.57', 'v22.2.0'],