From 2f07f976384a1e1812526fdcb3fa1e6e9cdd58df Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Mar 2025 07:44:10 +0000 Subject: [PATCH] chore(deps): bump @astrojs/vercel from 8.1.2 to 8.1.3 Bumps [@astrojs/vercel](https://github.com/withastro/astro/tree/HEAD/packages/integrations/vercel) from 8.1.2 to 8.1.3. - [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.3/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 208919c1..abdb445a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "dependencies": { "@astrojs/check": "^0.9.4", "@astrojs/starlight": "^0.32.3", - "@astrojs/vercel": "^8.1.2", + "@astrojs/vercel": "^8.1.3", "@vercel/analytics": "^1.5.0", "astro": "^5.5.3" }, @@ -360,9 +360,9 @@ } }, "node_modules/@astrojs/vercel": { - "version": "8.1.2", - "resolved": "https://registry.npmjs.org/@astrojs/vercel/-/vercel-8.1.2.tgz", - "integrity": "sha512-Qps7oYfQVvXov/ucP5sjTqRAgqbY84ayf8zyz5lNqTy88As09KGaZJTW4qrxU2xO5GdoE3+AoMGDUkU2rVY+cg==", + "version": "8.1.3", + "resolved": "https://registry.npmjs.org/@astrojs/vercel/-/vercel-8.1.3.tgz", + "integrity": "sha512-mHO28cc0FQbA6ncFteW5Hqf2l0gSthPNF8/dpM1sQAOD92Mbyi93/4EhTYj07Xhi3t37FU4tPtzyQoCAn4P4Kg==", "license": "MIT", "dependencies": { "@astrojs/internal-helpers": "0.6.1", diff --git a/package.json b/package.json index a84c9f09..10774746 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "dependencies": { "@astrojs/check": "^0.9.4", "@astrojs/starlight": "^0.32.3", - "@astrojs/vercel": "^8.1.2", + "@astrojs/vercel": "^8.1.3", "@vercel/analytics": "^1.5.0", "astro": "^5.5.3" },