From bd5302ceef0f8d9d068f332ad215182e2b7b674b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Oct 2025 06:25:43 +0000 Subject: [PATCH] chore(deps-dev): bump playwright from 1.53.0 to 1.56.1 Bumps [playwright](https://github.com/microsoft/playwright) from 1.53.0 to 1.56.1. - [Release notes](https://github.com/microsoft/playwright/releases) - [Commits](https://github.com/microsoft/playwright/compare/v1.53.0...v1.56.1) --- updated-dependencies: - dependency-name: playwright dependency-version: 1.56.1 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 b90240eb8..a2f9e5469 100644 --- a/package.json +++ b/package.json @@ -162,7 +162,7 @@ "jsdoc-typeof-plugin": "1.0.0", "json-server": "0.17.4", "mochawesome": "^7.1.3", - "playwright": "1.53.0", + "playwright": "1.56.1", "prettier": "^3.6.2", "puppeteer": "24.26.1", "qrcode-terminal": "0.12.0",