From b7430cc0c4f3264f96402017625d0797e781f19d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Mar 2026 08:17:00 +0000 Subject: [PATCH] deps(web): bump astro from 5.18.1 to 6.0.4 in /web Bumps [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) from 5.18.1 to 6.0.4. - [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.0.4/packages/astro) --- updated-dependencies: - dependency-name: astro dependency-version: 6.0.4 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- web/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/package.json b/web/package.json index 771424d..beab833 100644 --- a/web/package.json +++ b/web/package.json @@ -12,7 +12,7 @@ "dependencies": { "@astrojs/sitemap": "^3.2.0", "@nanostores/react": "^1.0.0", - "astro": "^5.16.6", + "astro": "^6.0.4", "nanostores": "^1.1.0", "react": "^18.3.1", "react-dom": "^18.3.1",