feat: roll to Chrome 126.0.6478.55 (r1300313) (#12572)

Co-authored-by: Alex Rudenko <alexrudenko@chromium.org>
This commit is contained in:
browser-automation-bot
2024-06-12 08:50:44 +02:00
committed by GitHub
parent defda0905f
commit f5bc2b53ae
6 changed files with 14 additions and 27 deletions

View File

@@ -122,7 +122,7 @@
"@puppeteer/browsers": "2.2.3",
"chromium-bidi": "0.5.23",
"debug": "4.3.5",
"devtools-protocol": "0.0.1286932",
"devtools-protocol": "0.0.1299070",
"ws": "8.17.0"
},
"devDependencies": {

View File

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

View File

@@ -126,7 +126,7 @@
"cosmiconfig": "9.0.0",
"puppeteer-core": "22.10.1",
"@puppeteer/browsers": "2.2.3",
"devtools-protocol": "0.0.1286932"
"devtools-protocol": "0.0.1299070"
},
"devDependencies": {
"@types/node": "18.17.15"