From b7ea1b9703a5ba9cfecc27e2e608499b522c313d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Oct 2025 15:12:52 +0000 Subject: [PATCH] Chore(deps): Bump @astrojs/vercel from 8.2.11 to 9.0.0 Bumps [@astrojs/vercel](https://github.com/withastro/astro/tree/HEAD/packages/integrations/vercel) from 8.2.11 to 9.0.0. - [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/HEAD/packages/integrations/vercel) --- updated-dependencies: - dependency-name: "@astrojs/vercel" dependency-version: 9.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- apps/website/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/website/package.json b/apps/website/package.json index 5604af42..fe27f261 100644 --- a/apps/website/package.json +++ b/apps/website/package.json @@ -5,7 +5,7 @@ "dependencies": { "@astrojs/react": "^4.3.0", "@astrojs/rss": "^4.0.12", - "@astrojs/vercel": "^8.2.2", + "@astrojs/vercel": "^9.0.0", "@crocoder-dev/remark-plugin": "*", "@tailwindcss/forms": "^0.5.10", "@tailwindcss/postcss": "^4.1.11",