Skip to content

Commit

Permalink
build(deps): bump inquirer from 7.0.5 to 7.0.6 (#1551)
Browse files Browse the repository at this point in the history
* build(deps): bump inquirer from 7.0.5 to 7.0.6

Bumps [inquirer](https:/SBoudrias/Inquirer.js) from 7.0.5 to 7.0.6.
- [Release notes](https:/SBoudrias/Inquirer.js/releases)
- [Commits](https:/SBoudrias/Inquirer.js/compare/[email protected]@7.0.6)

Signed-off-by: dependabot-preview[bot] <[email protected]>

* Finish upgrading via bolt
  • Loading branch information
malept authored Mar 5, 2020
1 parent 6dd4f3e commit a75d0e0
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 @@ -54,7 +54,7 @@
"glob": "^7.1.5",
"global": "^4.3.2",
"html-webpack-plugin": "^3.2.0",
"inquirer": "^7.0.5",
"inquirer": "^7.0.6",
"lodash": "^4.17.15",
"log-symbols": "^3.0.0",
"mime-types": "^2.1.25",
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.1.1",
"debug": "^4.1.0",
"fs-extra": "^8.1.0",
"inquirer": "^7.0.5",
"inquirer": "^7.0.6",
"semver": "^7.1.3"
},
"engines": {
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5220,10 +5220,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.5:
version "7.0.5"
resolved "https://registry.yarnpkg.com/inquirer/-/inquirer-7.0.5.tgz#fb95b238ba19966c1a1f55db53c3f0ce5c9e4275"
integrity sha512-6Z5cP+LAO0rzNE7xWjWtT84jxKa5ScLEGLgegPXeO3dGeU8lNe5Ii7SlXH6KVtLGlDuaEhsvsFjrjWjw8j5lFg==
inquirer@^7.0.0, inquirer@^7.0.6:
version "7.0.6"
resolved "https://registry.yarnpkg.com/inquirer/-/inquirer-7.0.6.tgz#ee4ff0ea7ecda5324656fe665878790f66df7d0c"
integrity sha512-7SVO4h+QIdMq6XcqIqrNte3gS5MzCCKZdsq9DO4PJziBFNYzP3PGFbDjgadDb//MCahzgjCxvQ/O2wa7kx9o4w==
dependencies:
ansi-escapes "^4.2.1"
chalk "^3.0.0"
Expand Down

0 comments on commit a75d0e0

Please sign in to comment.