Skip to content

Commit

Permalink
fix: roll to Chrome 115.0.5790.170 (r1148114)
Browse files Browse the repository at this point in the history
  • Loading branch information
browser-automation-bot authored and jrandolf committed Aug 3, 2023
1 parent 1b44b91 commit 1040d49
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: '115.0.5790.102',
chrome: '115.0.5790.170',
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.
['115.0.5790.170', 'NEXT'],
['115.0.5790.102', 'v21.0.0'],
['115.0.5790.98', 'v20.9.0'],
['114.0.5735.133', 'v20.7.2'],
Expand Down

0 comments on commit 1040d49

Please sign in to comment.