From 27924647cfb4339b2c7165bb08ab5809ecebaef5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 06:11:47 +0000 Subject: [PATCH] chore(deps-web)(deps): bump astro in /web in the astro group Bumps the astro group in /web with 1 update: [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro). Updates `astro` from 6.4.8 to 7.0.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.0.3/packages/astro) --- updated-dependencies: - dependency-name: astro dependency-version: 7.0.3 dependency-type: direct:production update-type: version-update:semver-major dependency-group: astro ... Signed-off-by: dependabot[bot] --- web/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/package.json b/web/package.json index cef17a8..f4c26ca 100644 --- a/web/package.json +++ b/web/package.json @@ -12,7 +12,7 @@ "astro": "astro" }, "dependencies": { - "astro": "^6.1.10" + "astro": "^7.0.3" }, "devDependencies": { "@astrojs/check": "^0.9.9",