Inquirer.js, a popular library for building interactive command-line interfaces, released version 12.9.4, succeeding version 12.9.3. Both versions provide a robust collection of tools for creating engaging CLI experiences. Key improvements in version 12.9.4 reside in dependency updates. @inquirer/core was bumped from ^10.1.15 to ^10.2.0, and @inquirer/prompts from ^7.8.3 to ^7.8.4. While these might seem minor, they often bring bug fixes, performance enhancements, and potentially new features within the core components of Inquirer.js's prompting system. Developers should investigate the changelogs of these updated @inquirer packages to fully understand the incorporated changes. The update doesn't appear to introduce any breaking changes, indicated by the compatible version ranges. The dist object's unpackedSize property also changed slightly from 71921 to 71920. Developers using Inquirer.js should update to version 12.9.4, prioritizing stability and leveraging the improvements included in the @inquirer package updates. The other properties of the package remains mainly unchanged. Both versions maintain the same peer dependencies, development dependencies, and overall architecture.
The are not vulnerabilities for the version 12.9.4 of the package inquirer