Bump @astrojs/vercel from 7.4.0 to 7.5.0
Bumps [@astrojs/vercel](https://github.com/withastro/astro/tree/HEAD/packages/integrations/vercel) from 7.4.0 to 7.5.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.5.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:
parent
6238d0b993
commit
9754196642
2 changed files with 9 additions and 14 deletions
21
package-lock.json
generated
21
package-lock.json
generated
|
@ -12,7 +12,7 @@
|
|||
"@astrojs/starlight": "^0.21.2",
|
||||
"@astrojs/starlight-tailwind": "^2.0.1",
|
||||
"@astrojs/tailwind": "^5.1.0",
|
||||
"@astrojs/vercel": "^7.4.0",
|
||||
"@astrojs/vercel": "^7.5.0",
|
||||
"astro": "^4.5.12",
|
||||
"astro-compressor": "^0.4.1",
|
||||
"globby": "^14.0.1",
|
||||
|
@ -78,9 +78,9 @@
|
|||
"integrity": "sha512-XpC8MAaWjD1ff6/IfkRq/5k1EFj6zhCNqXRd5J43SVJEBj/Bsmizkm8N0xOYscGcDFQkRgEw6/eKnI5x/1l6aA=="
|
||||
},
|
||||
"node_modules/@astrojs/internal-helpers": {
|
||||
"version": "0.3.0",
|
||||
"resolved": "https://registry.npmjs.org/@astrojs/internal-helpers/-/internal-helpers-0.3.0.tgz",
|
||||
"integrity": "sha512-tGmHvrhpzuz0JBHaJX8GywN9g4rldVNHtkoVDC3m/DdzBO70jGoVuc0uuNVglRYnsdwkbG0K02Iw3nOOR3/Y4g=="
|
||||
"version": "0.4.0",
|
||||
"resolved": "https://registry.npmjs.org/@astrojs/internal-helpers/-/internal-helpers-0.4.0.tgz",
|
||||
"integrity": "sha512-6B13lz5n6BrbTqCTwhXjJXuR1sqiX/H6rTxzlXx+lN1NnV4jgnq/KJldCQaUWJzPL5SiWahQyinxAbxQtwgPHA=="
|
||||
},
|
||||
"node_modules/@astrojs/language-server": {
|
||||
"version": "2.8.4",
|
||||
|
@ -287,11 +287,11 @@
|
|||
}
|
||||
},
|
||||
"node_modules/@astrojs/vercel": {
|
||||
"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==",
|
||||
"version": "7.5.0",
|
||||
"resolved": "https://registry.npmjs.org/@astrojs/vercel/-/vercel-7.5.0.tgz",
|
||||
"integrity": "sha512-RYFZNHkfNgFNb41nblG26ubw5924hAjLYs+Bpp4kttcsYJAX/wavIfDbfZQ/XesDTKwIH+Gi/+3c5bldZePFDA==",
|
||||
"dependencies": {
|
||||
"@astrojs/internal-helpers": "0.3.0",
|
||||
"@astrojs/internal-helpers": "0.4.0",
|
||||
"@vercel/analytics": "^1.0.2",
|
||||
"@vercel/edge": "^1.1.1",
|
||||
"@vercel/nft": "^0.26.4",
|
||||
|
@ -3149,11 +3149,6 @@
|
|||
"url": "https://opencollective.com/unified"
|
||||
}
|
||||
},
|
||||
"node_modules/astro/node_modules/@astrojs/internal-helpers": {
|
||||
"version": "0.4.0",
|
||||
"resolved": "https://registry.npmjs.org/@astrojs/internal-helpers/-/internal-helpers-0.4.0.tgz",
|
||||
"integrity": "sha512-6B13lz5n6BrbTqCTwhXjJXuR1sqiX/H6rTxzlXx+lN1NnV4jgnq/KJldCQaUWJzPL5SiWahQyinxAbxQtwgPHA=="
|
||||
},
|
||||
"node_modules/astro/node_modules/@astrojs/markdown-remark": {
|
||||
"version": "4.3.2",
|
||||
"resolved": "https://registry.npmjs.org/@astrojs/markdown-remark/-/markdown-remark-4.3.2.tgz",
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
"@astrojs/starlight": "^0.21.2",
|
||||
"@astrojs/starlight-tailwind": "^2.0.1",
|
||||
"@astrojs/tailwind": "^5.1.0",
|
||||
"@astrojs/vercel": "^7.4.0",
|
||||
"@astrojs/vercel": "^7.5.0",
|
||||
"astro": "^4.5.12",
|
||||
"astro-compressor": "^0.4.1",
|
||||
"globby": "^14.0.1",
|
||||
|
|
Loading…
Add table
Reference in a new issue