Skip to content

Commit

Permalink
build(deps-dev): upgrade @types/inquirer to ^7.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
malept committed Jul 22, 2020
1 parent 95bbcd6 commit a1dcb63
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -98,7 +98,7 @@
"@types/fs-extra": "^9.0.1",
"@types/glob": "^7.1.3",
"@types/html-minifier-terser": "^5.0.0",
"@types/inquirer": "^6.5.0",
"@types/inquirer": "^7.3.0",
"@types/listr": "^0.14.2",
"@types/lodash": "^4.14.157",
"@types/mime-types": "^2.1.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Expand Up @@ -1238,10 +1238,10 @@
resolved "https://registry.yarnpkg.com/@types/html-minifier-terser/-/html-minifier-terser-5.1.0.tgz#551a4589b6ee2cc9c1dff08056128aec29b94880"
integrity sha512-iYCgjm1dGPRuo12+BStjd1HiVQqhlRhWDOQigNxn023HcjnhsiFz9pc6CzJj4HwDCSQca9bxTL4PxJDbkdm3PA==

"@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.3.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 a1dcb63

Please sign in to comment.