From 4fa85954785a818392362068c6adb9de8fb8c5d4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 22 Jun 2024 11:42:19 +0000 Subject: [PATCH] fix(deps): update @inquirer/prompts requirement from ^5.0.5 to ^5.0.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.0.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..79e66f4 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "topicSeparator": " " }, "dependencies": { - "@inquirer/prompts": "^5.0.5", + "@inquirer/prompts": "^5.0.6", "@oclif/core": "^3", "@oclif/plugin-help": "^6", "@oclif/plugin-plugins": "^5",