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