From 4d6accec25a20e2132f22933f06cab945c7ab4a9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Mar 2026 20:54:16 +0000 Subject: [PATCH] build(deps): bump @astrojs/vercel in /services/landing Bumps [@astrojs/vercel](https://github.com/withastro/astro/tree/HEAD/packages/integrations/vercel) from 9.0.4 to 10.0.2. - [Release notes](https://github.com/withastro/astro/releases) - [Changelog](https://github.com/withastro/astro/blob/main/packages/integrations/vercel/CHANGELOG.md) - [Commits](https://github.com/withastro/astro/commits/@astrojs/vercel@10.0.2/packages/integrations/vercel) --- updated-dependencies: - dependency-name: "@astrojs/vercel" dependency-version: 10.0.2 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..bfa351f 100644 --- a/services/landing/package.json +++ b/services/landing/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "astro": "5.17.1", - "@astrojs/vercel": "9.0.4" + "@astrojs/vercel": "10.0.2" }, "devDependencies": { "@tailwindcss/vite": "4.1.18",