Skip to content

Commit 6ee91a3

Browse files
Merge pull request #50 from justinpearson/fix-playwright-security-cve-2025-59288
fix(security): update Playwright to 1.56.1 to fix CVE-2025-59288
2 parents 9c8e8de + 064e73a commit 6ee91a3

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
},
2828
"dependencies": {},
2929
"devDependencies": {
30-
"@playwright/test": "^1.52.0",
30+
"@playwright/test": "^1.56.1",
3131
"@testing-library/dom": "^10.4.0",
3232
"@testing-library/jest-dom": "^6.6.3",
3333
"@testing-library/react": "^16.3.0",

yarn.lock

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -396,12 +396,12 @@
396396
resolved "https://registry.yarnpkg.com/@pkgjs/parseargs/-/parseargs-0.11.0.tgz#a77ea742fab25775145434eb1d2328cf5013ac33"
397397
integrity sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==
398398

399-
"@playwright/test@^1.52.0":
400-
version "1.52.0"
401-
resolved "https://registry.yarnpkg.com/@playwright/test/-/test-1.52.0.tgz#267ec595b43a8f4fa5e444ea503689629e91a5b8"
402-
integrity sha512-uh6W7sb55hl7D6vsAeA+V2p5JnlAqzhqFyF0VcJkKZXkgnFcVG9PziERRHQfPLfNGx1C292a4JqbWzhR8L4R1g==
399+
"@playwright/test@^1.56.1":
400+
version "1.56.1"
401+
resolved "https://registry.yarnpkg.com/@playwright/test/-/test-1.56.1.tgz#6e3bf3d0c90c5cf94bf64bdb56fd15a805c8bd3f"
402+
integrity sha512-vSMYtL/zOcFpvJCW71Q/OEGQb7KYBPAdKh35WNSkaZA75JlAO8ED8UN6GUNTm3drWomcbcqRPFqQbLae8yBTdg==
403403
dependencies:
404-
playwright "1.52.0"
404+
playwright "1.56.1"
405405

406406
"@polka/url@^1.0.0-next.24":
407407
version "1.0.0-next.29"
@@ -1398,17 +1398,17 @@ picomatch@^4.0.2:
13981398
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-4.0.2.tgz#77c742931e8f3b8820946c76cd0c1f13730d1dab"
13991399
integrity sha512-M7BAV6Rlcy5u+m6oPhAPFgJTzAioX/6B0DxyvDlo9l8+T3nLKbrczg2WLUyzd45L8RqfUMyGPzekbMvX2Ldkwg==
14001400

1401-
playwright-core@1.52.0:
1402-
version "1.52.0"
1403-
resolved "https://registry.yarnpkg.com/playwright-core/-/playwright-core-1.52.0.tgz#238f1f0c3edd4ebba0434ce3f4401900319a3dca"
1404-
integrity sha512-l2osTgLXSMeuLZOML9qYODUQoPPnUsKsb5/P6LJ2e6uPKXUdPK5WYhN4z03G+YNbWmGDY4YENauNu4ZKczreHg==
1401+
playwright-core@1.56.1:
1402+
version "1.56.1"
1403+
resolved "https://registry.yarnpkg.com/playwright-core/-/playwright-core-1.56.1.tgz#24a66481e5cd33a045632230aa2c4f0cb6b1db3d"
1404+
integrity sha512-hutraynyn31F+Bifme+Ps9Vq59hKuUCz7H1kDOcBs+2oGguKkWTU50bBWrtz34OUWmIwpBTWDxaRPXrIXkgvmQ==
14051405

1406-
playwright@1.52.0:
1407-
version "1.52.0"
1408-
resolved "https://registry.yarnpkg.com/playwright/-/playwright-1.52.0.tgz#26cb9a63346651e1c54c8805acfd85683173d4bd"
1409-
integrity sha512-JAwMNMBlxJ2oD1kce4KPtMkDeKGHQstdpFPcPH3maElAXon/QZeTvtsfXmTMRyO9TslfoYOXkSsvao2nE1ilTw==
1406+
playwright@1.56.1:
1407+
version "1.56.1"
1408+
resolved "https://registry.yarnpkg.com/playwright/-/playwright-1.56.1.tgz#62e3b99ddebed0d475e5936a152c88e68be55fbf"
1409+
integrity sha512-aFi5B0WovBHTEvpM3DzXTUaeN6eN0qWnTkKx4NQaH4Wvcmc153PdaY2UBdSYKaGYw+UyWXSVyxDUg5DoPEttjw==
14101410
dependencies:
1411-
playwright-core "1.52.0"
1411+
playwright-core "1.56.1"
14121412
optionalDependencies:
14131413
fsevents "2.3.2"
14141414

0 commit comments

Comments
 (0)