From d59177e2952d85023a06b9fc15c9d88944dd6e0c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 20:06:16 +0000 Subject: [PATCH] deps: bump @astrojs/starlight from 0.38.3 to 0.38.4 Bumps [@astrojs/starlight](https://github.com/withastro/starlight/tree/HEAD/packages/starlight) from 0.38.3 to 0.38.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.38.4/packages/starlight) --- updated-dependencies: - dependency-name: "@astrojs/starlight" dependency-version: 0.38.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 ae80eeb..68904a9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6,7 +6,7 @@ "": { "name": "ccpkg-docs", "dependencies": { - "@astrojs/starlight": "^0.38.3", + "@astrojs/starlight": "^0.38.4", "astro": "^6.1.9", "astro-mermaid": "^2.0.1" } @@ -218,9 +218,9 @@ } }, "node_modules/@astrojs/starlight": { - "version": "0.38.3", - "resolved": "https://registry.npmjs.org/@astrojs/starlight/-/starlight-0.38.3.tgz", - "integrity": "sha512-kDlJPlUDdQFWYmyFM2yUPo66yws7v067AEK+/rQjjoVyqehL3DabuOJuy6UJFFTFyGbHxYcBms/ITEgdW7tphw==", + "version": "0.38.4", + "resolved": "https://registry.npmjs.org/@astrojs/starlight/-/starlight-0.38.4.tgz", + "integrity": "sha512-TGFIr2aVC+gcZCPQzJOO4ZnA/yL3jRnsUDcKlVdEhxhxaOQnWr9lZ9MRScg9zU6uh3HVeZAmmjkLCdTlHdcaZA==", "license": "MIT", "dependencies": { "@astrojs/markdown-remark": "^7.0.0", diff --git a/package.json b/package.json index a2f4889..72c398a 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ }, "dependencies": { "astro": "^6.1.9", - "@astrojs/starlight": "^0.38.3", + "@astrojs/starlight": "^0.38.4", "astro-mermaid": "^2.0.1" } }