From bdc94553db0509a869ddf39e3e96afd12399904f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Jan 2026 19:50:08 +0000 Subject: [PATCH] Bump @astrojs/starlight from 0.36.3 to 0.37.2 Bumps [@astrojs/starlight](https://github.com/withastro/starlight/tree/HEAD/packages/starlight) from 0.36.3 to 0.37.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.37.2/packages/starlight) --- updated-dependencies: - dependency-name: "@astrojs/starlight" dependency-version: 0.37.2 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..82f8449fc7 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.2", "@astrojs/vue": "^5.1.1", "@tailwindcss/vite": "^4.1.14", "@vitejs/plugin-vue": "^6.0.1",