From 67bacaa01c094e4c6316e2f7ba20e8fb9b7e4b70 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jul 2026 03:18:09 +0000 Subject: [PATCH] chore(deps): bump astro Bumps [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) from 6.4.6 to 7.1.0. - [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.1.0/packages/astro) --- updated-dependencies: - dependency-name: astro dependency-version: 7.1.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../example-app/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/astro/template-hierarchy-data-fetching-urql/example-app/package.json b/examples/astro/template-hierarchy-data-fetching-urql/example-app/package.json index b7787cc1..d4039526 100644 --- a/examples/astro/template-hierarchy-data-fetching-urql/example-app/package.json +++ b/examples/astro/template-hierarchy-data-fetching-urql/example-app/package.json @@ -11,6 +11,6 @@ }, "dependencies": { "@urql/core": "^5.1.1", - "astro": "6.4.6" + "astro": "7.1.0" } }