From 2c5d1beced7044d0cade406d82b77dc9c37870e2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Feb 2024 18:17:26 +0000 Subject: [PATCH] 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] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 5232309..13706e5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -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", diff --git a/package.json b/package.json index 7ba5fa6..f600a3c 100644 --- a/package.json +++ b/package.json @@ -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",