From a7ee426bc717ef8f0b1a592f609a42f9bf43cb1b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Nov 2025 07:07:13 +0000 Subject: [PATCH] chore(deps): bump @astrojs/vercel from 9.0.1 to 9.0.2 Bumps [@astrojs/vercel](https://github.com/withastro/astro/tree/HEAD/packages/integrations/vercel) from 9.0.1 to 9.0.2. - [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@9.0.2/packages/integrations/vercel) --- updated-dependencies: - dependency-name: "@astrojs/vercel" dependency-version: 9.0.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 21 +++++++++++---------- package.json | 2 +- 2 files changed, 12 insertions(+), 11 deletions(-) diff --git a/package-lock.json b/package-lock.json index 85eb4ea1..4222b603 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "dependencies": { "@astrojs/check": "^0.9.5", "@astrojs/starlight": "^0.36.3", - "@astrojs/vercel": "^9.0.1", + "@astrojs/vercel": "^9.0.2", "@vercel/analytics": "^1.5.0", "astro": "^5.16.0" }, @@ -330,16 +330,16 @@ } }, "node_modules/@astrojs/vercel": { - "version": "9.0.1", - "resolved": "https://registry.npmjs.org/@astrojs/vercel/-/vercel-9.0.1.tgz", - "integrity": "sha512-wdDcRygD7hnFy4c+5ynCZ43lsSXaAeTr7d3A2VedDf/vNrSmT6ZNIECUHzbizrraTqKk8eFC9RQf5aKouSdirw==", + "version": "9.0.2", + "resolved": "https://registry.npmjs.org/@astrojs/vercel/-/vercel-9.0.2.tgz", + "integrity": "sha512-L/pQal/5fity/rLmQ5KsqYaVphhNI+Eui+WnLbuqZ7Vf9ocmwX6v0pSDqSejgTQMoMQJq4FPWR8XAtsxMB4Yfw==", "license": "MIT", "dependencies": { "@astrojs/internal-helpers": "0.7.5", "@vercel/analytics": "^1.5.0", "@vercel/functions": "^2.2.13", - "@vercel/nft": "0.30.3", - "@vercel/routing-utils": "^5.2.1", + "@vercel/nft": "0.30.4", + "@vercel/routing-utils": "^5.3.0", "esbuild": "^0.25.0", "tinyglobby": "^0.2.15" }, @@ -4221,9 +4221,9 @@ } }, "node_modules/@vercel/nft": { - "version": "0.30.3", - "resolved": "https://registry.npmjs.org/@vercel/nft/-/nft-0.30.3.tgz", - "integrity": "sha512-UEq+eF0ocEf9WQCV1gktxKhha36KDs7jln5qii6UpPf5clMqDc0p3E7d9l2Smx0i9Pm1qpq4S4lLfNl97bbv6w==", + "version": "0.30.4", + "resolved": "https://registry.npmjs.org/@vercel/nft/-/nft-0.30.4.tgz", + "integrity": "sha512-wE6eAGSXScra60N2l6jWvNtVK0m+sh873CpfZW4KI2v8EHuUQp+mSEi4T+IcdPCSEDgCdAS/7bizbhQlkjzrSA==", "license": "MIT", "dependencies": { "@mapbox/node-pre-gyp": "^2.0.0", @@ -4233,7 +4233,7 @@ "async-sema": "^3.1.1", "bindings": "^1.4.0", "estree-walker": "2.0.2", - "glob": "^10.4.5", + "glob": "^10.5.0", "graceful-fs": "^4.2.9", "node-gyp-build": "^4.2.2", "picomatch": "^4.0.2", @@ -10315,6 +10315,7 @@ "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.6.2.tgz", "integrity": "sha512-I7AIg5boAr5R0FFtJ6rCfD+LFsWHp81dolrFD8S79U9tb8Az2nGrJncnMSnys+bpQJfRUzqs9hnA81OAA3hCuQ==", "license": "MIT", + "peer": true, "bin": { "prettier": "bin/prettier.cjs" }, diff --git a/package.json b/package.json index d015df0b..6f8c04ae 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "dependencies": { "@astrojs/check": "^0.9.5", "@astrojs/starlight": "^0.36.3", - "@astrojs/vercel": "^9.0.1", + "@astrojs/vercel": "^9.0.2", "@vercel/analytics": "^1.5.0", "astro": "^5.16.0" },