Skip to content

Commit

Permalink
Upgrade: Bump @types/inquirer from 6.0.0 to 6.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot-support authored and dependabot[bot] committed Apr 24, 2019
1 parent 38b698b commit 277c163
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion packages/create-hintrc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"description": "webhint's configuration file initializer package",
"devDependencies": {
"@hint/utils": "^1.0.0",
"@types/inquirer": "^6.0.0",
"@types/inquirer": "^6.0.1",
"@types/node": "^11.13.5",
"@types/proxyquire": "^1.3.28",
"@types/sinon": "^7.0.11",
Expand Down
2 changes: 1 addition & 1 deletion packages/create-parser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"description": "webhint's parser initializer package",
"devDependencies": {
"@hint/utils": "^1.0.0",
"@types/inquirer": "^6.0.0",
"@types/inquirer": "^6.0.1",
"@types/mkdirp": "^0.5.2",
"@types/node": "^11.13.5",
"@types/proxyquire": "^1.3.28",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -692,10 +692,10 @@
dependencies:
"@types/node" "*"

"@types/inquirer@^6.0.0":
version "6.0.0"
resolved "https://registry.yarnpkg.com/@types/inquirer/-/inquirer-6.0.0.tgz#bbf3c915f9266e30adf78fc2f3df72f205287aca"
integrity sha512-4evhNF+xgdnXNBKouwlZl4JW7uhv9t6JSCOOEg1s61T4QP+UbvyGWTSxj2SjAXz61ZvohJkepHU6p8KzHAClbg==
"@types/inquirer@^6.0.1":
version "6.0.1"
resolved "https://registry.yarnpkg.com/@types/inquirer/-/inquirer-6.0.1.tgz#ea9b483a81f16f4f0d27d5c8d9d081dfa36c4ee9"
integrity sha512-O9rEHE9iBvYaFAGS0fAlDzqY/3CsOrRKzni4zwnAEce2JrHUEbXAce2Pwwe8ZGzmQkucwSXn1tSiKig37INgfA==
dependencies:
"@types/through" "*"
rxjs ">=6.4.0"
Expand Down

0 comments on commit 277c163

Please sign in to comment.