From 6113d7a3d70bdf18f25dc44615ee592756ecf34b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 15:54:36 +0000 Subject: [PATCH] chore(deps): bump inquirer from 6.5.2 to 12.3.0 Bumps [inquirer](https://github.com/SBoudrias/Inquirer.js) from 6.5.2 to 12.3.0. - [Release notes](https://github.com/SBoudrias/Inquirer.js/releases) - [Commits](https://github.com/SBoudrias/Inquirer.js/compare/inquirer@6.5.2...inquirer@12.3.0) --- 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 45e0eb69b..e3119ec39 100644 --- a/package.json +++ b/package.json @@ -97,7 +97,7 @@ "fs-extra": "11.2.0", "glob": "6.0.1", "html-minifier-terser": "7.2.0", - "inquirer": "6.5.2", + "inquirer": "12.3.0", "invisi-data": "^1.0.0", "joi": "17.13.3", "js-beautify": "1.15.1",