Skip to content

Commit

Permalink
build(deps): bump inquirer from 7.0.3 to 7.0.4 (#1437)
Browse files Browse the repository at this point in the history
* build(deps): bump inquirer from 7.0.3 to 7.0.4

Bumps [inquirer](https://github.com/SBoudrias/Inquirer.js) from 7.0.3 to 7.0.4.
- [Release notes](https://github.com/SBoudrias/Inquirer.js/releases)
- [Commits](https://github.com/SBoudrias/Inquirer.js/compare/inquirer@7.0.3...inquirer@7.0.4)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Finish upgrading via bolt
  • Loading branch information
dependabot-preview[bot] authored and malept committed Jan 28, 2020
1 parent bf8d58d commit f8a6f44
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
"glob": "^7.1.5",
"global": "^4.3.2",
"html-webpack-plugin": "^3.2.0",
"inquirer": "^7.0.1",
"inquirer": "^7.0.4",
"lodash.merge": "^4.6.2",
"lodash.template": "^4.5.0",
"log-symbols": "^3.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/api/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"commander": "^4.0.1",
"debug": "^4.1.0",
"fs-extra": "^8.1.0",
"inquirer": "^7.0.1",
"inquirer": "^7.0.4",
"semver": "^7.1.1"
},
"engines": {
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5111,10 +5111,10 @@ inquirer@^6.2.0, inquirer@^6.3.1:
strip-ansi "^5.1.0"
through "^2.3.6"

inquirer@^7.0.0, inquirer@^7.0.1:
version "7.0.3"
resolved "https://registry.yarnpkg.com/inquirer/-/inquirer-7.0.3.tgz#f9b4cd2dff58b9f73e8d43759436ace15bed4567"
integrity sha512-+OiOVeVydu4hnCGLCSX+wedovR/Yzskv9BFqUNNKq9uU2qg7LCcCo3R86S2E7WLo0y/x2pnEZfZe1CoYnORUAw==
inquirer@^7.0.0, inquirer@^7.0.4:
version "7.0.4"
resolved "https://registry.yarnpkg.com/inquirer/-/inquirer-7.0.4.tgz#99af5bde47153abca23f5c7fc30db247f39da703"
integrity sha512-Bu5Td5+j11sCkqfqmUTiwv+tWisMtP0L7Q8WrqA2C/BbBhy1YTdFrvjjlrKq8oagA/tLQBski2Gcx/Sqyi2qSQ==
dependencies:
ansi-escapes "^4.2.1"
chalk "^2.4.2"
Expand Down

0 comments on commit f8a6f44

Please sign in to comment.