From 20a6ce4809706cb407613fb7c4a2574743bf3e51 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Mar 2025 13:34:09 +0000 Subject: [PATCH] [Docs Site] Bump @astrojs/starlight from 0.32.3 to 0.32.4 Bumps [@astrojs/starlight](https://github.com/withastro/starlight/tree/HEAD/packages/starlight) from 0.32.3 to 0.32.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.32.4/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 ca27adc9008d998..16e6746513bd7bd 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.3", + "@astrojs/starlight": "0.32.4", "@astrojs/starlight-docsearch": "0.6.0", "@astrojs/starlight-tailwind": "3.0.0", "@astrojs/tailwind": "5.1.5", @@ -788,9 +788,9 @@ } }, "node_modules/@astrojs/starlight": { - "version": "0.32.3", - "resolved": "https://registry.npmjs.org/@astrojs/starlight/-/starlight-0.32.3.tgz", - "integrity": "sha512-oss5RxvCpuO1FSQyTC0vti5FOjRY0fHiJbGLYbnRsBNVfTzRMKRYMTfNwiduZuVNXML7zhV6QLCFjYpHt0PKuw==", + "version": "0.32.4", + "resolved": "https://registry.npmjs.org/@astrojs/starlight/-/starlight-0.32.4.tgz", + "integrity": "sha512-l6aHQ4wzFPdw2G2XPqft/SrzhOYWYBYPkIHlLdgFT09Lt3NUpHnHwdcomtDJfHPlvrAqBKt/C+aJqQjLBApu0Q==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 5141bf1e0e481a2..74f759be5d8cc68 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.3", + "@astrojs/starlight": "0.32.4", "@astrojs/starlight-docsearch": "0.6.0", "@astrojs/starlight-tailwind": "3.0.0", "@astrojs/tailwind": "5.1.5",