From d221cac3ae8c854db3b3e6d3fe11104f108dafe3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Mar 2026 05:57:39 +0000 Subject: [PATCH] chore(deps): bump astro from 5.18.1 to 6.0.4 in /templates/astro-app 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] --- templates/astro-app/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/astro-app/package.json b/templates/astro-app/package.json index 2696bda9bf..e021d4afce 100644 --- a/templates/astro-app/package.json +++ b/templates/astro-app/package.json @@ -17,7 +17,7 @@ "@tailwindcss/vite": "^4.2.1", "@types/react": "^19.2.14", "@types/react-dom": "^19.2.3", - "astro": "^5.18.1", + "astro": "^6.0.5", "react": "^19.2.4", "react-dom": "^19.2.4", "tailwindcss": "^4.2.1"