fix: roll to Chrome 125.0.6422.141 (r1287751) (#12509)

This commit is contained in:
browser-automation-bot
2024-05-31 09:17:40 +02:00
committed by GitHub
parent 68fd771293
commit c4fdd102e9
2 changed files with 3 additions and 2 deletions

View File

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