From 9a91ea6b4378c3714d0bbd8da69a0d751e284d57 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Jan 2023 13:05:16 +0000 Subject: [PATCH] build(deps): bump commander from 4.1.1 to 10.0.0 Bumps [commander](https://github.com/tj/commander.js) from 4.1.1 to 10.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/v4.1.1...v10.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 e12699a..8ccffcf 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "dependencies": { "@babel/polyfill": "^7.7.0", "cli-color": "^2.0.0", - "commander": "^4.0.1", + "commander": "^10.0.0", "promptly": "^3.0.3", "semver": "^6.3.0" },