From 665f88fb7133c60b9d65d6e883b0ffbc6f4fc98b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 19 Oct 2025 16:06:07 +0000 Subject: [PATCH] Bump @playwright/test from 1.56.0 to 1.56.1 Bumps [@playwright/test](https://github.com/microsoft/playwright) from 1.56.0 to 1.56.1. - [Release notes](https://github.com/microsoft/playwright/releases) - [Commits](https://github.com/microsoft/playwright/compare/v1.56.0...v1.56.1) --- updated-dependencies: - dependency-name: "@playwright/test" dependency-version: 1.56.1 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 83e0491..826c357 100644 --- a/package.json +++ b/package.json @@ -56,7 +56,7 @@ "electron-updater": "6.6.2" }, "devDependencies": { - "@playwright/test": "1.56.0", + "@playwright/test": "1.56.1", "@tsconfig/node22": "22.0.2", "@types/fs-extra": "11.0.4", "@types/jsdom": "27.0.0",