From 7e4b6ff09986640f90aa9bcf84097aaf14660f85 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Feb 2025 03:48:10 +0000 Subject: [PATCH] chore(deps): bump commander from 12.1.0 to 13.1.0 Bumps [commander](https://github.com/tj/commander.js) from 12.1.0 to 13.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/v12.1.0...v13.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 75fd610..8b1d105 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "@inquirer/input": "^2.0.1", "@inquirer/select": "^4.0.0", "chalk": "^5.3.0", - "commander": "^12.0.0", + "commander": "^13.1.0", "console-table-printer": "^2.12.0", "glob": "^10.3.10", "inquirer": "^12.0.0",