From 7a051f324f90dcc5f30083260c00b285009f0e02 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Jul 2026 21:52:06 +0000 Subject: [PATCH] build(deps): bump astro from 6.4.8 to 7.1.3 in /examples/astro Bumps [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) from 6.4.8 to 7.1.3. - [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.3/packages/astro) --- updated-dependencies: - dependency-name: astro dependency-version: 7.0.3 dependency-type: direct:production update-type: version-update:semver-major ... 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 2c910be6..1169c264 100644 --- a/examples/astro/package.json +++ b/examples/astro/package.json @@ -12,7 +12,7 @@ "dependencies": { "@astrojs/node": "^10.1.4", "@authdog/astro": "workspace:*", - "astro": "^6.4.8" + "astro": "^7.1.3" }, "devDependencies": { "@astrojs/check": "^0.9.9",