From 19b6ead626abe4ef176eb3d6cf66b50472e4ee73 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 May 2026 09:11:41 +0000 Subject: [PATCH] chore(deps-dev): bump @playwright/test from 1.58.2 to 1.59.1 in /client Bumps [@playwright/test](https://github.com/microsoft/playwright) from 1.58.2 to 1.59.1. - [Release notes](https://github.com/microsoft/playwright/releases) - [Commits](https://github.com/microsoft/playwright/compare/v1.58.2...v1.59.1) --- updated-dependencies: - dependency-name: "@playwright/test" dependency-version: 1.59.1 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- client/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/package.json b/client/package.json index 0f09503..e3d8cfe 100644 --- a/client/package.json +++ b/client/package.json @@ -18,7 +18,7 @@ "zod": "^3.24.1" }, "devDependencies": { - "@playwright/test": "^1.58.2", + "@playwright/test": "^1.59.1", "@testing-library/jest-dom": "^6.6.3", "@testing-library/react": "^16.1.0", "@types/jest": "^29.5.14",