Skip to content

Commit

Permalink
fix: roll to Chrome 117.0.5938.88 (r1181205) (#10920)
Browse files Browse the repository at this point in the history
  • Loading branch information
browser-automation-bot committed Sep 16, 2023
1 parent 43a4ccb commit b7bcc9a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.62',
chrome: '117.0.5938.88',
firefox: 'latest',
});
2 changes: 1 addition & 1 deletion versions.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +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.62', 'NEXT'],
['117.0.5938.88', 'NEXT'],
['116.0.5845.96', 'v21.1.0'],
['115.0.5790.170', 'v21.0.2'],
['115.0.5790.102', 'v21.0.0'],
Expand Down

0 comments on commit b7bcc9a

Please sign in to comment.