From 587c628adabf65cde8b066eb6e68be97995dcbd4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Oct 2023 18:57:26 +0000 Subject: [PATCH] chore(deps): bump commander from 10.0.1 to 11.1.0 Bumps [commander](https://github.com/tj/commander.js) from 10.0.1 to 11.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...v11.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 b8855dc8..d974adf2 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "benchmark": "^2.1.4", "chalk": "^5.2.0", "cli-table": "^0.3.11", - "commander": "^10.0.0", + "commander": "^11.1.0", "connect": "^3.7.0", "cors": "^2.8.5", "dns-prefetch-control": "^0.3.0",