From df28cf9c46b038b1f7f38d6d499b832cb5e523d8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Jul 2025 08:16:39 +0000 Subject: [PATCH] chore(deps): bump @astrojs/starlight from 0.34.5 to 0.34.6 Bumps [@astrojs/starlight](https://github.com/withastro/starlight/tree/HEAD/packages/starlight) from 0.34.5 to 0.34.6. - [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.34.6/packages/starlight) --- updated-dependencies: - dependency-name: "@astrojs/starlight" dependency-version: 0.34.6 dependency-type: direct:production 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 74e579c1..45c7eacb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "0.0.0", "dependencies": { "@astrojs/check": "^0.9.4", - "@astrojs/starlight": "^0.34.5", + "@astrojs/starlight": "^0.34.6", "@astrojs/vercel": "^8.2.1", "@vercel/analytics": "^1.5.0", "astro": "^5.11.0" @@ -307,9 +307,9 @@ } }, "node_modules/@astrojs/starlight": { - "version": "0.34.5", - "resolved": "https://registry.npmjs.org/@astrojs/starlight/-/starlight-0.34.5.tgz", - "integrity": "sha512-Pkojl6csiP+RKwBwIeS4YnnFNrBUT/4r8+bJo+zJpPlGYRx3X7+ZEOvCrWwsj7D9WLMorLbyoLD6u9SG0COfXQ==", + "version": "0.34.6", + "resolved": "https://registry.npmjs.org/@astrojs/starlight/-/starlight-0.34.6.tgz", + "integrity": "sha512-cVwZFu7A8Ki1u2d0rTvQwz3zrU6dWk09h40DAOl0IgKFYNPFIAGe04CQ2Zq07sxnxqBRbjkrsFd7X6Lv6WXunw==", "license": "MIT", "dependencies": { "@astrojs/markdown-remark": "^6.3.1", diff --git a/package.json b/package.json index c2aa9dda..38e3d54c 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ }, "dependencies": { "@astrojs/check": "^0.9.4", - "@astrojs/starlight": "^0.34.5", + "@astrojs/starlight": "^0.34.6", "@astrojs/vercel": "^8.2.1", "@vercel/analytics": "^1.5.0", "astro": "^5.11.0"