From c5533d978f2114cf66ff118587fd7089fa872744 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Feb 2023 09:08:20 +0000 Subject: [PATCH] chore(deps): bump commander from 9.5.0 to 10.0.0 Bumps [commander](https://github.com/tj/commander.js) from 9.5.0 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/v9.5.0...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 586bf96..0c45187 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ }, "dependencies": { "chalk": "^5.2.0", - "commander": "^9.5.0", + "commander": "^10.0.0", "figlet": "^1.5.2", "ora": "^6.1.2" },