From 77b18e75c1c30ca4a05619d881a2ea2e0bc042bc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Mar 2026 10:26:32 +0000 Subject: [PATCH] chore(deps): bump @astrojs/starlight from 0.37.6 to 0.37.7 in /docs Bumps [@astrojs/starlight](https://github.com/withastro/starlight/tree/HEAD/packages/starlight) from 0.37.6 to 0.37.7. - [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.7/packages/starlight) --- updated-dependencies: - dependency-name: "@astrojs/starlight" dependency-version: 0.37.7 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- docs/package-lock.json | 8 ++++---- docs/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/package-lock.json b/docs/package-lock.json index 0ec60da6c6..cc5a105f06 100644 --- a/docs/package-lock.json +++ b/docs/package-lock.json @@ -8,7 +8,7 @@ "name": "docs", "version": "0.0.1", "dependencies": { - "@astrojs/starlight": "^0.37.6", + "@astrojs/starlight": "^0.37.7", "@primer/octicons": "^19.22.0", "astro": "^5.18.0", "astro-mermaid": "^1.3.1", @@ -161,9 +161,9 @@ } }, "node_modules/@astrojs/starlight": { - "version": "0.37.6", - "resolved": "https://registry.npmjs.org/@astrojs/starlight/-/starlight-0.37.6.tgz", - "integrity": "sha512-wQrKwH431q+8FsLBnNQeG+R36TMtEGxTQ2AuiVpcx9APcazvL3n7wVW8mMmYyxX0POjTnxlcWPkdMGR3Yj1L+w==", + "version": "0.37.7", + "resolved": "https://registry.npmjs.org/@astrojs/starlight/-/starlight-0.37.7.tgz", + "integrity": "sha512-KyBnou8aKIlPJUSNx6a1SN7XyH22oj/VAvTGC+Edld4Bnei1A//pmCRTBvSrSeoGrdUjK0ErFUfaEhhO1bPfDg==", "license": "MIT", "dependencies": { "@astrojs/markdown-remark": "^6.3.1", diff --git a/docs/package.json b/docs/package.json index b5b7598560..75a341566f 100644 --- a/docs/package.json +++ b/docs/package.json @@ -17,7 +17,7 @@ "test:debug": "playwright test --debug" }, "dependencies": { - "@astrojs/starlight": "^0.37.6", + "@astrojs/starlight": "^0.37.7", "@primer/octicons": "^19.22.0", "astro": "^5.18.0", "astro-mermaid": "^1.3.1",