From 1f2e0b5f5fb1193ca04400ac415f2f324ad8f1cf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Feb 2025 03:48:04 +0000 Subject: [PATCH] chore(deps): bump @inquirer/input from 2.3.0 to 4.1.5 Bumps [@inquirer/input](https://github.com/SBoudrias/Inquirer.js) from 2.3.0 to 4.1.5. - [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.5) --- 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..64cc924 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.5", "@inquirer/select": "^4.0.0", "chalk": "^5.3.0", "commander": "^12.0.0",