From 8285464f006c79c04e5d02b7121b46e53c99e791 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 12:49:39 +0000 Subject: [PATCH] Bump @astrojs/vercel from 8.0.0 to 8.0.1 Bumps [@astrojs/vercel](https://github.com/withastro/adapters/tree/HEAD/packages/vercel) from 8.0.0 to 8.0.1. - [Release notes](https://github.com/withastro/adapters/releases) - [Changelog](https://github.com/withastro/adapters/blob/main/packages/vercel/CHANGELOG.md) - [Commits](https://github.com/withastro/adapters/commits/@astrojs/vercel@8.0.1/packages/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 52e3b40..eea5ca0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "@astrojs/check": "^0.9.4", "@astrojs/sitemap": "^3.2.1", "@astrojs/tailwind": "^5.1.3", - "@astrojs/vercel": "^8.0.0", + "@astrojs/vercel": "^8.0.1", "@preline/accordion": "^2.6.0", "@preline/collapse": "^2.5.0", "@preline/stepper": "^2.6.0", @@ -332,9 +332,9 @@ } }, "node_modules/@astrojs/vercel": { - "version": "8.0.0", - "resolved": "https://registry.npmjs.org/@astrojs/vercel/-/vercel-8.0.0.tgz", - "integrity": "sha512-JEVt/J9NJ0unMCLh2fCOvr9M6Mugph3SoNSzaRLR88hA6ckakHabSAMyd8fTFy4pogPH/puyQkiKak7nsHyM6g==", + "version": "8.0.1", + "resolved": "https://registry.npmjs.org/@astrojs/vercel/-/vercel-8.0.1.tgz", + "integrity": "sha512-0TgXOlT8HpZNyLpbFuw2tAvo5Azdz/PlRg8/Oak7Skj3uivhSePR9ftt0uq93ofgzHtF7Gzs9BKcH+BsAwff9Q==", "dependencies": { "@astrojs/internal-helpers": "^0.4.1", "@vercel/analytics": "^1.4.1", diff --git a/package.json b/package.json index 63c0615..86432f2 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "@astrojs/check": "^0.9.4", "@astrojs/sitemap": "^3.2.1", "@astrojs/tailwind": "^5.1.3", - "@astrojs/vercel": "^8.0.0", + "@astrojs/vercel": "^8.0.1", "@preline/accordion": "^2.6.0", "@preline/collapse": "^2.5.0", "@preline/stepper": "^2.6.0",