From d712b3bc5429387890496a3fd732ee5ce1921ccf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Mar 2025 03:18:36 +0000 Subject: [PATCH] chore(deps): bump @inquirer/input from 2.3.0 to 4.1.7 Bumps [@inquirer/input](https://github.com/SBoudrias/Inquirer.js) from 2.3.0 to 4.1.7. - [Release notes](https://github.com/SBoudrias/Inquirer.js/releases) - [Commits](https://github.com/SBoudrias/Inquirer.js/compare/@inquirer/input@2.3.0...@inquirer/input@4.1.7) --- updated-dependencies: - dependency-name: "@inquirer/input" 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..196d50f 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "rebase": "HUSKY=0 git rebase " }, "dependencies": { - "@inquirer/input": "^2.0.1", + "@inquirer/input": "^4.1.7", "@inquirer/select": "^4.0.0", "chalk": "^5.3.0", "commander": "^12.0.0",