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] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-03-25 17:10:06 +00:00 committed by GitHub
parent 2e8ebc817c
commit d6445f7620
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 11 additions and 5 deletions

14
package-lock.json generated
View file

@ -12,7 +12,7 @@
"@astrojs/starlight": "^0.21.1",
"@astrojs/starlight-tailwind": "^2.0.1",
"@astrojs/tailwind": "^5.1.0",
"@astrojs/vercel": "^7.3.6",
"@astrojs/vercel": "^7.4.0",
"astro": "^4.5.6",
"astro-compressor": "^0.4.1",
"globby": "^14.0.1",
@ -285,12 +285,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",
@ -2004,6 +2005,11 @@
"server-only": "^0.0.1"
}
},
"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",

View file

@ -15,7 +15,7 @@
"@astrojs/starlight": "^0.21.1",
"@astrojs/starlight-tailwind": "^2.0.1",
"@astrojs/tailwind": "^5.1.0",
"@astrojs/vercel": "^7.3.6",
"@astrojs/vercel": "^7.4.0",
"astro": "^4.5.6",
"astro-compressor": "^0.4.1",
"globby": "^14.0.1",