From 4a09fd8f2ea9fcbdf3fff3764038fc8bdcb8df8a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 6 Dec 2025 23:08:23 +0000 Subject: [PATCH] Bump astro from 5.14.4 to 5.15.9 in /landing Bumps [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) from 5.14.4 to 5.15.9. - [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@5.15.9/packages/astro) --- updated-dependencies: - dependency-name: astro dependency-version: 5.15.9 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- landing/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/landing/package.json b/landing/package.json index 172bae8..d3db55e 100644 --- a/landing/package.json +++ b/landing/package.json @@ -19,7 +19,7 @@ "@tailwindcss/vite": "^4.1.17", "@types/react": "^19.2.7", "@types/react-dom": "^19.2.3", - "astro": "^5.16.4", + "astro": "^5.15.9", "react": "^19.2.1", "react-dom": "^19.2.1", "shiki": "^3.19.0",