From 08709dc3e3e958fb0c19541fedabb7a993c716c3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 13 Jul 2025 16:31:51 +0000 Subject: [PATCH] :arrow_up: Bump @playwright/test from 1.54.0 to 1.54.1 Bumps [@playwright/test](https://github.com/microsoft/playwright) from 1.54.0 to 1.54.1. - [Release notes](https://github.com/microsoft/playwright/releases) - [Commits](https://github.com/microsoft/playwright/compare/v1.54.0...v1.54.1) --- updated-dependencies: - dependency-name: "@playwright/test" dependency-version: 1.54.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 bc9a61e..a09ec7b 100644 --- a/package.json +++ b/package.json @@ -56,7 +56,7 @@ "electron-updater": "6.6.2" }, "devDependencies": { - "@playwright/test": "1.54.0", + "@playwright/test": "1.54.1", "@tsconfig/node22": "22.0.2", "@types/fs-extra": "11.0.4", "@types/jsdom": "21.1.7",