From 56e1dc0fcd92e6e10b639fd8335614a4d6326f61 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 22 Jun 2025 22:33:22 +0000 Subject: [PATCH] Bump @astrojs/vercel from 8.1.5 to 8.2.0 in the deployment group Bumps the deployment group with 1 update: [@astrojs/vercel](https://github.com/withastro/astro/tree/HEAD/packages/integrations/vercel). Updates `@astrojs/vercel` from 8.1.5 to 8.2.0 - [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.2.0/packages/integrations/vercel) --- updated-dependencies: - dependency-name: "@astrojs/vercel" dependency-version: 8.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: deployment ... Signed-off-by: dependabot[bot] --- package-lock.json | 15 +++++++++++---- package.json | 2 +- 2 files changed, 12 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index bc0d95b630a..042f2caeb91 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "@astrojs/prism": "^3.3.0", "@astrojs/react": "^4.3.0", "@astrojs/sitemap": "^3.4.1", - "@astrojs/vercel": "^8.1.5", + "@astrojs/vercel": "^8.2.0", "@chainlink/cl-search-frontend": "^0.11.1", "@chainlink/components": "^0.4.18", "@chainlink/contracts": "1.4.0", @@ -679,13 +679,20 @@ "node": ">=8" } }, + "node_modules/@astrojs/underscore-redirects": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/@astrojs/underscore-redirects/-/underscore-redirects-1.0.0.tgz", + "integrity": "sha512-qZxHwVnmb5FXuvRsaIGaqWgnftjCuMY+GSbaVZdBmE4j8AfgPqKPxYp8SUERyJcjpKCEmO4wD6ybuGH8A2kVRQ==", + "license": "MIT" + }, "node_modules/@astrojs/vercel": { - "version": "8.1.5", - "resolved": "https://registry.npmjs.org/@astrojs/vercel/-/vercel-8.1.5.tgz", - "integrity": "sha512-3FX8Pe/mzbvUfBJi+73aOrXp5L0s9IkNH5WlexHkzJHUvnkr5PqOB6h4Yya5owmmCDhKzH79YZ+ga0Xwz0MxXQ==", + "version": "8.2.0", + "resolved": "https://registry.npmjs.org/@astrojs/vercel/-/vercel-8.2.0.tgz", + "integrity": "sha512-fUNT+QIQzUfCE0qQAm2yQwEjOn9fhydZZqvLxhsu0TmWww1oppm9uaXASMWA62CX7r3rq3ZMOF/0y3JZTsIl1Q==", "license": "MIT", "dependencies": { "@astrojs/internal-helpers": "0.6.1", + "@astrojs/underscore-redirects": "1.0.0", "@vercel/analytics": "^1.5.0", "@vercel/edge": "^1.2.1", "@vercel/nft": "^0.29.2", diff --git a/package.json b/package.json index 6017e95cf87..72cabc7bce0 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "@astrojs/prism": "^3.3.0", "@astrojs/react": "^4.3.0", "@astrojs/sitemap": "^3.4.1", - "@astrojs/vercel": "^8.1.5", + "@astrojs/vercel": "^8.2.0", "@chainlink/cl-search-frontend": "^0.11.1", "@chainlink/components": "^0.4.18", "@chainlink/contracts": "1.4.0",