From b6584eec582242a02e16983a9c116e821ed7e08f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 20 Jun 2026 03:58:15 +0000 Subject: [PATCH] Bump astro in /playground in the npm_and_yarn group across 1 directory Bumps the npm_and_yarn group with 1 update in the /playground directory: [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro). Updates `astro` from 5.18.2 to 6.4.8 - [Release notes](https://github.com/withastro/astro/releases) - [Changelog](https://github.com/withastro/astro/blob/astro@6.4.8/packages/astro/CHANGELOG.md) - [Commits](https://github.com/withastro/astro/commits/astro@6.4.8/packages/astro) --- updated-dependencies: - dependency-name: astro dependency-version: 6.4.8 dependency-type: direct:production dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] --- playground/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playground/package.json b/playground/package.json index 41b39148..65942ed2 100644 --- a/playground/package.json +++ b/playground/package.json @@ -15,7 +15,7 @@ "@astrojs/vue": "^5.0.6", "@types/react": "^19.0.7", "@types/react-dom": "^19.0.3", - "astro": "^5.1.8", + "astro": "^6.4.8", "lenis": "*", "lorem-ipsum": "^2.0.8", "react": "^19.0.0",