From 1932ac4e5fd00982809a3c62446c3637ee366474 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Jul 2025 08:36:01 +0000 Subject: [PATCH] chore(deps): bump @astrojs/vercel from 8.2.1 to 8.2.2 Bumps [@astrojs/vercel](https://github.com/withastro/astro/tree/HEAD/packages/integrations/vercel) from 8.2.1 to 8.2.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@8.2.2/packages/integrations/vercel) --- updated-dependencies: - dependency-name: "@astrojs/vercel" dependency-version: 8.2.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 9 +++++---- package.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 74e579c1..fd96ff17 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "dependencies": { "@astrojs/check": "^0.9.4", "@astrojs/starlight": "^0.34.5", - "@astrojs/vercel": "^8.2.1", + "@astrojs/vercel": "^8.2.2", "@vercel/analytics": "^1.5.0", "astro": "^5.11.0" }, @@ -363,9 +363,10 @@ } }, "node_modules/@astrojs/vercel": { - "version": "8.2.1", - "resolved": "https://registry.npmjs.org/@astrojs/vercel/-/vercel-8.2.1.tgz", - "integrity": "sha512-z/AV2lOA5xQGA4q6Hk06HbRdI+ITwDKwfpQcK/Go5rVUHd/ng2brDAHycLKUp0LIVh0JHi2wiYJe8cZe7bVhfg==", + "version": "8.2.2", + "resolved": "https://registry.npmjs.org/@astrojs/vercel/-/vercel-8.2.2.tgz", + "integrity": "sha512-NXILrYu3XgAtwL3/4Oox8nlpqJkfwO6jEfw4n4q/vpWfMtCdRWkVWo32+SlK8jgAHiPXhYpMgLAsmv0tEW6EHg==", + "license": "MIT", "dependencies": { "@astrojs/internal-helpers": "0.6.1", "@vercel/analytics": "^1.5.0", diff --git a/package.json b/package.json index c2aa9dda..4731648e 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "dependencies": { "@astrojs/check": "^0.9.4", "@astrojs/starlight": "^0.34.5", - "@astrojs/vercel": "^8.2.1", + "@astrojs/vercel": "^8.2.2", "@vercel/analytics": "^1.5.0", "astro": "^5.11.0" },