diff --git a/package-lock.json b/package-lock.json index 9458c0347..973d85b36 100644 --- a/package-lock.json +++ b/package-lock.json @@ -35,7 +35,7 @@ "@biomejs/biome": "2.3.11", "@commitlint/cli": "20.3.1", "@commitlint/config-conventional": "20.3.1", - "@playwright/test": "1.56.1", + "@playwright/test": "1.57.0", "@remcovaes/web-test-runner-vite-plugin": "1.4.0", "@types/chai": "5.2.3", "@types/chrome-remote-interface": "0.33.0", @@ -60,7 +60,7 @@ "lefthook": "2.0.13", "lighthouse": "13.0.1", "patch-package": "8.0.1", - "playwright": "1.56.1", + "playwright": "1.57.0", "publint": "0.3.16", "react": "19.2.3", "react-dom": "19.2.3", @@ -3991,13 +3991,13 @@ } }, "node_modules/@playwright/test": { - "version": "1.56.1", - "resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.56.1.tgz", - "integrity": "sha512-vSMYtL/zOcFpvJCW71Q/OEGQb7KYBPAdKh35WNSkaZA75JlAO8ED8UN6GUNTm3drWomcbcqRPFqQbLae8yBTdg==", + "version": "1.57.0", + "resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.57.0.tgz", + "integrity": "sha512-6TyEnHgd6SArQO8UO2OMTxshln3QMWBtPGrOCgs3wVEmQmwyuNtB10IZMfmYDE0riwNR1cu4q+pPcxMVtaG3TA==", "dev": true, "license": "Apache-2.0", "dependencies": { - "playwright": "1.56.1" + "playwright": "1.57.0" }, "bin": { "playwright": "cli.js" @@ -11121,13 +11121,13 @@ } }, "node_modules/playwright": { - "version": "1.56.1", - "resolved": "https://registry.npmjs.org/playwright/-/playwright-1.56.1.tgz", - "integrity": "sha512-aFi5B0WovBHTEvpM3DzXTUaeN6eN0qWnTkKx4NQaH4Wvcmc153PdaY2UBdSYKaGYw+UyWXSVyxDUg5DoPEttjw==", + "version": "1.57.0", + "resolved": "https://registry.npmjs.org/playwright/-/playwright-1.57.0.tgz", + "integrity": "sha512-ilYQj1s8sr2ppEJ2YVadYBN0Mb3mdo9J0wQ+UuDhzYqURwSoW4n1Xs5vs7ORwgDGmyEh33tRMeS8KhdkMoLXQw==", "dev": true, "license": "Apache-2.0", "dependencies": { - "playwright-core": "1.56.1" + "playwright-core": "1.57.0" }, "bin": { "playwright": "cli.js" @@ -11140,9 +11140,9 @@ } }, "node_modules/playwright-core": { - "version": "1.56.1", - "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.56.1.tgz", - "integrity": "sha512-hutraynyn31F+Bifme+Ps9Vq59hKuUCz7H1kDOcBs+2oGguKkWTU50bBWrtz34OUWmIwpBTWDxaRPXrIXkgvmQ==", + "version": "1.57.0", + "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.57.0.tgz", + "integrity": "sha512-agTcKlMw/mjBWOnD6kFZttAAGHgi/Nw0CZ2o6JqWSbMlI219lAFLZZCyqByTsvVAJq5XA5H8cA6PrvBRpBWEuQ==", "dev": true, "license": "Apache-2.0", "bin": { diff --git a/package.json b/package.json index d991a85c8..dc0b13308 100644 --- a/package.json +++ b/package.json @@ -115,7 +115,7 @@ "@biomejs/biome": "2.3.11", "@commitlint/cli": "20.3.1", "@commitlint/config-conventional": "20.3.1", - "@playwright/test": "1.56.1", + "@playwright/test": "1.57.0", "@remcovaes/web-test-runner-vite-plugin": "1.4.0", "@types/chai": "5.2.3", "@types/chrome-remote-interface": "0.33.0", @@ -140,7 +140,7 @@ "lefthook": "2.0.13", "lighthouse": "13.0.1", "patch-package": "8.0.1", - "playwright": "1.56.1", + "playwright": "1.57.0", "publint": "0.3.16", "react": "19.2.3", "react-dom": "19.2.3",