Bump @astrojs/vercel from 7.3.1 to 7.3.4

Bumps [@astrojs/vercel](https://github.com/withastro/astro/tree/HEAD/packages/integrations/vercel) from 7.3.1 to 7.3.4.
- [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.3.4/packages/integrations/vercel)

---
updated-dependencies:
- dependency-name: "@astrojs/vercel"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-02-26 18:17:26 +00:00 committed by GitHub
parent a6f482f8f5
commit 2c5d1beced
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View file

@ -10,7 +10,7 @@
"@astrojs/check": "^0.5.6",
"@astrojs/sitemap": "^3.0.5",
"@astrojs/tailwind": "^5.1.0",
"@astrojs/vercel": "^7.3.1",
"@astrojs/vercel": "^7.3.4",
"astro": "^4.4.5",
"astro-compressor": "^0.4.1",
"globby": "^14.0.1",
@ -202,9 +202,9 @@
}
},
"node_modules/@astrojs/vercel": {
"version": "7.3.1",
"resolved": "https://registry.npmjs.org/@astrojs/vercel/-/vercel-7.3.1.tgz",
"integrity": "sha512-nzpvuRIJMbmLXd0nQpVrOGCPOEx792aAI25aFNK3uC0lD/yGyAlY4nHkCeaE/c+0vkiRdCbfGlHujz3emWpg2w==",
"version": "7.3.4",
"resolved": "https://registry.npmjs.org/@astrojs/vercel/-/vercel-7.3.4.tgz",
"integrity": "sha512-EiuTe51/5ERiA1UbZCn8G2NmfDgb3x2SdfyVpVszpttS43k7wpPxbMqYNi5DgEsisFPGCcsu818exRi3m52CXA==",
"dependencies": {
"@astrojs/internal-helpers": "0.2.1",
"@vercel/analytics": "^1.0.2",

View file

@ -13,7 +13,7 @@
"@astrojs/check": "^0.5.6",
"@astrojs/sitemap": "^3.0.5",
"@astrojs/tailwind": "^5.1.0",
"@astrojs/vercel": "^7.3.1",
"@astrojs/vercel": "^7.3.4",
"astro": "^4.4.5",
"astro-compressor": "^0.4.1",
"globby": "^14.0.1",