From c51f4e42ec9496b990ccc8f814f2bb2bed3b2fbb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Jun 2026 00:24:50 +0000 Subject: [PATCH] build(deps-dev): update @playwright/test requirement in /frontend Updates the requirements on [@playwright/test](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.60.0...v1.61.0) --- updated-dependencies: - dependency-name: "@playwright/test" dependency-version: 1.61.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- frontend/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/package.json b/frontend/package.json index 0b2fdff..c3446ed 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -71,7 +71,7 @@ "xml-formatter": "^3.7.0" }, "devDependencies": { - "@playwright/test": "^1.60.0", + "@playwright/test": "^1.61.0", "@testing-library/dom": "^10.4.1", "@testing-library/jest-dom": "^6.9.1", "@testing-library/react": "^16.3.2",