Skip to content

Commit

Permalink
fix: roll to Chrome 114.0.5735.133 (r1135570) (#10384)
Browse files Browse the repository at this point in the history
  • Loading branch information
browser-automation-bot committed Jun 15, 2023
1 parent 0d219c7 commit 9311558
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion packages/puppeteer-core/src/revisions.ts
Expand Up @@ -18,6 +18,6 @@
* @internal
*/
export const PUPPETEER_REVISIONS = Object.freeze({
chrome: '114.0.5735.90',
chrome: '114.0.5735.133',
firefox: 'latest',
});
1 change: 1 addition & 0 deletions versions.js
Expand Up @@ -17,6 +17,7 @@
const versionsPerRelease = new Map([
// This is a mapping from Chrome version => Puppeteer version.
// In Chrome roll patches, use `NEXT` for the Puppeteer version.
['114.0.5735.133', 'NEXT'],
['114.0.5735.90', 'v20.6.0'],
['113.0.5672.63', 'v20.1.0'],
['112.0.5615.121', 'v20.0.0'],
Expand Down

0 comments on commit 9311558

Please sign in to comment.