From 3a9bc7aff61b5f50602863d6e01f72600ef39876 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 Nov 2024 17:41:09 +0000 Subject: [PATCH] chore(deps): bump inquirer from 6.5.2 to 12.1.0 Bumps [inquirer](https://github.com/SBoudrias/Inquirer.js) from 6.5.2 to 12.1.0. - [Release notes](https://github.com/SBoudrias/Inquirer.js/releases) - [Commits](https://github.com/SBoudrias/Inquirer.js/compare/inquirer@6.5.2...inquirer@12.1.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 14f7d3fb0..ff59d5b72 100644 --- a/package.json +++ b/package.json @@ -96,7 +96,7 @@ "fs-extra": "11.2.0", "glob": "6.0.1", "html-minifier-terser": "7.2.0", - "inquirer": "6.5.2", + "inquirer": "12.1.0", "joi": "17.13.3", "js-beautify": "1.15.1", "lodash.clonedeep": "4.5.0",