From bdaa0084a0e78efd47312645af18cc3b6a646149 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 May 2024 18:01:59 +0000 Subject: [PATCH] chore(deps): bump commander from 10.0.1 to 12.1.0 Bumps [commander](https://github.com/tj/commander.js) from 10.0.1 to 12.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/v10.0.1...v12.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 6b656607..0a069eea 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "benchmark": "^2.1.4", "chalk": "^5.2.0", "cli-table": "^0.3.11", - "commander": "^10.0.0", + "commander": "^12.1.0", "connect": "^3.7.0", "cors": "^2.8.5", "dns-prefetch-control": "^0.3.0",