From 0a7eb80abedd815f175fef36e3baa732ff88b596 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 20 Jun 2026 04:09:47 +0000 Subject: [PATCH] chore(deps): bump astro from 6.2.0 to 6.4.6 Bumps [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) from 6.2.0 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] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f9cc097..222f947 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "@astrojs/node": "10.1.2", "@fastify/middie": "^9.3.2", "@fastify/static": "^9.1.3", - "astro": "6.2.0", + "astro": "6.4.6", "fastify": "^5.8.5", "ogl": "^1.0.11", "solid-js": "^1.9.13",