From 5ab9c3ccb10c5ae2fa110c9f210b375144f795fa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jul 2026 07:43:17 +0000 Subject: [PATCH] chore(deps): bump astro Bumps the npm_and_yarn group with 1 update in the /website directory: [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro). Updates `astro` from 6.4.8 to 7.1.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.1.3/packages/astro) --- updated-dependencies: - dependency-name: astro dependency-version: 7.1.3 dependency-type: direct:production dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] --- website/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/package.json b/website/package.json index b75a2b89..05fc7fec 100644 --- a/website/package.json +++ b/website/package.json @@ -9,7 +9,7 @@ "preview": "astro preview" }, "dependencies": { - "astro": "^6.1.9", + "astro": "^7.1.3", "@astrojs/sitemap": "^3.6.0", "@tailwindcss/vite": "^4.1.12", "tailwindcss": "^4.1.12"