Skip to content

Commit

Permalink
fix: roll to Chrome 123.0.6312.86 (r1262506) (#12156)
Browse files Browse the repository at this point in the history
  • Loading branch information
browser-automation-bot committed Mar 27, 2024
1 parent fe4250a commit 29637f2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/puppeteer-core/src/revisions.ts
Expand Up @@ -8,7 +8,7 @@
* @internal
*/
export const PUPPETEER_REVISIONS = Object.freeze({
chrome: '123.0.6312.58',
'chrome-headless-shell': '123.0.6312.58',
chrome: '123.0.6312.86',
'chrome-headless-shell': '123.0.6312.86',
firefox: 'latest',
});
1 change: 1 addition & 0 deletions versions.js
Expand Up @@ -7,6 +7,7 @@
const versionsPerRelease = new Map([
// This is a mapping from Chrome version => Puppeteer version.
// In Chrome roll patches, use `NEXT` for the Puppeteer version.
['123.0.6312.86', 'NEXT'],
['123.0.6312.58', 'v22.6.0'],
['122.0.6261.128', 'v22.5.0'],
['122.0.6261.111', 'v22.4.1'],
Expand Down

0 comments on commit 29637f2

Please sign in to comment.