From 52b01926709668e2824c0d8a2e33a491c2f1cfa5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Apr 2026 22:22:02 +0000 Subject: [PATCH] build(deps): bump astro from 5.17.1 to 6.1.6 in /services/landing Bumps [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) from 5.17.1 to 6.1.6. - [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.6/packages/astro) --- updated-dependencies: - dependency-name: astro dependency-version: 6.1.6 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..072c487 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.6", "@astrojs/vercel": "9.0.4" }, "devDependencies": {