From 5ff3467005d0ae0517819e7ff2dc87da8a787574 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 3 Aug 2024 11:43:06 +0000 Subject: [PATCH] fix(deps): update @inquirer/prompts requirement from ^5.0.5 to ^5.3.6 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.3.6) --- 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..587b482 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "topicSeparator": " " }, "dependencies": { - "@inquirer/prompts": "^5.0.5", + "@inquirer/prompts": "^5.3.6", "@oclif/core": "^3", "@oclif/plugin-help": "^6", "@oclif/plugin-plugins": "^5",