From 534bdb8ce7e9c19394dc1201f5201f17cd402777 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 28 Feb 2024 16:33:13 +0000 Subject: [PATCH] chore(deps): bump @astrojs/vercel from 7.3.3 to 7.3.4 (#70) Bumps [@astrojs/vercel](https://github.com/withastro/astro/tree/HEAD/packages/integrations/vercel) from 7.3.3 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Sarthik Gupta --- 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 a0dc9cc..42f80a2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "dependencies": { "@astrojs/check": "^0.5.6", "@astrojs/sitemap": "^3.1.1", - "@astrojs/vercel": "^7.3.3", + "@astrojs/vercel": "^7.3.4", "astro": "^4.4.6", "nodemailer": "^6.9.10", "remark-parse": "^11.0.0", @@ -196,9 +196,9 @@ } }, "node_modules/@astrojs/vercel": { - "version": "7.3.3", - "resolved": "https://registry.npmjs.org/@astrojs/vercel/-/vercel-7.3.3.tgz", - "integrity": "sha512-C7F05yvRJHEh/nPm9MBcRX1ANpIHOU23X/MO8+LFXOjC/Teju6ZjIXz/xmXJqOhItqsHcJihfQaH0+AJ9bOYKg==", + "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 43653e7..5606342 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "dependencies": { "@astrojs/check": "^0.5.6", "@astrojs/sitemap": "^3.1.1", - "@astrojs/vercel": "^7.3.3", + "@astrojs/vercel": "^7.3.4", "astro": "^4.4.6", "nodemailer": "^6.9.10", "remark-parse": "^11.0.0",