From c452bdb67dfccf7a82b28f655f9c1be1e160aa15 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 18 May 2026 13:40:52 +0000 Subject: [PATCH] chore(website): update dependency astro to v6 [security] --- site/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/package.json b/site/package.json index cd1ea23eb31..f846d516894 100644 --- a/site/package.json +++ b/site/package.json @@ -18,7 +18,7 @@ "dependencies": { "@astrojs/starlight": "0.37.7", "@bugsnag/js": "8.8.1", - "astro": "5.18.1", + "astro": "6.1.10", "markdown-magic": "2.6.1", "sharp": "0.34.5", "strip-ansi": "7.2.0"