From ed95747eb24862a144525e890bf8b583fde7172c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jun 2024 17:43:04 +0000 Subject: [PATCH] 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] --- package-lock.json | 15 ++++++++++----- package.json | 2 +- 2 files changed, 11 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 4d62c88..ecab96f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -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", diff --git a/package.json b/package.json index 6df38ca..47e3f83 100644 --- a/package.json +++ b/package.json @@ -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",