From 58a5386f42a659911239a5be5666fbd5e12796a9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 21 Oct 2025 10:08:08 +0000 Subject: [PATCH] fix(deps): update dependency astro to v5 [security] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7c7e3d5..1fd7d47 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ }, "dependencies": { "@astrojs/starlight": "^0.29.0", - "astro": "^4.3.5", + "astro": "^5.0.0", "sharp": "^0.34.0", "@astrojs/check": "^0.9.0", "typescript": "^5.3.3"