Bump inquirer from 7.1.0 to 7.3.3 in /desktop (#1592)
Summary: Bumps [inquirer](https://github.com/SBoudrias/Inquirer.js) from 7.1.0 to 7.3.3. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/SBoudrias/Inquirer.js/releases">inquirer's releases</a>.</em></p> <blockquote> <h2>inquirer@7.3.3</h2> <ul> <li>Fix to release the readline on errors</li> <li>Security patch (lodash)</li> </ul> <h2>inquirer@7.3.2</h2> <p>Fix the <code>loop: false</code> option in the <code>checkbox</code> prompt.</p> <h2>inquirer@7.3.1</h2> <ul> <li>Fix the <code>loop: false</code> option in the <code>list</code> prompt.</li> </ul> <h2>inquirer@7.3.0</h2> <ul> <li>New option <code>loop</code> (boolean) for list type prompts. This prevents the list from looping when reaching the top or bottom of the selection.</li> <li>Bug fix: multi line list type prompts</li> <li>Core: Bumped dependencies</li> </ul> <h2>Inquirer v7.2.0</h2> <h3>Enhancement</h3> <ul> <li>039a55c7ec04d95887bdeb9b164cc634f26beb57 <a href="https://github-redirect.dependabot.com/SBoudrias/Inquirer.js/issues/923">https://github.com/facebook/flipper/issues/923</a> Only import used lodash methods. (<a href="https://github.com/merceyz">merceyz</a>)</li> </ul> <h3>Bug Fix</h3> <ul> <li>a1171d25cdb48c147b405e3173828a8de2dc735b <a href="https://github-redirect.dependabot.com/SBoudrias/Inquirer.js/issues/918">https://github.com/facebook/flipper/issues/918</a> Fix <code>inquirer/confirm</code> formatted output value. (<a href="https://github.com/rbardini">rbardini</a>)</li> <li>1bf6413b71e94b52a68ba9a4d331ea67453e3390 Fix <code>engines</code> field for Node.js 8. (<a href="https://github.com/LitoMore">LitoMore</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="808d553853"><code>808d553</code></a> Publish</li> <li><a href="833a4cde10"><code>833a4cd</code></a> Fix: cleanup when the prompt fails. (<a href="https://github-redirect.dependabot.com/SBoudrias/Inquirer.js/issues/947">https://github.com/facebook/flipper/issues/947</a>)</li> <li><a href="96db6648dc"><code>96db664</code></a> Update index.js (<a href="https://github-redirect.dependabot.com/SBoudrias/Inquirer.js/issues/948">https://github.com/facebook/flipper/issues/948</a>)</li> <li><a href="41a506b117"><code>41a506b</code></a> chore(deps): bump lodash to 4.17.19 (<a href="https://github-redirect.dependabot.com/SBoudrias/Inquirer.js/issues/946">https://github.com/facebook/flipper/issues/946</a>)</li> <li><a href="5dd9fa6150"><code>5dd9fa6</code></a> Publish</li> <li><a href="ffe393be56"><code>ffe393b</code></a> feat: add loop: false for checkbox type prompts (<a href="https://github-redirect.dependabot.com/SBoudrias/Inquirer.js/issues/945">https://github.com/facebook/flipper/issues/945</a>)</li> <li><a href="dce97d8d78"><code>dce97d8</code></a> Publish</li> <li><a href="cbdf405324"><code>cbdf405</code></a> Update yarn.lock</li> <li><a href="132682ecfb"><code>132682e</code></a> fix: paginator works with loop:false (<a href="https://github-redirect.dependabot.com/SBoudrias/Inquirer.js/issues/939">https://github.com/facebook/flipper/issues/939</a>)</li> <li><a href="e7b8306d09"><code>e7b8306</code></a> [Snyk] Security upgrade lodash from 4.17.15 to 4.17.16 (<a href="https://github-redirect.dependabot.com/SBoudrias/Inquirer.js/issues/943">https://github.com/facebook/flipper/issues/943</a>)</li> <li>Additional commits viewable in <a href="https://github.com/SBoudrias/Inquirer.js/compare/inquirer@7.1.0...inquirer@7.3.3">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/configuring-github-dependabot-security-updates) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `dependabot rebase` will rebase this PR - `dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `dependabot merge` will merge this PR after your CI passes on it - `dependabot squash and merge` will squash and merge this PR after your CI passes on it - `dependabot cancel merge` will cancel a previously requested merge and block automerging - `dependabot reopen` will reopen this PR if it is closed - `dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Pull Request resolved: https://github.com/facebook/flipper/pull/1592 Reviewed By: mweststrate Differential Revision: D24254913 Pulled By: nikoant fbshipit-source-id: 87b7d038cfa9187f027a1a92dfb333d81506fcd3
This commit is contained in:
committed by
Facebook GitHub Bot
parent
12dbfe9937
commit
703a6e17ae
@@ -23,7 +23,7 @@
|
||||
"flipper-pkg-lib": "0.62.0",
|
||||
"flipper-plugin-lib": "0.62.0",
|
||||
"fs-extra": "^9.0.1",
|
||||
"inquirer": "^7.1.0",
|
||||
"inquirer": "^7.3.3",
|
||||
"lodash": "^4.17.19",
|
||||
"npm-packlist": "^2.1.2",
|
||||
"recursive-readdir": "^2.2.2"
|
||||
|
||||
@@ -4215,6 +4215,11 @@ cli-width@^2.0.0:
|
||||
resolved "https://registry.yarnpkg.com/cli-width/-/cli-width-2.2.0.tgz#ff19ede8a9a5e579324147b0c11f0fbcbabed639"
|
||||
integrity sha1-/xnt6Kml5XkyQUewwR8PvLq+1jk=
|
||||
|
||||
cli-width@^3.0.0:
|
||||
version "3.0.0"
|
||||
resolved "https://registry.yarnpkg.com/cli-width/-/cli-width-3.0.0.tgz#a2f48437a2caa9a22436e794bf071ec9e61cedf6"
|
||||
integrity sha512-FxqpkPPwu1HjuN93Omfm4h8uIanXofW0RxVEW3k5RKx+mJJYSthzNhp32Kzxxy3YAEZ/Dc/EWN1vZRY0+kOhbw==
|
||||
|
||||
cliui@^6.0.0:
|
||||
version "6.0.0"
|
||||
resolved "https://registry.yarnpkg.com/cliui/-/cliui-6.0.0.tgz#511d702c0c4e41ca156d7d0e96021f23e13225b1"
|
||||
@@ -7030,21 +7035,21 @@ ini@^1.3.4, ini@^1.3.5, ini@~1.3.0:
|
||||
resolved "https://registry.yarnpkg.com/ini/-/ini-1.3.5.tgz#eee25f56db1c9ec6085e0c22778083f596abf927"
|
||||
integrity sha512-RZY5huIKCMRWDUqZlEi72f/lmXKMvuszcMBduliQ3nnWbx9X/ZBQO7DijMEYS9EhHBb2qacRUMtC7svLwe0lcw==
|
||||
|
||||
inquirer@^7.1.0:
|
||||
version "7.1.0"
|
||||
resolved "https://registry.yarnpkg.com/inquirer/-/inquirer-7.1.0.tgz#1298a01859883e17c7264b82870ae1034f92dd29"
|
||||
integrity sha512-5fJMWEmikSYu0nv/flMc475MhGbB7TSPd/2IpFV4I4rMklboCH2rQjYY5kKiYGHqUF9gvaambupcJFFG9dvReg==
|
||||
inquirer@^7.3.3:
|
||||
version "7.3.3"
|
||||
resolved "https://registry.yarnpkg.com/inquirer/-/inquirer-7.3.3.tgz#04d176b2af04afc157a83fd7c100e98ee0aad003"
|
||||
integrity sha512-JG3eIAj5V9CwcGvuOmoo6LB9kbAYT8HXffUl6memuszlwDC/qvFAJw49XJ5NROSFNPxp3iQg1GqkFhaY/CR0IA==
|
||||
dependencies:
|
||||
ansi-escapes "^4.2.1"
|
||||
chalk "^3.0.0"
|
||||
chalk "^4.1.0"
|
||||
cli-cursor "^3.1.0"
|
||||
cli-width "^2.0.0"
|
||||
cli-width "^3.0.0"
|
||||
external-editor "^3.0.3"
|
||||
figures "^3.0.0"
|
||||
lodash "^4.17.15"
|
||||
lodash "^4.17.19"
|
||||
mute-stream "0.0.8"
|
||||
run-async "^2.4.0"
|
||||
rxjs "^6.5.3"
|
||||
rxjs "^6.6.0"
|
||||
string-width "^4.1.0"
|
||||
strip-ansi "^6.0.0"
|
||||
through "^2.3.6"
|
||||
@@ -11625,10 +11630,10 @@ rx-lite@*, rx-lite@^4.0.8:
|
||||
resolved "https://registry.yarnpkg.com/rx-lite/-/rx-lite-4.0.8.tgz#0b1e11af8bc44836f04a6407e92da42467b79444"
|
||||
integrity sha1-Cx4Rr4vESDbwSmQH6S2kJGe3lEQ=
|
||||
|
||||
rxjs@^6.4.0, rxjs@^6.5.3:
|
||||
version "6.5.4"
|
||||
resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-6.5.4.tgz#e0777fe0d184cec7872df147f303572d414e211c"
|
||||
integrity sha512-naMQXcgEo3csAEGvw/NydRA0fuS2nDZJiw1YUWFKU7aPPAPGZEsD4Iimit96qwCieH6y614MCLYwdkrWx7z/7Q==
|
||||
rxjs@^6.4.0, rxjs@^6.6.0:
|
||||
version "6.6.3"
|
||||
resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-6.6.3.tgz#8ca84635c4daa900c0d3967a6ee7ac60271ee552"
|
||||
integrity sha512-trsQc+xYYXZ3urjOiJOuCOa5N3jAZ3eiSpQB5hIT8zGlL2QfnHLJ2r7GMkBGuIausdJN1OneaI6gQlsqNHHmZQ==
|
||||
dependencies:
|
||||
tslib "^1.9.0"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user