From 2ee0b8a8c50b38053ccec761d6b15cba6d63d831 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Aug 2025 16:43:06 +0000 Subject: [PATCH] build(deps): bump astro from 5.2.3 to 5.12.8 in /docs Bumps [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) from 5.2.3 to 5.12.8. - [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.12.8/packages/astro) --- updated-dependencies: - dependency-name: astro dependency-version: 5.12.8 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..824f5b3c3 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.12.8", "playwright": "1.49.1", "rehype-mermaid": "3.0.0", "sharp": "0.33.5"