Skip to content

Commit

Permalink
Merge pull request #499 from nestjs/renovate/inquirer-7.x
Browse files Browse the repository at this point in the history
fix(deps): update dependency inquirer to v7.0.1
  • Loading branch information
kamilmysliwiec committed Dec 21, 2019
2 parents f360bde + eea8481 commit 7d8d9f5
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 41 deletions.
61 changes: 27 additions & 34 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"commander": "4.0.1",
"copyfiles": "2.1.1",
"fork-ts-checker-webpack-plugin": "3.1.1",
"inquirer": "7.0.0",
"inquirer": "7.0.1",
"node-emoji": "1.10.0",
"ora": "4.0.3",
"os-name": "3.1.0",
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3132,10 +3132,10 @@ inquirer@6.5.1:
strip-ansi "^5.1.0"
through "^2.3.6"

inquirer@7.0.0:
version "7.0.0"
resolved "https://registry.yarnpkg.com/inquirer/-/inquirer-7.0.0.tgz#9e2b032dde77da1db5db804758b8fea3a970519a"
integrity sha512-rSdC7zelHdRQFkWnhsMu2+2SO41mpv2oF2zy4tMhmiLWkcKbOAs87fWAJhVXttKVwhdZvymvnuM95EyEXg2/tQ==
inquirer@7.0.1:
version "7.0.1"
resolved "https://registry.yarnpkg.com/inquirer/-/inquirer-7.0.1.tgz#13f7980eedc73c689feff3994b109c4e799c6ebb"
integrity sha512-V1FFQ3TIO15det8PijPLFR9M9baSlnRs9nL7zWu1MNVA2T9YVl9ZbrHJhYs7e9X8jeMZ3lr2JH/rdHFgNCBdYw==
dependencies:
ansi-escapes "^4.2.1"
chalk "^2.4.2"
Expand All @@ -3146,7 +3146,7 @@ inquirer@7.0.0:
lodash "^4.17.15"
mute-stream "0.0.8"
run-async "^2.2.0"
rxjs "^6.4.0"
rxjs "^6.5.3"
string-width "^4.1.0"
strip-ansi "^5.1.0"
through "^2.3.6"
Expand Down Expand Up @@ -5541,7 +5541,7 @@ rxjs@6.4.0:
dependencies:
tslib "^1.9.0"

rxjs@^6.4.0:
rxjs@^6.4.0, rxjs@^6.5.3:
version "6.5.3"
resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-6.5.3.tgz#510e26317f4db91a7eb1de77d9dd9ba0a4899a3a"
integrity sha512-wuYsAYYFdWTAnAaPoKGNhfpWwKZbJW+HgAJ+mImp+Epl7BG8oNWBCTyRM8gba9k4lk8BgWdoYm21Mo/RYhhbgA==
Expand Down

0 comments on commit 7d8d9f5

Please sign in to comment.