From 810d7fe8820a9717fcd148a90dfa40c4ef620f9e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 3 Dec 2025 18:05:32 +0000 Subject: [PATCH] fix(deps): update dependency astro to v5 [security] --- apps/site/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/site/package.json b/apps/site/package.json index 51b7913..a03d57b 100644 --- a/apps/site/package.json +++ b/apps/site/package.json @@ -16,7 +16,7 @@ "@iconify-json/ri": "1.1.22", "@tailwindcss/forms": "0.5.7", "@tailwindcss/typography": "0.5.13", - "astro": "4.11.6", + "astro": "5.15.9", "astro-icon": "1.1.0", "sanitize-html": "2.13.0", "simple-stack-form": "0.1.12",