From efa15323f0ceb6380fd169490567d4e4770c178a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Mar 2026 21:16:26 +0000 Subject: [PATCH] chore(deps): bump @astrojs/vercel from 8.2.7 to 10.0.2 Bumps [@astrojs/vercel](https://github.com/withastro/astro/tree/HEAD/packages/integrations/vercel) from 8.2.7 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] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a65f433..557de03 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "@astrojs/mdx": "^4.3.13", "@astrojs/rss": "4.0.12", "@astrojs/sitemap": "3.5.1", - "@astrojs/vercel": "8.2.7", + "@astrojs/vercel": "10.0.2", "@fontsource/atkinson-hyperlegible": "^5.2.5", "@fontsource/instrument-sans": "^5.2.5", "@tailwindcss/vite": "^4.1.11",