feat: roll to Chrome 123.0.6312.58 (r1262506) (#12110)

Co-authored-by: Alex Rudenko <alexrudenko@chromium.org>
This commit is contained in:
browser-automation-bot
2024-03-20 07:57:06 +01:00
committed by GitHub
parent e6e861ce1d
commit 6f5b3bc9b8
8 changed files with 41 additions and 34 deletions

View File

@@ -99,6 +99,12 @@ async function updateDevToolsProtocolVersion(revision) {
`"devtools-protocol": "${currentProtocol}"`,
`"devtools-protocol": "${bestNewProtocol}"`
);
await replaceInFile(
'./packages/puppeteer/package.json',
`"devtools-protocol": "${currentProtocol}"`,
`"devtools-protocol": "${bestNewProtocol}"`
);
}
async function updateVersionFileLastMaintained(oldVersion, newVersion) {