From 1018c3a7d76273528ca95fc3feb642f054f227fc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Jun 2026 21:21:47 +0000 Subject: [PATCH] build(deps): bump astro Bumps the npm_and_yarn group with 1 update in the /capsule-docs directory: [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro). Updates `astro` from 5.18.2 to 6.4.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@6.4.6/packages/astro) --- updated-dependencies: - dependency-name: astro dependency-version: 6.4.6 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- capsule-docs/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/capsule-docs/package.json b/capsule-docs/package.json index d6d8073..e5f40b3 100644 --- a/capsule-docs/package.json +++ b/capsule-docs/package.json @@ -15,7 +15,7 @@ "@astrojs/starlight": "^0.34.8", "@astrojs/starlight-tailwind": "^3.0.1", "@tailwindcss/vite": "^4.3.0", - "astro": "^5.18.2", + "astro": "^6.4.6", "sharp": "^0.33.5", "starlight-links-validator": "^0.14.3", "starlight-versions": "^0.5.6",