From 6052bdfff42e64127740b11055c09642fc4fe4dd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 23 Aug 2025 14:56:27 +0000 Subject: [PATCH] docs(deps): bump @astrojs/starlight from 0.28.6 to 0.35.2 in /docs-site Bumps [@astrojs/starlight](https://github.com/withastro/starlight/tree/HEAD/packages/starlight) from 0.28.6 to 0.35.2. - [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.35.2/packages/starlight) --- updated-dependencies: - dependency-name: "@astrojs/starlight" dependency-version: 0.35.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- docs-site/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs-site/package.json b/docs-site/package.json index 74138ba9..967b8ed5 100644 --- a/docs-site/package.json +++ b/docs-site/package.json @@ -11,7 +11,7 @@ "astro": "astro" }, "dependencies": { - "@astrojs/starlight": "^0.28.4", + "@astrojs/starlight": "^0.35.2", "astro": "^4.16.5", "astro-mermaid": "^1.0.0" },