From eb2e6d218c8328f94fe498f997ba50328427b180 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Mar 2024 12:42:51 +0000 Subject: [PATCH] Bump @astrojs/vercel from 7.3.6 to 7.4.0 Bumps [@astrojs/vercel](https://github.com/withastro/astro/tree/HEAD/packages/integrations/vercel) from 7.3.6 to 7.4.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/@astrojs/vercel@7.4.0/packages/integrations/vercel) --- updated-dependencies: - dependency-name: "@astrojs/vercel" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 ++++++++++---- package.json | 2 +- 2 files changed, 11 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 67ecb41..3e2ecce 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@astrojs/react": "3.1.0", "@astrojs/sitemap": "3.1.1", "@astrojs/tailwind": "5.1.0", - "@astrojs/vercel": "7.3.6", + "@astrojs/vercel": "7.4.0", "@fontsource/inter": "^5.0.17", "@vercel/speed-insights": "1.0.10", "astro": "4.5.5", @@ -194,12 +194,13 @@ } }, "node_modules/@astrojs/vercel": { - "version": "7.3.6", - "resolved": "https://registry.npmjs.org/@astrojs/vercel/-/vercel-7.3.6.tgz", - "integrity": "sha512-dQj3cvTOsgOj/V8EVya16X1L3PCJ9aw0rWCggsFcERI72qEDXctd7l+K/iZC1dOvsM3k6VhwiacwsETowsctAA==", + "version": "7.4.0", + "resolved": "https://registry.npmjs.org/@astrojs/vercel/-/vercel-7.4.0.tgz", + "integrity": "sha512-KMCDCOV+UwsJnDX4Q/FE18S0+XwOlu3e6UA/Jr/v2vh0v24aDpkbA0L9DmV4c1ETHLY/vxfjey40gk30iSXNKw==", "dependencies": { "@astrojs/internal-helpers": "0.3.0", "@vercel/analytics": "^1.0.2", + "@vercel/edge": "^1.1.1", "@vercel/nft": "^0.26.4", "esbuild": "^0.19.6", "fast-glob": "^3.3.2", @@ -1849,6 +1850,11 @@ } } }, + "node_modules/@vercel/edge": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/@vercel/edge/-/edge-1.1.1.tgz", + "integrity": "sha512-NtKiIbn9Cq6HWGy+qRudz28mz5nxfOJWls5Pnckjw1yCfSX8rhXdvY/il3Sy3Zd5n/sKCM2h7VSCCpJF/oaDrQ==" + }, "node_modules/@vercel/nft": { "version": "0.26.4", "resolved": "https://registry.npmjs.org/@vercel/nft/-/nft-0.26.4.tgz", diff --git a/package.json b/package.json index 97f9c71..92b64f4 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "@astrojs/react": "3.1.0", "@astrojs/sitemap": "3.1.1", "@astrojs/tailwind": "5.1.0", - "@astrojs/vercel": "7.3.6", + "@astrojs/vercel": "7.4.0", "@fontsource/inter": "^5.0.17", "@vercel/speed-insights": "1.0.10", "astro": "4.5.5",