From 7cd0fa5e5bfc4103d6aacea9dbf40c417474af49 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Jul 2026 21:51:49 +0000 Subject: [PATCH] build(deps): bump astro from 6.4.8 to 7.1.3 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 +- packages/astro/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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", diff --git a/packages/astro/package.json b/packages/astro/package.json index fbe9e1c2..ac5676e7 100644 --- a/packages/astro/package.json +++ b/packages/astro/package.json @@ -52,7 +52,7 @@ }, "devDependencies": { "@types/node": "^26.0.0", - "astro": "^7.1.0", + "astro": "^7.1.3", "dotenv": "^17.0.0", "prettier": "^3.4.2", "tsup": "^8.3.5",