We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0e6492 commit 3d32f72Copy full SHA for 3d32f72
packages/puppeteer-core/src/revisions.ts
@@ -8,7 +8,7 @@
8
* @internal
9
*/
10
export const PUPPETEER_REVISIONS = Object.freeze({
11
- chrome: '135.0.7049.97',
12
- 'chrome-headless-shell': '135.0.7049.97',
+ chrome: '135.0.7049.114',
+ 'chrome-headless-shell': '135.0.7049.114',
13
firefox: 'stable_137.0.2',
14
});
versions.json
@@ -4,7 +4,7 @@
4
[
5
"NEXT",
6
{
7
- "chrome": "135.0.7049.97",
+ "chrome": "135.0.7049.114",
"firefox": "stable_137.0.2"
}
],
0 commit comments