fix: roll to Chrome 123.0.6312.105 (r1262506) (#12209)

This commit is contained in:
browser-automation-bot
2024-04-05 09:27:22 +02:00
committed by GitHub
parent 2b63630321
commit ee31272115
2 changed files with 3 additions and 2 deletions

View File

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