From 50d76e27b9851f7b2ccd525480128ffad2646d40 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Sep 2026 12:30:29 +0000 Subject: [PATCH] chore(deps): bump @astrojs/react Bumps the all-minor-patch group with 1 update in the /web directory: [@astrojs/react](https://github.com/withastro/astro/tree/HEAD/packages/integrations/react). Updates `@astrojs/react` from 6.0.4 to 6.0.5 - [Release notes](https://github.com/withastro/astro/releases) - [Changelog](https://github.com/withastro/astro/blob/main/packages/integrations/react/CHANGELOG.md) - [Commits](https://github.com/withastro/astro/commits/@astrojs/react@6.0.5/packages/integrations/react) --- updated-dependencies: - dependency-name: "@astrojs/react" dependency-version: 6.0.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-minor-patch ... 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 d8463b87..78e88de1 100644 --- a/web/package.json +++ b/web/package.json @@ -21,7 +21,7 @@ "env:refresh": "bash ~/Sites/ummeco/scripts/env-refresh.sh" }, "dependencies": { - "@astrojs/react": "^6.0.4", + "@astrojs/react": "^6.0.5", "@astrojs/sitemap": "^3.7.3", "@astrojs/vercel": "^11.0.7", "@fontsource-variable/inter": "^5.3.0",