fix: roll to Chrome 121.0.6167.184 (r1233107) (#11948)

This commit is contained in:
browser-automation-bot 2024-02-19 13:28:58 +01:00 committed by GitHub
parent 8dfe9d75ed
commit 03ef7a62c2
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 * @internal
*/ */
export const PUPPETEER_REVISIONS = Object.freeze({ export const PUPPETEER_REVISIONS = Object.freeze({
chrome: '121.0.6167.85', chrome: '121.0.6167.184',
'chrome-headless-shell': '121.0.6167.85', 'chrome-headless-shell': '121.0.6167.184',
firefox: 'latest', firefox: 'latest',
}); });

View File

@ -7,6 +7,7 @@
const versionsPerRelease = new Map([ const versionsPerRelease = new Map([
// This is a mapping from Chrome version => Puppeteer version. // This is a mapping from Chrome version => Puppeteer version.
// In Chrome roll patches, use `NEXT` for the Puppeteer version. // In Chrome roll patches, use `NEXT` for the Puppeteer version.
['121.0.6167.184', 'NEXT'],
['121.0.6167.85', 'v21.9.0'], ['121.0.6167.85', 'v21.9.0'],
['120.0.6099.109', 'v21.8.0'], ['120.0.6099.109', 'v21.8.0'],
['119.0.6045.105', 'v21.5.0'], ['119.0.6045.105', 'v21.5.0'],