From 8ccd7a7cffa844b7460d36d20e7915ae794ae332 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Aug 2024 18:05:42 +0000 Subject: [PATCH] Bump @astrojs/vercel from 7.7.2 to 7.8.0 Bumps [@astrojs/vercel](https://github.com/withastro/astro/tree/HEAD/packages/integrations/vercel) from 7.7.2 to 7.8.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.8.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 | 18 ++++++------------ package.json | 2 +- 2 files changed, 7 insertions(+), 13 deletions(-) diff --git a/package-lock.json b/package-lock.json index 633e007..cac0af1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@astrojs/starlight": "^0.25.4", "@astrojs/starlight-tailwind": "^2.0.3", "@astrojs/tailwind": "^5.1.0", - "@astrojs/vercel": "^7.7.2", + "@astrojs/vercel": "^7.8.0", "@preline/accordion": "^2.4.1", "@preline/collapse": "^2.4.1", "@preline/dropdown": "^2.4.1", @@ -280,17 +280,16 @@ } }, "node_modules/@astrojs/vercel": { - "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==", + "version": "7.8.0", + "resolved": "https://registry.npmjs.org/@astrojs/vercel/-/vercel-7.8.0.tgz", + "integrity": "sha512-cpY14PPrKhAsYZp/tfRSIfKdiPctvvPfOH8z3USLJEAJ5lLfToUHEGTJzNfGqCBtd61QftypIxIlTHGuFY30UQ==", "dependencies": { "@astrojs/internal-helpers": "0.4.1", "@vercel/analytics": "^1.3.1", - "@vercel/edge": "^1.1.1", - "@vercel/nft": "^0.27.2", + "@vercel/edge": "^1.1.2", + "@vercel/nft": "^0.27.3", "esbuild": "^0.21.5", "fast-glob": "^3.3.2", - "set-cookie-parser": "^2.6.0", "web-vitals": "^3.5.2" }, "peerDependencies": { @@ -7636,11 +7635,6 @@ "resolved": "https://registry.npmjs.org/set-blocking/-/set-blocking-2.0.0.tgz", "integrity": "sha512-KiKBS8AnWGEyLzofFfmvKwpdPzqiy16LvQfK3yv/fVH7Bj13/wl3JSR1J+rfgRE9q7xUJK4qvgS8raSOeLUehw==" }, - "node_modules/set-cookie-parser": { - "version": "2.7.0", - "resolved": "https://registry.npmjs.org/set-cookie-parser/-/set-cookie-parser-2.7.0.tgz", - "integrity": "sha512-lXLOiqpkUumhRdFF3k1osNXCy9akgx/dyPZ5p8qAg9seJzXr5ZrlqZuWIMuY6ejOsVLE6flJ5/h3lsn57fQ/PQ==" - }, "node_modules/sharp": { "version": "0.33.5", "resolved": "https://registry.npmjs.org/sharp/-/sharp-0.33.5.tgz", diff --git a/package.json b/package.json index e6c54a3..8a5c466 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "@astrojs/starlight": "^0.25.4", "@astrojs/starlight-tailwind": "^2.0.3", "@astrojs/tailwind": "^5.1.0", - "@astrojs/vercel": "^7.7.2", + "@astrojs/vercel": "^7.8.0", "@preline/accordion": "^2.4.1", "@preline/collapse": "^2.4.1", "@preline/dropdown": "^2.4.1",