From 78fc67fd46630e63c7be8b83904da12f413a3615 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Jun 2026 02:59:58 +0000 Subject: [PATCH] chore(deps): bump commander from 14.0.3 to 15.0.0 Bumps [commander](https://github.com/tj/commander.js) from 14.0.3 to 15.0.0. - [Release notes](https://github.com/tj/commander.js/releases) - [Changelog](https://github.com/tj/commander.js/blob/master/CHANGELOG.md) - [Commits](https://github.com/tj/commander.js/compare/v14.0.3...v15.0.0) --- updated-dependencies: - dependency-name: commander dependency-version: 15.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9ce034c3..02620835 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,7 @@ "benchmark": "^2.1.4", "chalk": "^5.2.0", "cli-table": "^0.3.11", - "commander": "^14.0.0", + "commander": "^15.0.0", "connect": "^3.7.0", "cors": "^2.8.5", "dns-prefetch-control": "^0.3.0",