From 01e8df905ceaf2ab322040834d46f07915850dbf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Feb 2025 18:05:38 +0000 Subject: [PATCH] chore(deps): bump commander from 12.1.0 to 13.1.0 Bumps [commander](https://github.com/tj/commander.js) from 12.1.0 to 13.1.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/v12.1.0...v13.1.0) --- updated-dependencies: - dependency-name: commander 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 0561f825..c480482d 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": "^12.1.0", + "commander": "^13.1.0", "connect": "^3.7.0", "cors": "^2.8.5", "dns-prefetch-control": "^0.3.0",