From 4a30a4229c4dd02f920202f25c65e954506b5da4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jul 2026 00:46:43 +0000 Subject: [PATCH] chore(deps): update @astrojs/starlight requirement in /web Updates the requirements on [@astrojs/starlight](https://github.com/withastro/starlight/tree/HEAD/packages/starlight) to permit the latest version. - [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.4/packages/starlight) --- updated-dependencies: - dependency-name: "@astrojs/starlight" dependency-version: 0.41.4 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- web/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/package.json b/web/package.json index 2417e85..11f23cf 100644 --- a/web/package.json +++ b/web/package.json @@ -11,7 +11,7 @@ }, "dependencies": { "@astrojs/markdown-remark": "^7.2.1", - "@astrojs/starlight": "^0.41.3", + "@astrojs/starlight": "^0.41.4", "astro": "^7.1.1", "astro-mermaid": "^2.1.0", "mermaid": "^11.16.0",