From 941898b54338ab83f23c17dfaf390fe77d8ef501 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Dec 2025 10:08:49 +0000 Subject: [PATCH] chore(deps-dev): bump playwright from 1.55.1 to 1.57.0 Bumps [playwright](https://github.com/microsoft/playwright) from 1.55.1 to 1.57.0. - [Release notes](https://github.com/microsoft/playwright/releases) - [Commits](https://github.com/microsoft/playwright/compare/v1.55.1...v1.57.0) --- updated-dependencies: - dependency-name: playwright dependency-version: 1.57.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 90bd4b8dd..794805c25 100644 --- a/package.json +++ b/package.json @@ -170,7 +170,7 @@ "jsdoc-typeof-plugin": "1.0.0", "json-server": "0.17.4", "mochawesome": "^7.1.3", - "playwright": "1.55.1", + "playwright": "1.57.0", "prettier": "^3.3.2", "puppeteer": "24.15.0", "qrcode-terminal": "0.12.0",