From 756b1c5bdb7ec849eae457a34a34ecfec9be10ac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jul 2026 09:52:49 +0000 Subject: [PATCH] chore(deps): bump astro from 7.0.7 to 7.1.0 in /web Bumps [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) from 7.0.7 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] --- web/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/package.json b/web/package.json index ab5ffbc..08ece9c 100644 --- a/web/package.json +++ b/web/package.json @@ -16,7 +16,7 @@ "dependencies": { "@portabletext/types": "^4.0.2", "@sanity/astro": "^3.4.2", - "astro": "7.0.7", + "astro": "7.1.0", "astro-portabletext": "^0.13.0", "baseline-browser-mapping": "^2.10.42", "caniuse-lite": "^1.0.30001803"