From a8db5cd0543fb07f02f5bfdbbc935bad549ccae4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Jun 2025 07:27:16 +0000 Subject: [PATCH] chore(deps): bump @astrojs/vercel from 8.1.4 to 8.1.5 Bumps [@astrojs/vercel](https://github.com/withastro/astro/tree/HEAD/packages/integrations/vercel) from 8.1.4 to 8.1.5. - [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@8.1.5/packages/integrations/vercel) --- updated-dependencies: - dependency-name: "@astrojs/vercel" dependency-version: 8.1.5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index baef4066..36782222 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "dependencies": { "@astrojs/check": "^0.9.4", "@astrojs/starlight": "^0.34.3", - "@astrojs/vercel": "^8.1.4", + "@astrojs/vercel": "^8.1.5", "@vercel/analytics": "^1.5.0", "astro": "^5.8.1" }, @@ -363,9 +363,9 @@ } }, "node_modules/@astrojs/vercel": { - "version": "8.1.4", - "resolved": "https://registry.npmjs.org/@astrojs/vercel/-/vercel-8.1.4.tgz", - "integrity": "sha512-mJAbaXwLBVsk+5JNwzKIrpvIQ4llW/gS9ut5Rot5x6D+9DYSqfZ6PRIT0YvyzgUackahYAQdH/MZWeqVrcmwuA==", + "version": "8.1.5", + "resolved": "https://registry.npmjs.org/@astrojs/vercel/-/vercel-8.1.5.tgz", + "integrity": "sha512-3FX8Pe/mzbvUfBJi+73aOrXp5L0s9IkNH5WlexHkzJHUvnkr5PqOB6h4Yya5owmmCDhKzH79YZ+ga0Xwz0MxXQ==", "license": "MIT", "dependencies": { "@astrojs/internal-helpers": "0.6.1", @@ -374,7 +374,7 @@ "@vercel/nft": "^0.29.2", "@vercel/routing-utils": "^5.0.4", "esbuild": "^0.25.0", - "tinyglobby": "^0.2.12" + "tinyglobby": "^0.2.13" }, "peerDependencies": { "astro": "^5.0.0" diff --git a/package.json b/package.json index 1015fb32..5bdd7823 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "dependencies": { "@astrojs/check": "^0.9.4", "@astrojs/starlight": "^0.34.3", - "@astrojs/vercel": "^8.1.4", + "@astrojs/vercel": "^8.1.5", "@vercel/analytics": "^1.5.0", "astro": "^5.8.1" },