From 1b9413ad068412d9c5d331cfced0cc9b2a2d7682 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 25 Jan 2026 14:22:44 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=20bump=20playwright=20from=20v1.57.0-?= =?UTF-8?q?noble=20to=20v1.58.0-noble=20in=20/frontend?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps playwright from v1.57.0-noble to v1.58.0-noble. --- updated-dependencies: - dependency-name: playwright dependency-version: v1.58.0-noble dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- frontend/Dockerfile.playwright | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/Dockerfile.playwright b/frontend/Dockerfile.playwright index 04f830c..7a7286b 100644 --- a/frontend/Dockerfile.playwright +++ b/frontend/Dockerfile.playwright @@ -1,4 +1,4 @@ -FROM mcr.microsoft.com/playwright:v1.57.0-noble +FROM mcr.microsoft.com/playwright:v1.58.0-noble WORKDIR /app