From 3a6d48eeac1826db85f111e59a67dc5817da294f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 4 Jul 2026 03:09:12 +0000 Subject: [PATCH] fix(deps): update dependency astro to v7 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9374874..6eb104c 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ }, "dependencies": { "@astrojs/starlight": "^0.38.4", - "astro": "^6.2.1", + "astro": "^7.0.6", "astro-auto-import": "^0.5.1", "remark-definition-list": "^2.0.0", "sharp": "^0.35.2",