From 23812ce89ca4bcbc0f87f8b3e34d056ac54d54e5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Oct 2025 19:00:44 +0000 Subject: [PATCH] chore(deps-dev): bump playwright from 1.53.0 to 1.56.1 in /docs Bumps [playwright](https://github.com/microsoft/playwright) from 1.53.0 to 1.56.1. - [Release notes](https://github.com/microsoft/playwright/releases) - [Commits](https://github.com/microsoft/playwright/compare/v1.53.0...v1.56.1) --- updated-dependencies: - dependency-name: playwright dependency-version: 1.56.1 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- docs/package-lock.json | 16 ++++++++-------- docs/package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/docs/package-lock.json b/docs/package-lock.json index a044eaeed..86765f1ce 100644 --- a/docs/package-lock.json +++ b/docs/package-lock.json @@ -12,7 +12,7 @@ "@astrojs/starlight": "^0.34.3", "astro": "^5.9.2", "astro-embed": "^0.9.0", - "playwright": "^1.53.0", + "playwright": "^1.56.1", "rehype-mermaid": "^3.0.0", "starlight-blog": "^0.24.0", "starlight-links-validator": "^0.16.0", @@ -7690,13 +7690,13 @@ } }, "node_modules/playwright": { - "version": "1.53.0", - "resolved": "https://registry.npmjs.org/playwright/-/playwright-1.53.0.tgz", - "integrity": "sha512-ghGNnIEYZC4E+YtclRn4/p6oYbdPiASELBIYkBXfaTVKreQUYbMUYQDwS12a8F0/HtIjr/CkGjtwABeFPGcS4Q==", + "version": "1.56.1", + "resolved": "https://registry.npmjs.org/playwright/-/playwright-1.56.1.tgz", + "integrity": "sha512-aFi5B0WovBHTEvpM3DzXTUaeN6eN0qWnTkKx4NQaH4Wvcmc153PdaY2UBdSYKaGYw+UyWXSVyxDUg5DoPEttjw==", "dev": true, "license": "Apache-2.0", "dependencies": { - "playwright-core": "1.53.0" + "playwright-core": "1.56.1" }, "bin": { "playwright": "cli.js" @@ -7709,9 +7709,9 @@ } }, "node_modules/playwright-core": { - "version": "1.53.0", - "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.53.0.tgz", - "integrity": "sha512-mGLg8m0pm4+mmtB7M89Xw/GSqoNC+twivl8ITteqvAndachozYe2ZA7srU6uleV1vEdAHYqjq+SV8SNxRRFYBw==", + "version": "1.56.1", + "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.56.1.tgz", + "integrity": "sha512-hutraynyn31F+Bifme+Ps9Vq59hKuUCz7H1kDOcBs+2oGguKkWTU50bBWrtz34OUWmIwpBTWDxaRPXrIXkgvmQ==", "dev": true, "license": "Apache-2.0", "bin": { diff --git a/docs/package.json b/docs/package.json index 98b3b57a8..6fa096f2b 100644 --- a/docs/package.json +++ b/docs/package.json @@ -19,7 +19,7 @@ "@astrojs/starlight": "^0.34.3", "astro": "^5.9.2", "astro-embed": "^0.9.0", - "playwright": "^1.53.0", + "playwright": "^1.56.1", "rehype-mermaid": "^3.0.0", "starlight-blog": "^0.24.0", "starlight-links-validator": "^0.16.0",