From 04850e02c6f564fc2978528e1b62cc2e3f1f1018 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 30 Jul 2026 15:23:20 +0000 Subject: [PATCH] chore(website): update dependency astro to v7 [security] --- site/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/package.json b/site/package.json index c729f75dd8c..4f973add00b 100644 --- a/site/package.json +++ b/site/package.json @@ -18,7 +18,7 @@ "dependencies": { "@astrojs/starlight": "0.39.3", "@bugsnag/js": "8.9.0", - "astro": "6.4.6", + "astro": "7.1.0", "markdown-magic": "2.6.1", "sharp": "0.34.5", "strip-ansi": "7.2.0"