From f7469faba54057c3ea1121d5c7ea7451ff37c59d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Dec 2025 17:10:58 +0000 Subject: [PATCH] Bump @astrojs/starlight from 0.36.3 to 0.37.0 Bumps [@astrojs/starlight](https://github.com/withastro/starlight/tree/HEAD/packages/starlight) from 0.36.3 to 0.37.0. - [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.37.0/packages/starlight) --- updated-dependencies: - dependency-name: "@astrojs/starlight" dependency-version: 0.37.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 656f6e4aae..0f364762bd 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "dependencies": { "@astrojs/check": "^0.9.4", "@astrojs/sitemap": "^3.6.0", - "@astrojs/starlight": "^0.36.1", + "@astrojs/starlight": "^0.37.0", "@astrojs/vue": "^5.1.1", "@tailwindcss/vite": "^4.1.14", "@vitejs/plugin-vue": "^6.0.1",