From 42cfcd2d596e0f0939b9ed293d9bbe388719f313 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 Aug 2026 14:24:42 +0000 Subject: [PATCH] build(deps): bump @astrojs/starlight from 0.41.7 to 0.41.8 in /docs Bumps [@astrojs/starlight](https://github.com/withastro/starlight/tree/HEAD/packages/starlight) from 0.41.7 to 0.41.8. - [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.41.8/packages/starlight) --- updated-dependencies: - dependency-name: "@astrojs/starlight" dependency-version: 0.41.8 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 dab8b36..10e7849 100644 --- a/docs/package-lock.json +++ b/docs/package-lock.json @@ -6,7 +6,7 @@ "": { "name": "mcp-annotated-java-sdk-docs", "dependencies": { - "@astrojs/starlight": "0.41.7", + "@astrojs/starlight": "0.41.8", "astro": "7.2.3", "sharp": "^0.35.3" } @@ -350,9 +350,9 @@ } }, "node_modules/@astrojs/starlight": { - "version": "0.41.7", - "resolved": "https://registry.npmjs.org/@astrojs/starlight/-/starlight-0.41.7.tgz", - "integrity": "sha512-579VJuZgo20UpNQPm9EIez5W3DFSrD16uiV2YX6rUlpLtjgKSdnc69TxVTZXn4AtI2B731TI2qhW1O3K+vwtrQ==", + "version": "0.41.8", + "resolved": "https://registry.npmjs.org/@astrojs/starlight/-/starlight-0.41.8.tgz", + "integrity": "sha512-LH5sUrx59EhBgYn8c0Ntf4+JWAGjjd9qHKtH302t2w6xr+9ujTwOqCafFzhOp1dL5LAtAPMjA/LEviuR8ROqLQ==", "license": "MIT", "dependencies": { "@astrojs/markdown-satteri": "^0.3.5", diff --git a/docs/package.json b/docs/package.json index f0f449e..e8fffd4 100644 --- a/docs/package.json +++ b/docs/package.json @@ -8,7 +8,7 @@ "preview": "astro preview" }, "dependencies": { - "@astrojs/starlight": "0.41.7", + "@astrojs/starlight": "0.41.8", "astro": "7.2.3", "sharp": "^0.35.3" }