From c9a21013fdef12c9e8b0c0fb38f8b6acad66864c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 Nov 2025 20:58:34 +0000 Subject: [PATCH] Bump astro from 5.14.4 to 5.15.9 in /client-participation-alpha 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] --- client-participation-alpha/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client-participation-alpha/package.json b/client-participation-alpha/package.json index c6abe61291..3c955d6a2f 100644 --- a/client-participation-alpha/package.json +++ b/client-participation-alpha/package.json @@ -14,7 +14,7 @@ "@astrojs/react": "4.4.0", "@types/react": "^19.1.8", "@types/react-dom": "^19.1.6", - "astro": "5.14.4", + "astro": "5.15.9", "jwt-decode": "^4.0.0", "marked": "^16.4.0", "react": "^19.1.0",