From 567cc5513b75ddbf4224f5a1e94ddbe418a2f41a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Sep 2026 12:50:16 +0000 Subject: [PATCH] Bump @astrojs/starlight from 0.41.8 to 0.41.10 Bumps [@astrojs/starlight](https://github.com/withastro/starlight/tree/HEAD/packages/starlight) from 0.41.8 to 0.41.10. - [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.10/packages/starlight) --- updated-dependencies: - dependency-name: "@astrojs/starlight" dependency-version: 0.41.10 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 11 +++++++---- package.json | 2 +- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 22ad457..ac79cd7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,11 +8,14 @@ "name": "openpreflight-docs", "version": "0.0.1", "dependencies": { - "@astrojs/starlight": "^0.41.8", + "@astrojs/starlight": "^0.41.10", "@tailwindcss/vite": "^4.3.3", "astro": "^7.2.6", "sharp": "^0.35.3", "tailwindcss": "^4.3.3" + }, + "engines": { + "node": ">=22.12.0" } }, "node_modules/@astrojs/compiler-binding": { @@ -478,9 +481,9 @@ } }, "node_modules/@astrojs/starlight": { - "version": "0.41.8", - "resolved": "https://registry.npmjs.org/@astrojs/starlight/-/starlight-0.41.8.tgz", - "integrity": "sha512-LH5sUrx59EhBgYn8c0Ntf4+JWAGjjd9qHKtH302t2w6xr+9ujTwOqCafFzhOp1dL5LAtAPMjA/LEviuR8ROqLQ==", + "version": "0.41.10", + "resolved": "https://registry.npmjs.org/@astrojs/starlight/-/starlight-0.41.10.tgz", + "integrity": "sha512-xE+OO2zzJkHPzc+giuFj+1c0sYw3//goo31PEksguNTd3XpXvV7TaJ0TzQzBUSCxYtBwWjAPkJfqR2W4aMQdhQ==", "license": "MIT", "dependencies": { "@astrojs/markdown-satteri": "^0.3.5", diff --git a/package.json b/package.json index 39fc237..057462f 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "astro": "astro" }, "dependencies": { - "@astrojs/starlight": "^0.41.8", + "@astrojs/starlight": "^0.41.10", "@tailwindcss/vite": "^4.3.3", "astro": "^7.2.6", "sharp": "^0.35.3",