Skip to content

Commit aefd33c

Browse files
dependabot-preview[bot]malept
authored andcommitted
chore(deps): bump inquirer from 6.4.1 to 6.5.0 (#1012)
* chore(deps): bump inquirer from 6.4.1 to 6.5.0 Bumps [inquirer](https://github.com/SBoudrias/Inquirer.js) from 6.4.1 to 6.5.0. - [Release notes](https://github.com/SBoudrias/Inquirer.js/releases) - [Commits](https://github.com/SBoudrias/Inquirer.js/compare/inquirer@6.4.1...inquirer@6.5.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> * Update the cli package too
1 parent edea6f9 commit aefd33c

File tree

3 files changed

+23
-9
lines changed

3 files changed

+23
-9
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"glob": "^7.1.4",
6060
"global": "^4.3.2",
6161
"html-webpack-plugin": "^3.2.0",
62-
"inquirer": "^6.4.1",
62+
"inquirer": "^6.5.0",
6363
"lodash.merge": "^4.6.2",
6464
"lodash.template": "^4.5.0",
6565
"log-symbols": "^3.0.0",

packages/api/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"commander": "^2.9.0",
2222
"debug": "^4.1.0",
2323
"fs-extra": "^8.1.0",
24-
"inquirer": "^6.4.1",
24+
"inquirer": "^6.5.0",
2525
"semver": "^6.2.0"
2626
},
2727
"engines": {

yarn.lock

Lines changed: 21 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3714,7 +3714,7 @@ extend@~3.0.2:
37143714
resolved "https://registry.yarnpkg.com/extend/-/extend-3.0.2.tgz#f8b1136b4071fbd8eb140aff858b1019ec2915fa"
37153715
integrity sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g==
37163716

3717-
external-editor@^3.0.0, external-editor@^3.0.3:
3717+
external-editor@^3.0.0:
37183718
version "3.0.3"
37193719
resolved "https://registry.yarnpkg.com/external-editor/-/external-editor-3.0.3.tgz#5866db29a97826dbe4bf3afd24070ead9ea43a27"
37203720
integrity sha512-bn71H9+qWoOQKyZDo25mOMVpSmXROAsTJVVVYzrrtol3d4y+AsKjf4Iwl2Q+IuT0kFSQ1qo166UuIwqYq7mGnA==
@@ -3723,6 +3723,15 @@ external-editor@^3.0.0, external-editor@^3.0.3:
37233723
iconv-lite "^0.4.24"
37243724
tmp "^0.0.33"
37253725

3726+
external-editor@^3.0.3:
3727+
version "3.1.0"
3728+
resolved "https://registry.yarnpkg.com/external-editor/-/external-editor-3.1.0.tgz#cb03f740befae03ea4d283caed2741a83f335495"
3729+
integrity sha512-hMQ4CX1p1izmuLYyZqLMO/qGNw10wSv9QDCPfzXfyFrOaCSSoRfqE1Kf1s5an66J5JZC62NewG+mK49jOCtQew==
3730+
dependencies:
3731+
chardet "^0.7.0"
3732+
iconv-lite "^0.4.24"
3733+
tmp "^0.0.33"
3734+
37263735
extglob@^2.0.4:
37273736
version "2.0.4"
37283737
resolved "https://registry.yarnpkg.com/extglob/-/extglob-2.0.4.tgz#ad00fe4dc612a9232e8718711dc5cb5ab0285543"
@@ -4709,18 +4718,18 @@ inquirer@6.2.0:
47094718
strip-ansi "^4.0.0"
47104719
through "^2.3.6"
47114720

4712-
inquirer@^6.2.0, inquirer@^6.2.2, inquirer@^6.3.1, inquirer@^6.4.1:
4713-
version "6.4.1"
4714-
resolved "https://registry.yarnpkg.com/inquirer/-/inquirer-6.4.1.tgz#7bd9e5ab0567cd23b41b0180b68e0cfa82fc3c0b"
4715-
integrity sha512-/Jw+qPZx4EDYsaT6uz7F4GJRNFMRdKNeUZw3ZnKV8lyuUgz/YWRCSUAJMZSVhSq4Ec0R2oYnyi6b3d4JXcL5Nw==
4721+
inquirer@^6.2.0, inquirer@^6.2.2, inquirer@^6.3.1, inquirer@^6.5.0:
4722+
version "6.5.0"
4723+
resolved "https://registry.yarnpkg.com/inquirer/-/inquirer-6.5.0.tgz#2303317efc9a4ea7ec2e2df6f86569b734accf42"
4724+
integrity sha512-scfHejeG/lVZSpvCXpsB4j/wQNPM5JC8kiElOI0OUTwmc1RTpXr4H32/HOlQHcZiYl2z2VElwuCVDRG8vFmbnA==
47164725
dependencies:
47174726
ansi-escapes "^3.2.0"
47184727
chalk "^2.4.2"
47194728
cli-cursor "^2.1.0"
47204729
cli-width "^2.0.0"
47214730
external-editor "^3.0.3"
47224731
figures "^2.0.0"
4723-
lodash "^4.17.11"
4732+
lodash "^4.17.12"
47244733
mute-stream "0.0.7"
47254734
run-async "^2.2.0"
47264735
rxjs "^6.4.0"
@@ -5513,11 +5522,16 @@ lodash.uniq@^4.5.0:
55135522
resolved "https://registry.yarnpkg.com/lodash.uniq/-/lodash.uniq-4.5.0.tgz#d0225373aeb652adc1bc82e4945339a842754773"
55145523
integrity sha1-0CJTc662Uq3BvILklFM5qEJ1R3M=
55155524

5516-
lodash@4.17.11, lodash@^4.13.0, lodash@^4.16.2, lodash@^4.17.10, lodash@^4.17.11, lodash@^4.17.3, lodash@^4.17.4, lodash@^4.17.5:
5525+
lodash@4.17.11:
55175526
version "4.17.11"
55185527
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.11.tgz#b39ea6229ef607ecd89e2c8df12536891cac9b8d"
55195528
integrity sha512-cQKh8igo5QUhZ7lg38DYWAxMvjSAKG0A8wGSVimP07SIUEK2UO+arSRKbRZWtelMtN5V0Hkwh5ryOto/SshYIg==
55205529

5530+
lodash@^4.13.0, lodash@^4.16.2, lodash@^4.17.10, lodash@^4.17.11, lodash@^4.17.12, lodash@^4.17.3, lodash@^4.17.4, lodash@^4.17.5:
5531+
version "4.17.14"
5532+
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.14.tgz#9ce487ae66c96254fe20b599f21b6816028078ba"
5533+
integrity sha512-mmKYbW3GLuJeX+iGP+Y7Gp1AiGHGbXHCOh/jZmrawMmsE7MS4znI3RL2FsjbqOyMayHInjOeykW7PEajUk1/xw==
5534+
55215535
log-driver@^1.2.7:
55225536
version "1.2.7"
55235537
resolved "https://registry.yarnpkg.com/log-driver/-/log-driver-1.2.7.tgz#63b95021f0702fedfa2c9bb0a24e7797d71871d8"

0 commit comments

Comments
 (0)