From 215042313551224868cd7991b7cdbf13013f3129 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 29 Jun 2024 11:09:49 +0000 Subject: [PATCH] fix(deps): update @inquirer/prompts requirement from ^5.0.5 to ^5.0.7 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.0.7) --- 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..712b0d4 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "topicSeparator": " " }, "dependencies": { - "@inquirer/prompts": "^5.0.5", + "@inquirer/prompts": "^5.0.7", "@oclif/core": "^3", "@oclif/plugin-help": "^6", "@oclif/plugin-plugins": "^5",