From 7b229a9f2ef897c4412b5e6669394daeaf03d2a9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Aug 2025 15:05:14 +0000 Subject: [PATCH] Bump @astrojs/vercel from 8.2.5 to 8.2.6 in the deployment group Bumps the deployment group with 1 update: [@astrojs/vercel](https://github.com/withastro/astro/tree/HEAD/packages/integrations/vercel). Updates `@astrojs/vercel` from 8.2.5 to 8.2.6 - [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.6/packages/integrations/vercel) --- updated-dependencies: - dependency-name: "@astrojs/vercel" dependency-version: 8.2.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: deployment ... Signed-off-by: dependabot[bot] --- package-lock.json | 16 +++++++++++----- package.json | 2 +- 2 files changed, 12 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 90fd7206446..f5e3d4b2893 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "@astrojs/prism": "^3.3.0", "@astrojs/react": "^4.3.0", "@astrojs/sitemap": "^3.4.2", - "@astrojs/vercel": "^8.2.5", + "@astrojs/vercel": "^8.2.6", "@chainlink/cl-search-frontend": "^0.11.4", "@chainlink/components": "^0.4.18", "@chainlink/contracts": "1.4.0", @@ -680,12 +680,12 @@ } }, "node_modules/@astrojs/vercel": { - "version": "8.2.5", - "resolved": "https://registry.npmjs.org/@astrojs/vercel/-/vercel-8.2.5.tgz", - "integrity": "sha512-SXD3CKKsxPuAe9Fd9PEOjnX/hSpSq4fM7uQ4sz6R1g2MgkX8bwkshz0qRDUx4744GSfCn/J2nDlTV/aJUkhHkA==", + "version": "8.2.6", + "resolved": "https://registry.npmjs.org/@astrojs/vercel/-/vercel-8.2.6.tgz", + "integrity": "sha512-ctGEoAtyWvFtUNuVECwXwDHMv6lxw1m1qcUL6ZNACFL7GIDzHhD/ipAkZsl2G4QUeVD1ig0Xo8AtFdDl34/gNg==", "license": "MIT", "dependencies": { - "@astrojs/internal-helpers": "0.7.1", + "@astrojs/internal-helpers": "0.7.2", "@vercel/analytics": "^1.5.0", "@vercel/functions": "^2.2.2", "@vercel/nft": "^0.29.2", @@ -697,6 +697,12 @@ "astro": "^5.0.0" } }, + "node_modules/@astrojs/vercel/node_modules/@astrojs/internal-helpers": { + "version": "0.7.2", + "resolved": "https://registry.npmjs.org/@astrojs/internal-helpers/-/internal-helpers-0.7.2.tgz", + "integrity": "sha512-KCkCqR3Goym79soqEtbtLzJfqhTWMyVaizUi35FLzgGSzBotSw8DB1qwsu7U96ihOJgYhDk2nVPz+3LnXPeX6g==", + "license": "MIT" + }, "node_modules/@babel/code-frame": { "version": "7.27.1", "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.27.1.tgz", diff --git a/package.json b/package.json index b749e9077e7..6dea5510d1e 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "@astrojs/prism": "^3.3.0", "@astrojs/react": "^4.3.0", "@astrojs/sitemap": "^3.4.2", - "@astrojs/vercel": "^8.2.5", + "@astrojs/vercel": "^8.2.6", "@chainlink/cl-search-frontend": "^0.11.4", "@chainlink/components": "^0.4.18", "@chainlink/contracts": "1.4.0",