Skip to content
This repository was archived by the owner on Dec 16, 2022. It is now read-only.

Commit 185c2a3

Browse files
renovate[bot]francoischalifour
authored andcommitted
fix(deps): update dependency inquirer to v6 (#127)
1 parent 5089625 commit 185c2a3

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"algoliasearch": "3.29.0",
4040
"chalk": "2.4.1",
4141
"commander": "2.16.0",
42-
"inquirer": "5.2.0",
42+
"inquirer": "6.0.0",
4343
"jstransformer-handlebars": "1.1.0",
4444
"latest-semver": "1.0.0",
4545
"load-json-file": "5.0.0",

yarn.lock

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2823,38 +2823,38 @@ inputformat-to-jstransformer@^1.2.1:
28232823
dependencies:
28242824
require-one "^1.0.3"
28252825

2826-
inquirer@5.2.0, inquirer@^5.2.0:
2827-
version "5.2.0"
2828-
resolved "https://registry.yarnpkg.com/inquirer/-/inquirer-5.2.0.tgz#db350c2b73daca77ff1243962e9f22f099685726"
2826+
inquirer@6.0.0:
2827+
version "6.0.0"
2828+
resolved "https://registry.yarnpkg.com/inquirer/-/inquirer-6.0.0.tgz#e8c20303ddc15bbfc2c12a6213710ccd9e1413d8"
28292829
dependencies:
28302830
ansi-escapes "^3.0.0"
28312831
chalk "^2.0.0"
28322832
cli-cursor "^2.1.0"
28332833
cli-width "^2.0.0"
2834-
external-editor "^2.1.0"
2834+
external-editor "^3.0.0"
28352835
figures "^2.0.0"
28362836
lodash "^4.3.0"
28372837
mute-stream "0.0.7"
28382838
run-async "^2.2.0"
2839-
rxjs "^5.5.2"
2839+
rxjs "^6.1.0"
28402840
string-width "^2.1.0"
28412841
strip-ansi "^4.0.0"
28422842
through "^2.3.6"
28432843

2844-
inquirer@6.0.0:
2845-
version "6.0.0"
2846-
resolved "https://registry.yarnpkg.com/inquirer/-/inquirer-6.0.0.tgz#e8c20303ddc15bbfc2c12a6213710ccd9e1413d8"
2844+
inquirer@^5.2.0:
2845+
version "5.2.0"
2846+
resolved "https://registry.yarnpkg.com/inquirer/-/inquirer-5.2.0.tgz#db350c2b73daca77ff1243962e9f22f099685726"
28472847
dependencies:
28482848
ansi-escapes "^3.0.0"
28492849
chalk "^2.0.0"
28502850
cli-cursor "^2.1.0"
28512851
cli-width "^2.0.0"
2852-
external-editor "^3.0.0"
2852+
external-editor "^2.1.0"
28532853
figures "^2.0.0"
28542854
lodash "^4.3.0"
28552855
mute-stream "0.0.7"
28562856
run-async "^2.2.0"
2857-
rxjs "^6.1.0"
2857+
rxjs "^5.5.2"
28582858
string-width "^2.1.0"
28592859
strip-ansi "^4.0.0"
28602860
through "^2.3.6"

0 commit comments

Comments
 (0)