From 4cabbd6696f46793373ad1a6a111b0acf9912eac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Jul 2026 23:24:29 +0000 Subject: [PATCH] chore(deps): bump astro from 5.18.2 to 7.1.0 in /site Bumps [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) from 5.18.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 update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- site/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/package.json b/site/package.json index 35a7dcd..bdbe26f 100644 --- a/site/package.json +++ b/site/package.json @@ -13,7 +13,7 @@ }, "dependencies": { "animejs": "^3.2.2", - "astro": "^5.7.0" + "astro": "^7.1.0" }, "devDependencies": { "wrangler": "^4.99.0"