fix: roll to Chrome 124.0.6367.155 (r1274542) (#12414)

This commit is contained in:
browser-automation-bot
2024-05-08 09:01:52 +02:00
committed by GitHub
parent a232974eac
commit d0cd710e49
2 changed files with 3 additions and 2 deletions

View File

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