From dc0097f6c12994173b202b7eaaf1567904d9be46 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 May 2026 22:01:37 +0000 Subject: [PATCH] build(deps): bump astro from 5.17.1 to 6.1.10 in /services/landing Bumps [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) from 5.17.1 to 6.1.10. - [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@6.1.10/packages/astro) --- updated-dependencies: - dependency-name: astro dependency-version: 6.1.10 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- services/landing/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/landing/package.json b/services/landing/package.json index 4c25658..9263596 100644 --- a/services/landing/package.json +++ b/services/landing/package.json @@ -9,7 +9,7 @@ "preview": "astro preview" }, "dependencies": { - "astro": "5.17.1", + "astro": "6.1.10", "@astrojs/vercel": "9.0.4" }, "devDependencies": {