From 5e2f8844f45b6b3d812fbcd5a0a4179ddd88f0f5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 26 Mar 2025 20:17:22 +0000 Subject: [PATCH] [Docs Site] Bump @astrojs/starlight from 0.32.4 to 0.32.5 Bumps [@astrojs/starlight](https://github.com/withastro/starlight/tree/HEAD/packages/starlight) from 0.32.4 to 0.32.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.32.5/packages/starlight) --- updated-dependencies: - dependency-name: "@astrojs/starlight" dependency-type: direct:development 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 077ae25934391c..1f39940385ba26 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "@astrojs/react": "4.2.1", "@astrojs/rss": "4.0.11", "@astrojs/sitemap": "3.3.0", - "@astrojs/starlight": "0.32.4", + "@astrojs/starlight": "0.32.5", "@astrojs/starlight-docsearch": "0.6.0", "@astrojs/starlight-tailwind": "3.0.1", "@astrojs/tailwind": "5.1.5", @@ -920,9 +920,9 @@ } }, "node_modules/@astrojs/starlight": { - "version": "0.32.4", - "resolved": "https://registry.npmjs.org/@astrojs/starlight/-/starlight-0.32.4.tgz", - "integrity": "sha512-l6aHQ4wzFPdw2G2XPqft/SrzhOYWYBYPkIHlLdgFT09Lt3NUpHnHwdcomtDJfHPlvrAqBKt/C+aJqQjLBApu0Q==", + "version": "0.32.5", + "resolved": "https://registry.npmjs.org/@astrojs/starlight/-/starlight-0.32.5.tgz", + "integrity": "sha512-KYZsYbA5eEAsCO3XNc6DWDPml1JCD6GVusuB15fYq5dbxyB7RtC6kgwbtiEmr84maIjcQUmDtFJCz3sN4CdaSg==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 76353678652011..59ff4c94059469 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "@astrojs/react": "4.2.1", "@astrojs/rss": "4.0.11", "@astrojs/sitemap": "3.3.0", - "@astrojs/starlight": "0.32.4", + "@astrojs/starlight": "0.32.5", "@astrojs/starlight-docsearch": "0.6.0", "@astrojs/starlight-tailwind": "3.0.1", "@astrojs/tailwind": "5.1.5",