From 697f6c4f1c0c08a350853ef2f224ac751af6b39c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Nov 2025 22:41:01 +0000 Subject: [PATCH] build(deps): bump astro from 5.2.3 to 5.15.6 in /docs Bumps [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) from 5.2.3 to 5.15.6. - [Release notes](https://github.com/withastro/astro/releases) - [Changelog](https://github.com/withastro/astro/blob/main/packages/astro/CHANGELOG.md) - [Commits](https://github.com/withastro/astro/commits/astro@5.15.6/packages/astro) --- updated-dependencies: - dependency-name: astro dependency-version: 5.15.6 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..4bc23b71c 100644 --- a/docs/package.json +++ b/docs/package.json @@ -25,7 +25,7 @@ }, "dependencies": { "@astrojs/starlight": "0.31.1", - "astro": "5.2.3", + "astro": "5.15.6", "playwright": "1.49.1", "rehype-mermaid": "3.0.0", "sharp": "0.33.5"