Skip to content

Commit

Permalink
fix: roll to Chrome 117.0.5938.149 (r1181205) (#11077)
Browse files Browse the repository at this point in the history
  • Loading branch information
browser-automation-bot committed Oct 5, 2023
1 parent 163394d commit 0c0e516
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
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@
* @internal
*/
export const PUPPETEER_REVISIONS = Object.freeze({
chrome: '117.0.5938.92',
chrome: '117.0.5938.149',
firefox: 'latest',
});
1 change: 1 addition & 0 deletions versions.js
Original file line number Diff line number Diff line change
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.
['117.0.5938.149', 'NEXT'],
['117.0.5938.92', 'v21.3.2'],
['117.0.5938.62', 'v21.3.0'],
['116.0.5845.96', 'v21.1.0'],
Expand Down

0 comments on commit 0c0e516

Please sign in to comment.