From 6781d1b542f7a5e9fa42b0478bf4177ab5cdb5f8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Mar 2026 22:30:47 +0000 Subject: [PATCH] build(deps): bump astro from 5.17.1 to 5.18.1 in /services/landing Bumps [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) from 5.17.1 to 5.18.1. - [Release notes](https://github.com/withastro/astro/releases) - [Changelog](https://github.com/withastro/astro/blob/astro@5.18.1/packages/astro/CHANGELOG.md) - [Commits](https://github.com/withastro/astro/commits/astro@5.18.1/packages/astro) --- updated-dependencies: - dependency-name: astro dependency-version: 5.18.1 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..8e2d626 100644 --- a/services/landing/package.json +++ b/services/landing/package.json @@ -9,7 +9,7 @@ "preview": "astro preview" }, "dependencies": { - "astro": "5.17.1", + "astro": "5.18.1", "@astrojs/vercel": "9.0.4" }, "devDependencies": {