From 5b940c4557183cd45516b4f95c10759ec810a84e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 15:04:58 +0000 Subject: [PATCH] Bump @astrojs/starlight from 0.36.3 to 0.37.1 Bumps [@astrojs/starlight](https://github.com/withastro/starlight/tree/HEAD/packages/starlight) from 0.36.3 to 0.37.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.37.1/packages/starlight) --- updated-dependencies: - dependency-name: "@astrojs/starlight" dependency-version: 0.37.1 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..e07e769f3e 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.1", "@astrojs/vue": "^5.1.1", "@tailwindcss/vite": "^4.1.14", "@vitejs/plugin-vue": "^6.0.1",