From ee7d20a2f73fe4070fd44d8c4c1e612211196299 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 13 Jun 2026 00:57:25 +0000 Subject: [PATCH] chore(deps): bump astro Bumps the npm_and_yarn group with 1 update in the /examples/astro directory: [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro). Updates `astro` from 5.18.2 to 6.1.10 - [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.10/packages/astro) --- updated-dependencies: - dependency-name: astro dependency-version: 6.1.10 dependency-type: direct:production dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] --- examples/astro/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/astro/package.json b/examples/astro/package.json index 16c255f..170d88d 100644 --- a/examples/astro/package.json +++ b/examples/astro/package.json @@ -13,7 +13,7 @@ "dependencies": { "@astrojs/check": "^0.9.4", "@webring-kit/element": "workspace:*", - "astro": "^5.12.0", + "astro": "^6.1.10", "typescript": "^5.8.3" }, "version": "0.1.1"