From c62e9bbe515001149bbcaab40a249309f1390e1d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Jan 2025 12:47:33 +0000 Subject: [PATCH] chore(deps): bump inquirer from 8.2.6 to 12.3.2 Bumps [inquirer](https://github.com/SBoudrias/Inquirer.js) from 8.2.6 to 12.3.2. - [Release notes](https://github.com/SBoudrias/Inquirer.js/releases) - [Commits](https://github.com/SBoudrias/Inquirer.js/compare/inquirer@8.2.6...inquirer@12.3.2) --- updated-dependencies: - dependency-name: inquirer 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 91136f82..285e0af6 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "chalk": "^4.1.2", "dayjs": "^1.10.4", "debug": "^4.1.1", - "inquirer": "^8.2.0", + "inquirer": "^12.3.2", "js-yaml": "^4", "lodash.clonedeep": "^4.5.0", "openwhisk": "^3.21.2",