From 556e3cae5d99d89c56fa44abc027caa71f0ea16f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Sep 2026 21:03:37 +0000 Subject: [PATCH] Bump playwright in /testing in the docker group across 1 directory Bumps the docker group with 1 update in the /testing directory: playwright. Updates `playwright` from v1.60.0 to v1.63.0 --- updated-dependencies: - dependency-name: playwright dependency-version: v1.63.0 dependency-type: direct:production dependency-group: docker ... Signed-off-by: dependabot[bot] --- testing/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/Dockerfile b/testing/Dockerfile index e65e87480..4f243eae0 100644 --- a/testing/Dockerfile +++ b/testing/Dockerfile @@ -1,4 +1,4 @@ -FROM mcr.microsoft.com/playwright:v1.60.0 +FROM mcr.microsoft.com/playwright:v1.63.0 # Set working directory inside the container WORKDIR /app # Copy package.json and package-lock.json for dependency installation