fix: roll to Chrome 125.0.6422.78 (r1287751) (#12484)

This commit is contained in:
browser-automation-bot
2024-05-24 08:59:17 +02:00
committed by GitHub
parent f375267e79
commit f30977f817
2 changed files with 3 additions and 3 deletions

View File

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