Skip to content

Commit 1702600

Browse files
committed
fix(deps): update dependency inquirer to ^7.3.3
1 parent 17b8412 commit 1702600

File tree

2 files changed

+22
-22
lines changed

2 files changed

+22
-22
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"delay": "^4.3.0",
5353
"execa": "^4.0.2",
5454
"got": "^10.7.0",
55-
"inquirer": "^7.1.0",
55+
"inquirer": "^7.3.3",
5656
"js-yaml": "^3.14.0",
5757
"mkdirp-promise": "^5.0.1",
5858
"mz": "^2.7.0",
@@ -66,7 +66,7 @@
6666
"@sourcegraph/prettierrc": "^3.0.3",
6767
"@sourcegraph/tsconfig": "^4.0.1",
6868
"@types/execa": "0.9.0",
69-
"@types/inquirer": "6.5.0",
69+
"@types/inquirer": "7.3.3",
7070
"@types/js-yaml": "3.12.5",
7171
"@types/mkdirp-promise": "5.0.0",
7272
"@types/mz": "2.7.3",

yarn.lock

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -618,10 +618,10 @@
618618
resolved "https://registry.yarnpkg.com/@types/http-cache-semantics/-/http-cache-semantics-4.0.0.tgz#9140779736aa2655635ee756e2467d787cfe8a2a"
619619
integrity sha512-c3Xy026kOF7QOTn00hbIllV1dLR9hG9NkSrLQgCVs8NF6sBU+VGWjD3wLPhmh1TYAc7ugCFsvHYMN4VcBN1U1A==
620620

621-
"@types/inquirer@6.5.0":
622-
version "6.5.0"
623-
resolved "https://registry.yarnpkg.com/@types/inquirer/-/inquirer-6.5.0.tgz#b83b0bf30b88b8be7246d40e51d32fe9d10e09be"
624-
integrity sha512-rjaYQ9b9y/VFGOpqBEXRavc3jh0a+e6evAbI31tMda8VlPaSy0AZJfXsvmIe3wklc7W6C3zCSfleuMXR7NOyXw==
621+
"@types/inquirer@7.3.3":
622+
version "7.3.3"
623+
resolved "https://registry.yarnpkg.com/@types/inquirer/-/inquirer-7.3.3.tgz#92e6676efb67fa6925c69a2ee638f67a822952ac"
624+
integrity sha512-HhxyLejTHMfohAuhRun4csWigAMjXTmRyiJTU1Y/I1xmggikFMkOUoMQRlFm+zQcPEGHSs3io/0FAmNZf8EymQ==
625625
dependencies:
626626
"@types/through" "*"
627627
rxjs "^6.4.0"
@@ -1516,10 +1516,10 @@ cli-table@^0.3.1:
15161516
dependencies:
15171517
colors "1.0.3"
15181518

1519-
cli-width@^2.0.0:
1520-
version "2.2.0"
1521-
resolved "https://registry.yarnpkg.com/cli-width/-/cli-width-2.2.0.tgz#ff19ede8a9a5e579324147b0c11f0fbcbabed639"
1522-
integrity sha1-/xnt6Kml5XkyQUewwR8PvLq+1jk=
1519+
cli-width@^3.0.0:
1520+
version "3.0.0"
1521+
resolved "https://registry.yarnpkg.com/cli-width/-/cli-width-3.0.0.tgz#a2f48437a2caa9a22436e794bf071ec9e61cedf6"
1522+
integrity sha512-FxqpkPPwu1HjuN93Omfm4h8uIanXofW0RxVEW3k5RKx+mJJYSthzNhp32Kzxxy3YAEZ/Dc/EWN1vZRY0+kOhbw==
15231523

15241524
cliui@^3.2.0:
15251525
version "3.2.0"
@@ -3573,21 +3573,21 @@ init-package-json@^1.10.3:
35733573
validate-npm-package-license "^3.0.1"
35743574
validate-npm-package-name "^3.0.0"
35753575

3576-
inquirer@^7.1.0:
3577-
version "7.1.0"
3578-
resolved "https://registry.yarnpkg.com/inquirer/-/inquirer-7.1.0.tgz#1298a01859883e17c7264b82870ae1034f92dd29"
3579-
integrity sha512-5fJMWEmikSYu0nv/flMc475MhGbB7TSPd/2IpFV4I4rMklboCH2rQjYY5kKiYGHqUF9gvaambupcJFFG9dvReg==
3576+
inquirer@^7.3.3:
3577+
version "7.3.3"
3578+
resolved "https://registry.yarnpkg.com/inquirer/-/inquirer-7.3.3.tgz#04d176b2af04afc157a83fd7c100e98ee0aad003"
3579+
integrity sha512-JG3eIAj5V9CwcGvuOmoo6LB9kbAYT8HXffUl6memuszlwDC/qvFAJw49XJ5NROSFNPxp3iQg1GqkFhaY/CR0IA==
35803580
dependencies:
35813581
ansi-escapes "^4.2.1"
3582-
chalk "^3.0.0"
3582+
chalk "^4.1.0"
35833583
cli-cursor "^3.1.0"
3584-
cli-width "^2.0.0"
3584+
cli-width "^3.0.0"
35853585
external-editor "^3.0.3"
35863586
figures "^3.0.0"
3587-
lodash "^4.17.15"
3587+
lodash "^4.17.19"
35883588
mute-stream "0.0.8"
35893589
run-async "^2.4.0"
3590-
rxjs "^6.5.3"
3590+
rxjs "^6.6.0"
35913591
string-width "^4.1.0"
35923592
strip-ansi "^6.0.0"
35933593
through "^2.3.6"
@@ -6229,10 +6229,10 @@ rxjs-report-usage@^1.0.4:
62296229
glob "~7.1.6"
62306230
prompts "~2.3.2"
62316231

6232-
rxjs@^6.4.0, rxjs@^6.5.3:
6233-
version "6.5.4"
6234-
resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-6.5.4.tgz#e0777fe0d184cec7872df147f303572d414e211c"
6235-
integrity sha512-naMQXcgEo3csAEGvw/NydRA0fuS2nDZJiw1YUWFKU7aPPAPGZEsD4Iimit96qwCieH6y614MCLYwdkrWx7z/7Q==
6232+
rxjs@^6.4.0, rxjs@^6.6.0:
6233+
version "6.6.7"
6234+
resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-6.6.7.tgz#90ac018acabf491bf65044235d5863c4dab804c9"
6235+
integrity sha512-hTdwr+7yYNIT5n4AMYp85KA6yw2Va0FLa3Rguvbpa4W3I5xynaBZo41cM3XM+4Q6fRMj3sBYIR1VAmZMXYJvRQ==
62366236
dependencies:
62376237
tslib "^1.9.0"
62386238

0 commit comments

Comments
 (0)