From 51152a00f60dda29629e4b25b88527fbe5593f2e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 24 Jul 2026 14:45:47 +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"