From 5dbd5ccbdafeb16d679d8c969427506846380665 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jul 2026 09:09:54 +0000 Subject: [PATCH] chore(deps): bump astro from 6.4.2 to 7.1.0 in /apps/research Bumps [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) from 6.4.2 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] --- apps/research/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/research/package.json b/apps/research/package.json index fd5f5218..3c36569c 100644 --- a/apps/research/package.json +++ b/apps/research/package.json @@ -14,7 +14,7 @@ "@fodmapp/design-tokens": "workspace:*", "@fodmapp/reporting": "workspace:*", "@fodmapp/ui": "workspace:*", - "astro": "6.4.2" + "astro": "7.1.0" }, "devDependencies": { "@astrojs/check": "0.9.6",