From c53d4532bf5737884a63ce393f8b4d55569048ac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 May 2026 19:06:38 +0000 Subject: [PATCH] Bump astro from 6.1.2 to 6.1.10 in /front Bumps [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) from 6.1.2 to 6.1.10. - [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@6.1.10/packages/astro) --- updated-dependencies: - dependency-name: astro dependency-version: 6.1.10 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- front/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/front/package.json b/front/package.json index d01d83b..986a925 100644 --- a/front/package.json +++ b/front/package.json @@ -15,7 +15,7 @@ "@lucide/svelte": "^1.7.0", "@tailwindcss/vite": "^4.2.1", "ansi_up": "^6.0.6", - "astro": "6.1.2", + "astro": "6.1.10", "dompurify": "^3.3.3", "js-yaml": "^4.1.1", "remark-github-blockquote-alert": "^2.1.0",