Skip to content

Commit

Permalink
feat(chrome): roll to Chrome 113.0.5672.63 (r1121455) (#10116)
Browse files Browse the repository at this point in the history
  • Loading branch information
OrKoN committed May 3, 2023
1 parent 61605a0 commit 19f4334
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 10 deletions.
16 changes: 8 additions & 8 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/puppeteer-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@
"chromium-bidi": "0.4.7",
"cross-fetch": "3.1.5",
"debug": "4.3.4",
"devtools-protocol": "0.0.1107588",
"devtools-protocol": "0.0.1120988",
"extract-zip": "2.0.1",
"https-proxy-agent": "5.0.1",
"proxy-from-env": "1.1.0",
Expand Down
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: '112.0.5615.121',
chrome: '113.0.5672.63',
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.
['113.0.5672.63', 'NEXT'],
['112.0.5615.121', 'v20.0.0'],
['112.0.5614.0', 'v19.8.0'],
['111.0.5556.0', 'v19.7.0'],
Expand Down

0 comments on commit 19f4334

Please sign in to comment.