From f398d049266b8486e3b84e977b3c6806ce54498a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Feb 2026 07:27:35 +0000 Subject: [PATCH] chore(deps-dev): bump vercel in the github-actions group Bumps the github-actions group with 1 update: [vercel](https://github.com/vercel/vercel/tree/HEAD/packages/cli). Updates `vercel` from 50.22.0 to 50.22.1 - [Release notes](https://github.com/vercel/vercel/releases) - [Changelog](https://github.com/vercel/vercel/blob/main/packages/cli/CHANGELOG.md) - [Commits](https://github.com/vercel/vercel/commits/vercel@50.22.1/packages/cli) --- updated-dependencies: - dependency-name: vercel dependency-version: 50.22.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- package-lock.json | 16 ++++++++-------- package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index 4115db94..79fc7340 100644 --- a/package-lock.json +++ b/package-lock.json @@ -32,7 +32,7 @@ "starlight-links-validator": "^0.19.2", "starlight-showcases": "^0.3.1", "tsx": "^4.21.0", - "vercel": "^50.22.0", + "vercel": "^50.22.1", "vitest": "^4.0.18" } }, @@ -5360,9 +5360,9 @@ } }, "node_modules/@vercel/python": { - "version": "6.15.0", - "resolved": "https://registry.npmjs.org/@vercel/python/-/python-6.15.0.tgz", - "integrity": "sha512-8EIxtxotLwgnZscd0xVikL5brBj4MzOo2h5jnbS/M5HFYth03GdpAkIRQeAkG83aAdN1rKbxZhQib1n3lZ93gQ==", + "version": "6.15.1", + "resolved": "https://registry.npmjs.org/@vercel/python/-/python-6.15.1.tgz", + "integrity": "sha512-X0MB2dWD2aH7DVM2Mmxg2bnUIjoMC0obs3IwWEZS1jKcZ02iwNhdYdyqtW2amg0yq/w/pdZFm19EviLSQrDTSA==", "dev": true, "license": "Apache-2.0", "dependencies": { @@ -14369,9 +14369,9 @@ "license": "MIT" }, "node_modules/vercel": { - "version": "50.22.0", - "resolved": "https://registry.npmjs.org/vercel/-/vercel-50.22.0.tgz", - "integrity": "sha512-2AKBUNQ+wg9k4YxCLvduYNb3jAAUSt/11Gh2hgt/JCe464iBTv49AJ4+SXVOpgr8O8Bwbs0KaY19WJasCEjvPQ==", + "version": "50.22.1", + "resolved": "https://registry.npmjs.org/vercel/-/vercel-50.22.1.tgz", + "integrity": "sha512-gtm9yDLbFRISNBeki6VqdZMygygJNEg0zjdh7K9tGkDuVupGFd3KlnEjyjNmxvkkVt8rVxjbh00Ey8S/WcE8LQ==", "dev": true, "license": "Apache-2.0", "dependencies": { @@ -14391,7 +14391,7 @@ "@vercel/nestjs": "0.2.43", "@vercel/next": "4.15.31", "@vercel/node": "5.6.6", - "@vercel/python": "6.15.0", + "@vercel/python": "6.15.1", "@vercel/redwood": "2.4.9", "@vercel/remix-builder": "5.5.10", "@vercel/ruby": "2.3.1", diff --git a/package.json b/package.json index 693adef0..9a30ea23 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "starlight-links-validator": "^0.19.2", "starlight-showcases": "^0.3.1", "tsx": "^4.21.0", - "vercel": "^50.22.0", + "vercel": "^50.22.1", "vitest": "^4.0.18" } }