From 565a38ab2a61d0127b0af279d2cd37f1803afc97 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 20 Jun 2026 07:33:54 +0000 Subject: [PATCH] build(deps): bump astro from 6.1.6 to 6.4.6 in /apps/web Bumps [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) from 6.1.6 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] --- apps/web/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/web/package.json b/apps/web/package.json index d946637..9dc9ec2 100644 --- a/apps/web/package.json +++ b/apps/web/package.json @@ -14,7 +14,7 @@ "dependencies": { "@astrojs/sitemap": "3.7.2", "@tailwindcss/vite": "4.2.2", - "astro": "6.1.6", + "astro": "6.4.6", "tailwindcss": "4.2.2" } }