Skip to content

Commit

Permalink
chore(deps): update dependency inquirer to v4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and Haroenv committed Nov 16, 2017
1 parent ca94a52 commit 75deaa2
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
"gh-pages": "1.0.0",
"happypack": "4.0.0",
"html-webpack-plugin": "2.30.1",
"inquirer": "3.3.0",
"inquirer": "4.0.0",
"jest": "21.1.0",
"jsdom-global": "3.0.2",
"json": "9.0.6",
Expand Down
25 changes: 22 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4828,9 +4828,9 @@ inquirer@3.0.6:
strip-ansi "^3.0.0"
through "^2.3.6"

inquirer@3.3.0, inquirer@^3.0.6, inquirer@~3.3.0:
version "3.3.0"
resolved "https://registry.yarnpkg.com/inquirer/-/inquirer-3.3.0.tgz#9dd2f2ad765dcab1ff0443b491442a20ba227dc9"
inquirer@4.0.0:
version "4.0.0"
resolved "https://registry.yarnpkg.com/inquirer/-/inquirer-4.0.0.tgz#56c6354ae4e6201917027249bbd7667fca2cc031"
dependencies:
ansi-escapes "^3.0.0"
chalk "^2.0.0"
Expand Down Expand Up @@ -4865,6 +4865,25 @@ inquirer@^0.12.0:
strip-ansi "^3.0.0"
through "^2.3.6"

inquirer@^3.0.6, inquirer@~3.3.0:
version "3.3.0"
resolved "https://registry.yarnpkg.com/inquirer/-/inquirer-3.3.0.tgz#9dd2f2ad765dcab1ff0443b491442a20ba227dc9"
dependencies:
ansi-escapes "^3.0.0"
chalk "^2.0.0"
cli-cursor "^2.1.0"
cli-width "^2.0.0"
external-editor "^2.0.4"
figures "^2.0.0"
lodash "^4.3.0"
mute-stream "0.0.7"
run-async "^2.2.0"
rx-lite "^4.0.8"
rx-lite-aggregates "^4.0.8"
string-width "^2.1.0"
strip-ansi "^4.0.0"
through "^2.3.6"

internal-ip@^2.0.2:
version "2.0.3"
resolved "https://registry.yarnpkg.com/internal-ip/-/internal-ip-2.0.3.tgz#ed3cf9b671ac7ff23037bfacad42eb439cd9546c"
Expand Down

0 comments on commit 75deaa2

Please sign in to comment.