From 7767ffea4cdcd2556e8f4a2747d9e272114783b6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 20 Jul 2024 11:42:14 +0000 Subject: [PATCH] fix(deps): update @inquirer/prompts requirement from ^5.0.5 to ^5.2.1 Updates the requirements on [@inquirer/prompts](https://github.com/SBoudrias/Inquirer.js) to permit the latest version. - [Release notes](https://github.com/SBoudrias/Inquirer.js/releases) - [Commits](https://github.com/SBoudrias/Inquirer.js/compare/@inquirer/prompts@5.0.5...@inquirer/prompts@5.2.1) --- updated-dependencies: - dependency-name: "@inquirer/prompts" dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6a3a8d1..672719b 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "topicSeparator": " " }, "dependencies": { - "@inquirer/prompts": "^5.0.5", + "@inquirer/prompts": "^5.2.1", "@oclif/core": "^3", "@oclif/plugin-help": "^6", "@oclif/plugin-plugins": "^5",