From 78dfc690b6bf9db91e05dc8f083ddfe575ddf56d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 Feb 2025 19:57:52 +0000 Subject: [PATCH] [Docs Site] Bump @astrojs/starlight from 0.32.1 to 0.32.2 Bumps [@astrojs/starlight](https://github.com/withastro/starlight/tree/HEAD/packages/starlight) from 0.32.1 to 0.32.2. - [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.2/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 e953a40251d2592..03c65482cb9e056 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "@astrojs/react": "4.2.0", "@astrojs/rss": "4.0.11", "@astrojs/sitemap": "3.2.1", - "@astrojs/starlight": "0.32.1", + "@astrojs/starlight": "0.32.2", "@astrojs/starlight-docsearch": "0.5.0", "@astrojs/starlight-tailwind": "3.0.0", "@astrojs/tailwind": "6.0.0", @@ -651,9 +651,9 @@ } }, "node_modules/@astrojs/starlight": { - "version": "0.32.1", - "resolved": "https://registry.npmjs.org/@astrojs/starlight/-/starlight-0.32.1.tgz", - "integrity": "sha512-+GPtDzi7wkbooHnMZqGjCoV0qwkYZAFSg3FhRm8jSXXSkLJcw4rgT6vnee/LuJhbVq9kvHVcevtgK8tTxy3Xeg==", + "version": "0.32.2", + "resolved": "https://registry.npmjs.org/@astrojs/starlight/-/starlight-0.32.2.tgz", + "integrity": "sha512-FLz8Y8R+GsD0jD/G64bYijwwVsAq99Ugk2bJYRmH2k1reYMh83GRma2IaKGgSI2fLNEu7tdyG4cpkwrwP3W02A==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index efb904287a389ec..b78076dfeb14fc0 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "@astrojs/react": "4.2.0", "@astrojs/rss": "4.0.11", "@astrojs/sitemap": "3.2.1", - "@astrojs/starlight": "0.32.1", + "@astrojs/starlight": "0.32.2", "@astrojs/starlight-docsearch": "0.5.0", "@astrojs/starlight-tailwind": "3.0.0", "@astrojs/tailwind": "6.0.0",