From 1461ba6c1f0257dd996a9ee50007f59011d83fc2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 May 2026 06:28:58 +0000 Subject: [PATCH] chore(deps-dev): bump astro Bumps the npm_and_yarn group with 1 update in the /playgrounds/astro directory: [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro). Updates `astro` from 5.18.1 to 6.1.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.1.6/packages/astro) --- updated-dependencies: - dependency-name: astro dependency-version: 6.1.6 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- playgrounds/astro/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playgrounds/astro/package.json b/playgrounds/astro/package.json index 4229772b0..656af9500 100644 --- a/playgrounds/astro/package.json +++ b/playgrounds/astro/package.json @@ -22,7 +22,7 @@ "@tanstack/react-query": "^5.90.21", "@types/react": "^19.2.14", "@types/react-dom": "^19.2.3", - "astro": "^5.18.1", + "astro": "^6.1.6", "react": "^19.2.4", "react-dom": "^19.2.4", "typescript": "~5.9.3",