From 13ae6062d2e344ee7814d6ce7aeeca3029a11880 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 27 Jun 2026 18:52:44 +0000 Subject: [PATCH] Bump @astrojs/starlight in /website in the all group across 1 directory Bumps the all group with 1 update in the /website directory: [@astrojs/starlight](https://github.com/withastro/starlight/tree/HEAD/packages/starlight). Updates `@astrojs/starlight` from 0.40.0 to 0.41.1 - [Release notes](https://github.com/withastro/starlight/releases) - [Changelog](https://github.com/withastro/starlight/blob/main/packages/starlight/CHANGELOG.md) - [Commits](https://github.com/withastro/starlight/commits/@astrojs/starlight@0.41.1/packages/starlight) --- updated-dependencies: - dependency-name: "@astrojs/starlight" dependency-version: 0.41.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all ... Signed-off-by: dependabot[bot] --- website/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/package.json b/website/package.json index 6bc8aeb..072f7d2 100644 --- a/website/package.json +++ b/website/package.json @@ -11,7 +11,7 @@ "astro": "astro" }, "dependencies": { - "@astrojs/starlight": "^0.40.0", + "@astrojs/starlight": "^0.41.1", "astro": "^6.1.5", "sharp": "^0.35.1", "starlight-openapi": "^0.25.0"