From 4e7d1c7d88dd77fe7487a2103b19ac85fd3b2d75 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Dec 2025 01:22:03 +0000 Subject: [PATCH] build(deps): bump playwright Bumps the npm_and_yarn group with 1 update in the /Tools/wasm/emscripten/browser_test directory: [playwright](https://github.com/microsoft/playwright). Updates `playwright` from 1.54.1 to 1.57.0 - [Release notes](https://github.com/microsoft/playwright/releases) - [Commits](https://github.com/microsoft/playwright/compare/v1.54.1...v1.57.0) --- updated-dependencies: - dependency-name: playwright dependency-version: 1.57.0 dependency-type: direct:production dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] --- .../emscripten/browser_test/package-lock.json | 26 +++++++++---------- .../wasm/emscripten/browser_test/package.json | 4 +-- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/Tools/wasm/emscripten/browser_test/package-lock.json b/Tools/wasm/emscripten/browser_test/package-lock.json index 044e3c19ce15f7..043741654bd352 100644 --- a/Tools/wasm/emscripten/browser_test/package-lock.json +++ b/Tools/wasm/emscripten/browser_test/package-lock.json @@ -9,19 +9,19 @@ "version": "1.0.0", "license": "ISC", "dependencies": { - "@playwright/test": "^1.54.1", + "@playwright/test": "^1.57.0", "@types/node": "^24.1.0", "http-server": "^14.1.1", - "playwright": "^1.54.1" + "playwright": "^1.57.0" } }, "node_modules/@playwright/test": { - "version": "1.54.1", - "resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.54.1.tgz", - "integrity": "sha512-FS8hQ12acieG2dYSksmLOF7BNxnVf2afRJdCuM1eMSxj6QTSE6G4InGF7oApGgDb65MX7AwMVlIkpru0yZA4Xw==", + "version": "1.57.0", + "resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.57.0.tgz", + "integrity": "sha512-6TyEnHgd6SArQO8UO2OMTxshln3QMWBtPGrOCgs3wVEmQmwyuNtB10IZMfmYDE0riwNR1cu4q+pPcxMVtaG3TA==", "license": "Apache-2.0", "dependencies": { - "playwright": "1.54.1" + "playwright": "1.57.0" }, "bin": { "playwright": "cli.js" @@ -468,12 +468,12 @@ } }, "node_modules/playwright": { - "version": "1.54.1", - "resolved": "https://registry.npmjs.org/playwright/-/playwright-1.54.1.tgz", - "integrity": "sha512-peWpSwIBmSLi6aW2auvrUtf2DqY16YYcCMO8rTVx486jKmDTJg7UAhyrraP98GB8BoPURZP8+nxO7TSd4cPr5g==", + "version": "1.57.0", + "resolved": "https://registry.npmjs.org/playwright/-/playwright-1.57.0.tgz", + "integrity": "sha512-ilYQj1s8sr2ppEJ2YVadYBN0Mb3mdo9J0wQ+UuDhzYqURwSoW4n1Xs5vs7ORwgDGmyEh33tRMeS8KhdkMoLXQw==", "license": "Apache-2.0", "dependencies": { - "playwright-core": "1.54.1" + "playwright-core": "1.57.0" }, "bin": { "playwright": "cli.js" @@ -486,9 +486,9 @@ } }, "node_modules/playwright-core": { - "version": "1.54.1", - "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.54.1.tgz", - "integrity": "sha512-Nbjs2zjj0htNhzgiy5wu+3w09YetDx5pkrpI/kZotDlDUaYk0HVA5xrBVPdow4SAUIlhgKcJeJg4GRKW6xHusA==", + "version": "1.57.0", + "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.57.0.tgz", + "integrity": "sha512-agTcKlMw/mjBWOnD6kFZttAAGHgi/Nw0CZ2o6JqWSbMlI219lAFLZZCyqByTsvVAJq5XA5H8cA6PrvBRpBWEuQ==", "license": "Apache-2.0", "bin": { "playwright-core": "cli.js" diff --git a/Tools/wasm/emscripten/browser_test/package.json b/Tools/wasm/emscripten/browser_test/package.json index 3320d4cccd0594..3d495044306178 100644 --- a/Tools/wasm/emscripten/browser_test/package.json +++ b/Tools/wasm/emscripten/browser_test/package.json @@ -10,9 +10,9 @@ "license": "ISC", "description": "", "dependencies": { - "@playwright/test": "^1.54.1", + "@playwright/test": "^1.57.0", "@types/node": "^24.1.0", "http-server": "^14.1.1", - "playwright": "^1.54.1" + "playwright": "^1.57.0" } }