From 212cb733ad6751c3c1f9c35adaf274d7c36257d3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Sep 2026 06:20:59 +0000 Subject: [PATCH] build(deps): update @playwright/test requirement in /e2e 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.62.1...v1.63.0) --- updated-dependencies: - dependency-name: "@playwright/test" dependency-version: 1.63.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- e2e/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e2e/package.json b/e2e/package.json index 9df371f7c45..035ef9f4c00 100644 --- a/e2e/package.json +++ b/e2e/package.json @@ -11,6 +11,6 @@ "license": "ISC", "type": "commonjs", "dependencies": { - "@playwright/test": "^1.62.1" + "@playwright/test": "^1.63.0" } }