Skip to content

Commit

Permalink
fix: roll to Chrome 130.0.6723.93 (#13268)
Browse files Browse the repository at this point in the history
  • Loading branch information
browser-automation-bot authored Nov 6, 2024
1 parent acd3c72 commit b7c7785
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions packages/puppeteer-core/src/revisions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* @internal
*/
export const PUPPETEER_REVISIONS = Object.freeze({
chrome: '130.0.6723.91',
'chrome-headless-shell': '130.0.6723.91',
chrome: '130.0.6723.93',
'chrome-headless-shell': '130.0.6723.93',
firefox: 'stable_132.0.1',
});
2 changes: 1 addition & 1 deletion versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
[
"NEXT",
{
"chrome": "130.0.6723.91",
"chrome": "130.0.6723.93",
"firefox": "stable_132.0.1"
}
],
Expand Down

0 comments on commit b7c7785

Please sign in to comment.