From caa5b4a39346cfd1da3473e80d04b443fd4cabaa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Oct 2025 18:13:30 +0000 Subject: [PATCH] Bump playwright from 1.17.1 to 1.55.1 Bumps [playwright](https://github.com/microsoft/playwright) from 1.17.1 to 1.55.1. - [Release notes](https://github.com/microsoft/playwright/releases) - [Commits](https://github.com/microsoft/playwright/compare/v1.17.1...v1.55.1) --- updated-dependencies: - dependency-name: playwright dependency-version: 1.55.1 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8618f4e..83501c7 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,7 @@ "eslint": "8.4.1", "eslint-plugin-html": "6.2.0", "eslint-plugin-import": "2.25.3", - "playwright": "1.17.1", + "playwright": "1.55.1", "prettier": "2.5.1" } }