Skip to content

Commit fc7e17c

Browse files
committed
security(repo): Update playwright to fix CVE-2025-59288
Playwright fetches executable files over insecure connections during its installation and opens up developer machines to MITM attacks.
1 parent 7dfbf3a commit fc7e17c

File tree

4 files changed

+247
-244
lines changed

4 files changed

+247
-244
lines changed

.changeset/easy-papers-drop.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
---
2+
---

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
"@faker-js/faker": "^9.9.0",
7979
"@jest/globals": "29.7.0",
8080
"@octokit/rest": "^20.1.2",
81-
"@playwright/test": "^1.44.0",
81+
"@playwright/test": "^1.56.1",
8282
"@testing-library/dom": "^10.1.0",
8383
"@testing-library/jest-dom": "^6.4.6",
8484
"@testing-library/react": "^16.0.0",

packages/testing/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
"dotenv": "17.2.2"
8181
},
8282
"devDependencies": {
83-
"@playwright/test": "^1.54.1",
83+
"@playwright/test": "^1.56.1",
8484
"cypress": "^14.5.4"
8585
},
8686
"peerDependencies": {

0 commit comments

Comments
 (0)