From a5f43daf80e770809531ae93eb96b1e02718aa00 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Sep 2025 20:04:20 +0000 Subject: [PATCH] [Docs Site] Bump @astrojs/starlight from 0.35.2 to 0.35.3 Bumps [@astrojs/starlight](https://github.com/withastro/starlight/tree/HEAD/packages/starlight) from 0.35.2 to 0.35.3. - [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.35.3/packages/starlight) --- updated-dependencies: - dependency-name: "@astrojs/starlight" dependency-version: 0.35.3 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 7ddf45ca627da0..ca101dfe80a4a5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "@astrojs/react": "4.2.5", "@astrojs/rss": "4.0.12", "@astrojs/sitemap": "3.5.1", - "@astrojs/starlight": "0.35.2", + "@astrojs/starlight": "0.35.3", "@astrojs/starlight-docsearch": "0.6.0", "@astrojs/starlight-tailwind": "4.0.1", "@cloudflare/vitest-pool-workers": "0.8.71", @@ -849,9 +849,9 @@ } }, "node_modules/@astrojs/starlight": { - "version": "0.35.2", - "resolved": "https://registry.npmjs.org/@astrojs/starlight/-/starlight-0.35.2.tgz", - "integrity": "sha512-curGghoW4s5pCbW2tINsJPoxEYPan87ptCOv7GZ+S24N3J6AyaOu/OsjZDEMaIpo3ZlObM5DQn+w7iXl3drDhQ==", + "version": "0.35.3", + "resolved": "https://registry.npmjs.org/@astrojs/starlight/-/starlight-0.35.3.tgz", + "integrity": "sha512-z9MbODjZl/STU3PPU18iOTkLObJBw7PA8xMe5s+KPscQGL0LNZyQUYeClG+F1/em/k+2AsokGpVPta+aOTk1sg==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 69202ed69684db..8c90a29bfc2574 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "@astrojs/react": "4.2.5", "@astrojs/rss": "4.0.12", "@astrojs/sitemap": "3.5.1", - "@astrojs/starlight": "0.35.2", + "@astrojs/starlight": "0.35.3", "@astrojs/starlight-docsearch": "0.6.0", "@astrojs/starlight-tailwind": "4.0.1", "@cloudflare/vitest-pool-workers": "0.8.71",