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

Commit 493185e

Browse files
fix(deps): update dependency inquirer to v6.1.0 (#192)
1 parent 1a5d33d commit 493185e

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
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.30.0",
4040
"chalk": "2.4.1",
4141
"commander": "2.17.1",
42-
"inquirer": "6.0.0",
42+
"inquirer": "6.1.0",
4343
"jstransformer-handlebars": "1.1.0",
4444
"latest-semver": "1.0.0",
4545
"load-json-file": "5.0.0",

yarn.lock

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2861,6 +2861,24 @@ inquirer@6.0.0:
28612861
strip-ansi "^4.0.0"
28622862
through "^2.3.6"
28632863

2864+
inquirer@6.1.0:
2865+
version "6.1.0"
2866+
resolved "https://registry.yarnpkg.com/inquirer/-/inquirer-6.1.0.tgz#8f65c7b31c498285f4ddf3b742ad8c487892040b"
2867+
dependencies:
2868+
ansi-escapes "^3.0.0"
2869+
chalk "^2.0.0"
2870+
cli-cursor "^2.1.0"
2871+
cli-width "^2.0.0"
2872+
external-editor "^3.0.0"
2873+
figures "^2.0.0"
2874+
lodash "^4.3.0"
2875+
mute-stream "0.0.7"
2876+
run-async "^2.2.0"
2877+
rxjs "^6.1.0"
2878+
string-width "^2.1.0"
2879+
strip-ansi "^4.0.0"
2880+
through "^2.3.6"
2881+
28642882
inquirer@^5.2.0:
28652883
version "5.2.0"
28662884
resolved "https://registry.yarnpkg.com/inquirer/-/inquirer-5.2.0.tgz#db350c2b73daca77ff1243962e9f22f099685726"

0 commit comments

Comments
 (0)