From bb755cd09d2ea336e0cea33503b9c0ddd4f5cbaf Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 28 Nov 2025 18:45:43 +0000 Subject: [PATCH] fix(deps): update dependency @astrojs/starlight to ^0.37.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7c7e3d5..17af2b1 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "astro": "astro" }, "dependencies": { - "@astrojs/starlight": "^0.29.0", + "@astrojs/starlight": "^0.37.0", "astro": "^4.3.5", "sharp": "^0.34.0", "@astrojs/check": "^0.9.0",