From 50885cdffbf6ba8da3302bf372156803864574e1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jul 2026 20:22:45 +0000 Subject: [PATCH] chore(deps): bump @astrojs/starlight from 0.41.2 to 0.41.3 Bumps [@astrojs/starlight](https://github.com/withastro/starlight/tree/HEAD/packages/starlight) from 0.41.2 to 0.41.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.41.3/packages/starlight) --- updated-dependencies: - dependency-name: "@astrojs/starlight" dependency-version: 0.41.3 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 39546cf..ef4fe8a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,7 +8,7 @@ "name": "enterprise-firefox-admin-docs", "version": "0.0.1", "dependencies": { - "@astrojs/starlight": "^0.41.2", + "@astrojs/starlight": "^0.41.3", "astro": "^7.0.6", "astro-breadcrumbs": "^3.4.1", "sharp": "^0.35.3", @@ -341,9 +341,9 @@ } }, "node_modules/@astrojs/starlight": { - "version": "0.41.2", - "resolved": "https://registry.npmjs.org/@astrojs/starlight/-/starlight-0.41.2.tgz", - "integrity": "sha512-1h9AhFW5uWgqEoTqOVLMnXvawa0TaqLSr14UyTbnArQL6W0TolTfMWpG5hrvbw+NO6wwdSOFz5iwhVtkGUBtsw==", + "version": "0.41.3", + "resolved": "https://registry.npmjs.org/@astrojs/starlight/-/starlight-0.41.3.tgz", + "integrity": "sha512-8xsG6UpK581TJmtOc7/pnxHKEbP16rV06VLWaVa7FOyE/VEwnaHOsLtL+miifCEfuiuv0Wn+j8u3JSluRQesMQ==", "license": "MIT", "dependencies": { "@astrojs/markdown-satteri": "^0.3.2", diff --git a/package.json b/package.json index ed567e9..fe9a49f 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "schema:sync": "node scripts/sync-schema.mjs" }, "dependencies": { - "@astrojs/starlight": "^0.41.2", + "@astrojs/starlight": "^0.41.3", "astro": "^7.0.6", "astro-breadcrumbs": "^3.4.1", "sharp": "^0.35.3",