From 22c4f87d85fc6ccab1cf66e86eb566cce3f6dd3c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Sep 2026 00:21:36 +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 6.4.8 to 7.3.2 - [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@7.3.2/packages/astro) --- updated-dependencies: - dependency-name: astro dependency-version: 7.3.2 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 9efac24..4306f12 100644 --- a/playground/package.json +++ b/playground/package.json @@ -14,7 +14,7 @@ "@astrojs/react": "^5.0.7", "@types/react": "^18.3.4", "@types/react-dom": "^18.3.0", - "astro": "^6.4.8", + "astro": "^7.3.2", "tempus": "workspace:*", "lorem-ipsum": "^2.0.8", "lottie-web": "^5.13.0",