Comparing version 9.2.11 to 9.2.12
{ | ||
"name": "inquirer", | ||
"type": "module", | ||
"version": "9.2.11", | ||
"version": "9.2.12", | ||
"description": "A collection of common interactive command line user interfaces.", | ||
@@ -62,3 +62,3 @@ "author": "Simon Boudrias <admin@simonboudrias.com>", | ||
"dependencies": { | ||
"@ljharb/through": "^2.3.9", | ||
"@ljharb/through": "^2.3.11", | ||
"ansi-escapes": "^4.3.2", | ||
@@ -80,3 +80,3 @@ "chalk": "^5.3.0", | ||
"homepage": "https://github.com/SBoudrias/Inquirer.js/blob/master/packages/inquirer/README.md", | ||
"gitHead": "f5c544a8ded1c7dfb6ac8364759955e8f2ecfb0c" | ||
"gitHead": "a318aec57d33b53131c0b03cc8dd6ab4efae3e50" | ||
} |
@@ -173,6 +173,6 @@ <img width="75px" height="75px" align="right" alt="Inquirer Logo" src="https://raw.githubusercontent.com/SBoudrias/Inquirer.js/master/assets/inquirer_readme.svg?sanitize=true" title="Inquirer.js"/> | ||
done('You need to provide a number'); | ||
return; | ||
} else { | ||
// Pass the return value in the done callback | ||
done(null, true); | ||
} | ||
// Pass the return value in the done callback | ||
done(null, true); | ||
}, 3000); | ||
@@ -440,3 +440,3 @@ } | ||
<br> | ||
![autocomplete prompt](https://github.com/mokkabonna/inquirer-autocomplete-prompt/raw/master/inquirer.gif) | ||
![autocomplete prompt](https://raw.githubusercontent.com/mokkabonna/inquirer-autocomplete-prompt/master/packages/inquirer-autocomplete-prompt/inquirer.gif) | ||
@@ -443,0 +443,0 @@ [**checkbox-plus**](https://github.com/faressoft/inquirer-checkbox-plus-prompt)<br> |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
88882
Updated@ljharb/through@^2.3.11