From 60c062cd5900ba00d75cfc9042ea1d2a7bd46988 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Sep 2025 06:05:56 +0000 Subject: [PATCH] docs(deps): bump @astrojs/starlight from 0.35.2 to 0.35.3 in /docs-site 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:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- docs-site/package-lock.json | 8 ++++---- docs-site/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs-site/package-lock.json b/docs-site/package-lock.json index c5afdf21..4543b3ca 100644 --- a/docs-site/package-lock.json +++ b/docs-site/package-lock.json @@ -8,7 +8,7 @@ "name": "bazel-file-ops-component-docs", "version": "0.1.0", "dependencies": { - "@astrojs/starlight": "^0.35.2", + "@astrojs/starlight": "^0.35.3", "astro": "^5.13.3", "astro-mermaid": "^1.0.0" }, @@ -140,9 +140,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==", "license": "MIT", "dependencies": { "@astrojs/markdown-remark": "^6.3.1", diff --git a/docs-site/package.json b/docs-site/package.json index dc32071b..e80c9502 100644 --- a/docs-site/package.json +++ b/docs-site/package.json @@ -11,7 +11,7 @@ "astro": "astro" }, "dependencies": { - "@astrojs/starlight": "^0.35.2", + "@astrojs/starlight": "^0.35.3", "astro": "^5.13.3", "astro-mermaid": "^1.0.0" },