From ee288544dbc2977aca6f1b753dab82e225ffa7ba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Oct 2025 19:02:34 +0000 Subject: [PATCH] build(deps): bump playwright from 1.49.1 to 1.55.1 in /docs Bumps [playwright](https://github.com/microsoft/playwright) from 1.49.1 to 1.55.1. - [Release notes](https://github.com/microsoft/playwright/releases) - [Commits](https://github.com/microsoft/playwright/compare/v1.49.1...v1.55.1) --- updated-dependencies: - dependency-name: playwright dependency-version: 1.55.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- docs/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/package.json b/docs/package.json index aae28ff36..2a75cca73 100644 --- a/docs/package.json +++ b/docs/package.json @@ -26,7 +26,7 @@ "dependencies": { "@astrojs/starlight": "0.31.1", "astro": "5.2.3", - "playwright": "1.49.1", + "playwright": "1.55.1", "rehype-mermaid": "3.0.0", "sharp": "0.33.5" }