From d41f6cb39c9430e64c9c836330f7a64d9c26fd2e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Jun 2026 19:18:21 +0000 Subject: [PATCH] Update playwright requirement from ^1.58.2 to ^1.60.0 Updates the requirements on [playwright](https://github.com/microsoft/playwright) to permit the latest version. - [Release notes](https://github.com/microsoft/playwright/releases) - [Commits](https://github.com/microsoft/playwright/compare/v1.58.2...v1.60.0) --- updated-dependencies: - dependency-name: playwright dependency-version: 1.60.0 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 ef23cc1..f20ceff 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "electron": "^42.3.2", "electron-builder": "^26.14.0", "glob": "^13.0.6", - "playwright": "^1.58.2" + "playwright": "^1.60.0" }, "optionalDependencies": { "@rollup/rollup-win32-x64-msvc": "^4.61.0"