Skip to content

Commit 99d4cc9

Browse files
authored
chore: bump puppeteer to 25 and playwright to 1.60 (#3703)
Bumps Playwright and Puppeteer dependencies to the latest versions to ensure compatibility with Node 24.16. Closes #3702
1 parent 0d782bc commit 99d4cc9

3 files changed

Lines changed: 111 additions & 408 deletions

File tree

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,9 @@
5656
"@apify/oxlint-config": "^0.2.5",
5757
"@apify/tsconfig": "^0.1.2",
5858
"@commitlint/config-conventional": "^20.0.0",
59-
"@playwright/browser-chromium": "1.58.1",
60-
"@playwright/browser-firefox": "1.58.1",
61-
"@playwright/browser-webkit": "1.58.1",
59+
"@playwright/browser-chromium": "1.60.0",
60+
"@playwright/browser-firefox": "1.60.0",
61+
"@playwright/browser-webkit": "1.60.0",
6262
"@types/content-type": "^1.1.8",
6363
"@types/deep-equal": "^1.0.4",
6464
"@types/domhandler": "^3.1.0",
@@ -101,7 +101,7 @@
101101
"oxfmt": "^0.46.0",
102102
"oxlint": "^1.62.0",
103103
"oxlint-tsgolint": "^0.22.0",
104-
"playwright": "1.58.1",
104+
"playwright": "1.60.0",
105105
"portastic": "^1.0.1",
106106
"proxy": "^2.2.0",
107107
"puppeteer": "24.36.1",

0 commit comments

Comments
 (0)