From 1127d411db04143127cc6827585661135f09ab48 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Aug 2026 16:06:12 +0000 Subject: [PATCH] deps: bump @astrojs/starlight from 0.41.3 to 0.41.5 Bumps [@astrojs/starlight](https://github.com/withastro/starlight/tree/HEAD/packages/starlight) from 0.41.3 to 0.41.5. - [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.5/packages/starlight) --- updated-dependencies: - dependency-name: "@astrojs/starlight" dependency-version: 0.41.5 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 b73ad0b..9af49ff 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6,7 +6,7 @@ "": { "name": "ccpkg-docs", "dependencies": { - "@astrojs/starlight": "^0.41.3", + "@astrojs/starlight": "^0.41.5", "astro": "^7.0.6", "astro-mermaid": "^2.1.0" } @@ -340,9 +340,9 @@ } }, "node_modules/@astrojs/starlight": { - "version": "0.41.3", - "resolved": "https://registry.npmjs.org/@astrojs/starlight/-/starlight-0.41.3.tgz", - "integrity": "sha512-8xsG6UpK581TJmtOc7/pnxHKEbP16rV06VLWaVa7FOyE/VEwnaHOsLtL+miifCEfuiuv0Wn+j8u3JSluRQesMQ==", + "version": "0.41.5", + "resolved": "https://registry.npmjs.org/@astrojs/starlight/-/starlight-0.41.5.tgz", + "integrity": "sha512-BNkyysByeqk9cXGNnd1fC1+kc9rrllo1Df/XD34wQg/I5HUX1Bc+F91aTktg17sapQs+mafzWSRgmURRyCNLKA==", "license": "MIT", "dependencies": { "@astrojs/markdown-satteri": "^0.3.2", diff --git a/package.json b/package.json index 1c93a13..9d7a4c5 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ }, "dependencies": { "astro": "^7.0.6", - "@astrojs/starlight": "^0.41.3", + "@astrojs/starlight": "^0.41.5", "astro-mermaid": "^2.1.0" } }