fix: roll to Chrome 126.0.6478.61 (r1300313) (#12586)

This commit is contained in:
browser-automation-bot
2024-06-14 08:28:18 +02:00
committed by GitHub
parent fb7a6b4179
commit 772e088f9c
2 changed files with 3 additions and 2 deletions

View File

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