Bump @astrojs/vercel from 7.7.1 to 7.7.2

Bumps [@astrojs/vercel](https://github.com/withastro/astro/tree/HEAD/packages/integrations/vercel) from 7.7.1 to 7.7.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@7.7.2/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-06-24 17:43:04 +00:00 committed by GitHub
parent efe7de47d5
commit ed95747eb2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 11 additions and 6 deletions

15
package-lock.json generated
View file

@ -12,7 +12,7 @@
"@astrojs/starlight": "^0.24.2",
"@astrojs/starlight-tailwind": "^2.0.3",
"@astrojs/tailwind": "^5.1.0",
"@astrojs/vercel": "^7.7.1",
"@astrojs/vercel": "^7.7.2",
"@preline/accordion": "^2.3.0",
"@preline/collapse": "^2.3.0",
"@preline/dropdown": "^2.3.0",
@ -423,11 +423,11 @@
}
},
"node_modules/@astrojs/vercel": {
"version": "7.7.1",
"resolved": "https://registry.npmjs.org/@astrojs/vercel/-/vercel-7.7.1.tgz",
"integrity": "sha512-FXh2IxLQ7GOl5w+1uUuSO5AO0fwlZWDjwEZ5NdEOAoWfFW0QeOR+LILbccjIuWKdugEJknAT4XxwQvsmVMh+8A==",
"version": "7.7.2",
"resolved": "https://registry.npmjs.org/@astrojs/vercel/-/vercel-7.7.2.tgz",
"integrity": "sha512-mwnXz4OHE+X20kyQfrxAoLCe+uIhZ1w+G7fJnERSua9/DgX+j0Gvfku3D33bNyxaIwLQB5BOGAu2eZoi+gna4Q==",
"dependencies": {
"@astrojs/internal-helpers": "0.4.0",
"@astrojs/internal-helpers": "0.4.1",
"@vercel/analytics": "^1.3.1",
"@vercel/edge": "^1.1.1",
"@vercel/nft": "^0.27.2",
@ -440,6 +440,11 @@
"astro": "^4.2.0"
}
},
"node_modules/@astrojs/vercel/node_modules/@astrojs/internal-helpers": {
"version": "0.4.1",
"resolved": "https://registry.npmjs.org/@astrojs/internal-helpers/-/internal-helpers-0.4.1.tgz",
"integrity": "sha512-bMf9jFihO8YP940uD70SI/RDzIhUHJAolWVcO1v5PUivxGKvfLZTLTVVxEYzGYyPsA3ivdLNqMnL5VgmQySa+g=="
},
"node_modules/@babel/code-frame": {
"version": "7.24.7",
"resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.24.7.tgz",

View file

@ -15,7 +15,7 @@
"@astrojs/starlight": "^0.24.2",
"@astrojs/starlight-tailwind": "^2.0.3",
"@astrojs/tailwind": "^5.1.0",
"@astrojs/vercel": "^7.7.1",
"@astrojs/vercel": "^7.7.2",
"@preline/accordion": "^2.3.0",
"@preline/collapse": "^2.3.0",
"@preline/dropdown": "^2.3.0",