From 5a4fcc208db0a9a5157d627ad59b20e3b4a82a7b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 13 Jan 2026 10:10:33 +0000 Subject: [PATCH] chore(deps): bump playwright and @playwright/test Bumps [playwright](https://github.com/microsoft/playwright) to 1.57.0 and updates ancestor dependency [@playwright/test](https://github.com/microsoft/playwright). These dependencies need to be updated together. Updates `playwright` from 1.51.0 to 1.57.0 - [Release notes](https://github.com/microsoft/playwright/releases) - [Commits](https://github.com/microsoft/playwright/compare/v1.51.0...v1.57.0) Updates `@playwright/test` from 1.51.0 to 1.57.0 - [Release notes](https://github.com/microsoft/playwright/releases) - [Commits](https://github.com/microsoft/playwright/compare/v1.51.0...v1.57.0) --- updated-dependencies: - dependency-name: playwright dependency-version: 1.57.0 dependency-type: indirect - dependency-name: "@playwright/test" dependency-version: 1.57.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- legacy-frozen/frontend/package-lock.json | 24 ++++++++++++------------ legacy-frozen/frontend/package.json | 2 +- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/legacy-frozen/frontend/package-lock.json b/legacy-frozen/frontend/package-lock.json index b9dfe6ae..6117264e 100644 --- a/legacy-frozen/frontend/package-lock.json +++ b/legacy-frozen/frontend/package-lock.json @@ -7,7 +7,7 @@ "devDependencies": { "@coreproject-moe/icons": "^0.0.67", "@dotenvx/dotenvx": "^1.28.0", - "@playwright/test": "^1.45.3", + "@playwright/test": "^1.57.0", "@sveltejs/adapter-vercel": "^5.6.3", "@sveltejs/kit": "^2.20.6", "@sveltejs/vite-plugin-svelte": "^5.0.3", @@ -1175,13 +1175,13 @@ } }, "node_modules/@playwright/test": { - "version": "1.51.0", - "resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.51.0.tgz", - "integrity": "sha512-dJ0dMbZeHhI+wb77+ljx/FeC8VBP6j/rj9OAojO08JI80wTZy6vRk9KvHKiDCUh4iMpEiseMgqRBIeW+eKX6RA==", + "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.51.0" + "playwright": "1.57.0" }, "bin": { "playwright": "cli.js" @@ -5457,13 +5457,13 @@ } }, "node_modules/playwright": { - "version": "1.51.0", - "resolved": "https://registry.npmjs.org/playwright/-/playwright-1.51.0.tgz", - "integrity": "sha512-442pTfGM0xxfCYxuBa/Pu6B2OqxqqaYq39JS8QDMGThUvIOCd6s0ANDog3uwA0cHavVlnTQzGCN7Id2YekDSXA==", + "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.51.0" + "playwright-core": "1.57.0" }, "bin": { "playwright": "cli.js" @@ -5476,9 +5476,9 @@ } }, "node_modules/playwright-core": { - "version": "1.51.0", - "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.51.0.tgz", - "integrity": "sha512-x47yPE3Zwhlil7wlNU/iktF7t2r/URR3VLbH6EknJd/04Qc/PSJ0EY3CMXipmglLG+zyRxW6HNo2EGbKLHPWMg==", + "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/legacy-frozen/frontend/package.json b/legacy-frozen/frontend/package.json index e2407112..640596ab 100644 --- a/legacy-frozen/frontend/package.json +++ b/legacy-frozen/frontend/package.json @@ -17,7 +17,7 @@ "devDependencies": { "@coreproject-moe/icons": "^0.0.67", "@dotenvx/dotenvx": "^1.28.0", - "@playwright/test": "^1.45.3", + "@playwright/test": "^1.57.0", "@sveltejs/adapter-vercel": "^5.6.3", "@sveltejs/kit": "^2.20.6", "@sveltejs/vite-plugin-svelte": "^5.0.3",