Inquirer.js version 12.4.0 arrives as a subtle but noteworthy update to the popular interactive command-line user interface collection, following closely on the heels of version 12.3.3. While both versions share the same core description and overall structure, a primary distinction lies in the updated dependency @inquirer/prompts. Version 12.4.0 integrates @inquirer/prompts version 7.3.0, an increment from the 7.2.4 version found in 12.3.3. This suggests enhancements, bug fixes, or new features within the prompt handling capabilities of the library.
Developers leveraging Inquirer.js should note this update, as it might introduce improvements to the user experience or offer more streamlined prompt interactions. A careful review of the @inquirer/prompts changelog is recommended to understand the specific changes and potential benefits it brings to existing command-line tools. The core dependencies like rxjs, run-async, mute-stream, ansi-escapes, @inquirer/core and @inquirer/type remain consistent between the two versions, indicating stability in the fundamental building blocks of Inquirer.js. The devDependencies also appear consistent, indicating the toolchain and development process have not changed between releases. This incremental update, evidenced by the minor version bump and dependency adjustment, likely focuses on refining user interactions and prompt management within command-line applications using Inquirer.js. As usual, test your prompt interactions when performing the update in your projects to make sure you are aligned with the functionality changes.
The are not vulnerabilities for the version 12.4.0 of the package inquirer