From 01a34262ff7036a0df90af2324381eb18c3baae8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Jul 2026 07:14:06 +0000 Subject: [PATCH] build(deps): bump astro from 4.16.19 to 7.1.4 in /site Bumps [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) from 4.16.19 to 7.1.4. - [Release notes](https://github.com/withastro/astro/releases) - [Changelog](https://github.com/withastro/astro/blob/main/packages/astro/CHANGELOG.md) - [Commits](https://github.com/withastro/astro/commits/astro@7.1.4/packages/astro) --- updated-dependencies: - dependency-name: astro dependency-version: 7.1.4 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- site/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/package.json b/site/package.json index 3f4b7c140..132143ff9 100644 --- a/site/package.json +++ b/site/package.json @@ -13,7 +13,7 @@ "@iconify-json/lucide": "^1.2.30", "@iconify-json/simple-icons": "^1.2.30", "@lobehub/icons": "^1.49.0", - "astro": "^4.16.18", + "astro": "^7.1.4", "astro-icon": "^1.1.5", "lucide-react": "^1.17.0", "react": "^18.3.1",