Skip to content

Commit

Permalink
fix(deps): update dependency @types/inquirer to v7 (#74)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <[email protected]>
  • Loading branch information
renovate[bot] and renovate-bot authored Jul 21, 2020
1 parent febab63 commit f5a53d1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"author": "",
"license": "MIT",
"dependencies": {
"@types/inquirer": "^6.5.0",
"@types/inquirer": "^7.0.0",
"@types/yargs": "^15.0.5",
"inquirer": "^7.3.0",
"string-argv": "^0.3.1",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -599,10 +599,10 @@
dependencies:
"@types/node" "*"

"@types/inquirer@^6.5.0":
version "6.5.0"
resolved "https://registry.yarnpkg.com/@types/inquirer/-/inquirer-6.5.0.tgz#b83b0bf30b88b8be7246d40e51d32fe9d10e09be"
integrity sha512-rjaYQ9b9y/VFGOpqBEXRavc3jh0a+e6evAbI31tMda8VlPaSy0AZJfXsvmIe3wklc7W6C3zCSfleuMXR7NOyXw==
"@types/inquirer@^7.0.0":
version "7.3.0"
resolved "https://registry.yarnpkg.com/@types/inquirer/-/inquirer-7.3.0.tgz#a1233632ea6249f14eb481dae91138e747b85664"
integrity sha512-wcPs5jTrZYQBzzPlvUEzBcptzO4We2sijSvkBq8oAKRMJoH8PvrmP6QQnxLB5RScNUmRfujxA+ngxD4gk4xe7Q==
dependencies:
"@types/through" "*"
rxjs "^6.4.0"
Expand Down

0 comments on commit f5a53d1

Please sign in to comment.