From 1ed5a979ba915c588d54db1107138a23d9d7d687 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Dec 2024 18:31:24 +0000 Subject: [PATCH] chore(deps): bump commander from 12.1.0 to 13.0.0 Bumps [commander](https://github.com/tj/commander.js) from 12.1.0 to 13.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/v12.1.0...v13.0.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 dee3f910..7c34afc3 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.0.0", "connect": "^3.7.0", "cors": "^2.8.5", "dns-prefetch-control": "^0.3.0",