From d8609b03979f26727ff3679280d86c6ff555ffd6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Jan 2026 07:41:38 +0000 Subject: [PATCH] chore(deps): bump @astrojs/starlight from 0.37.3 to 0.37.4 Bumps [@astrojs/starlight](https://github.com/withastro/starlight/tree/HEAD/packages/starlight) from 0.37.3 to 0.37.4. - [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.4/packages/starlight) --- updated-dependencies: - dependency-name: "@astrojs/starlight" dependency-version: 0.37.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index d2c05fce..aa32d7b5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "0.0.0", "dependencies": { "@astrojs/check": "^0.9.6", - "@astrojs/starlight": "^0.37.3", + "@astrojs/starlight": "^0.37.4", "@astrojs/vercel": "^9.0.4", "@vercel/analytics": "^1.6.1", "astro": "^5.16.14" @@ -264,9 +264,9 @@ } }, "node_modules/@astrojs/starlight": { - "version": "0.37.3", - "resolved": "https://registry.npmjs.org/@astrojs/starlight/-/starlight-0.37.3.tgz", - "integrity": "sha512-p7cqbAkBYkBTiK1NIomxAEoF9Wko+mTV503qDm5Wgh+0MGGJnSsIzCSSJ+rWm8toFk9mnzNwNbxcnjwzIBEU3w==", + "version": "0.37.4", + "resolved": "https://registry.npmjs.org/@astrojs/starlight/-/starlight-0.37.4.tgz", + "integrity": "sha512-ygPGDgRd9nCcNgaYMNN7UeAMAkDOR1ibv3ps3xEz+cuvKG3CRLd19UwdB+Gyz1tbkyfjPWPkFKNhLwNybro8Tw==", "license": "MIT", "dependencies": { "@astrojs/markdown-remark": "^6.3.1", diff --git a/package.json b/package.json index 302b6808..8565ef6d 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ }, "dependencies": { "@astrojs/check": "^0.9.6", - "@astrojs/starlight": "^0.37.3", + "@astrojs/starlight": "^0.37.4", "@astrojs/vercel": "^9.0.4", "@vercel/analytics": "^1.6.1", "astro": "^5.16.14"