From b340ef68964116d5b84e740396096189a353ca58 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 Aug 2025 14:50:46 +0000 Subject: [PATCH] build(deps): bump astro from 5.2.3 to 5.13.1 in /docs Bumps [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) from 5.2.3 to 5.13.1. - [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.13.1/packages/astro) --- updated-dependencies: - dependency-name: astro dependency-version: 5.13.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..8c02d1cae 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.13.1", "playwright": "1.49.1", "rehype-mermaid": "3.0.0", "sharp": "0.33.5"