From 7de00d67a7bfd627542b034fd3caada75af5b122 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 20 Jun 2026 06:43:46 +0000 Subject: [PATCH] Bump astro from 6.1.2 to 6.4.6 in /front Bumps [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) from 6.1.2 to 6.4.6. - [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.4.6/packages/astro) --- updated-dependencies: - dependency-name: astro dependency-version: 6.4.6 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..0c58672 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.4.6", "dompurify": "^3.3.3", "js-yaml": "^4.1.1", "remark-github-blockquote-alert": "^2.1.0",