Skip to content

Commit 934df80

Browse files
committed
fix(deps): update dependency inquirer to ^7.2.0
1 parent 0584d8a commit 934df80

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"delay": "^4.3.0",
5151
"execa": "^4.0.2",
5252
"got": "^10.7.0",
53-
"inquirer": "^7.1.0",
53+
"inquirer": "^7.2.0",
5454
"js-yaml": "^3.14.0",
5555
"mkdirp-promise": "^5.0.1",
5656
"mz": "^2.7.0",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3162,10 +3162,10 @@ init-package-json@^1.10.3:
31623162
validate-npm-package-license "^3.0.1"
31633163
validate-npm-package-name "^3.0.0"
31643164

3165-
inquirer@^7.0.0, inquirer@^7.1.0:
3166-
version "7.1.0"
3167-
resolved "https://registry.yarnpkg.com/inquirer/-/inquirer-7.1.0.tgz#1298a01859883e17c7264b82870ae1034f92dd29"
3168-
integrity sha512-5fJMWEmikSYu0nv/flMc475MhGbB7TSPd/2IpFV4I4rMklboCH2rQjYY5kKiYGHqUF9gvaambupcJFFG9dvReg==
3165+
inquirer@^7.0.0, inquirer@^7.2.0:
3166+
version "7.2.0"
3167+
resolved "https://registry.yarnpkg.com/inquirer/-/inquirer-7.2.0.tgz#63ce99d823090de7eb420e4bb05e6f3449aa389a"
3168+
integrity sha512-E0c4rPwr9ByePfNlTIB8z51kK1s2n6jrHuJeEHENl/sbq2G/S1auvibgEwNR4uSyiU+PiYHqSwsgGiXjG8p5ZQ==
31693169
dependencies:
31703170
ansi-escapes "^4.2.1"
31713171
chalk "^3.0.0"

0 commit comments

Comments
 (0)