Skip to content

Commit 5dfd28d

Browse files
committed
fix(deps): update dependency inquirer to ^7.3.3
1 parent 4ddd4b7 commit 5dfd28d

2 files changed

Lines changed: 22 additions & 22 deletions

File tree

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.2",
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
@@ -604,10 +604,10 @@
604604
resolved "https://registry.yarnpkg.com/@types/http-cache-semantics/-/http-cache-semantics-4.0.0.tgz#9140779736aa2655635ee756e2467d787cfe8a2a"
605605
integrity sha512-c3Xy026kOF7QOTn00hbIllV1dLR9hG9NkSrLQgCVs8NF6sBU+VGWjD3wLPhmh1TYAc7ugCFsvHYMN4VcBN1U1A==
606606

607-
"@types/inquirer@6.5.0":
608-
version "6.5.0"
609-
resolved "https://registry.yarnpkg.com/@types/inquirer/-/inquirer-6.5.0.tgz#b83b0bf30b88b8be7246d40e51d32fe9d10e09be"
610-
integrity sha512-rjaYQ9b9y/VFGOpqBEXRavc3jh0a+e6evAbI31tMda8VlPaSy0AZJfXsvmIe3wklc7W6C3zCSfleuMXR7NOyXw==
607+
"@types/inquirer@7.3.2":
608+
version "7.3.2"
609+
resolved "https://registry.yarnpkg.com/@types/inquirer/-/inquirer-7.3.2.tgz#35d2ef4d98dd42feeb4e1256cdeb9f13f457d420"
610+
integrity sha512-EkeX/hU0SWinA2c7Qu/+6+7KbepFPYJcjankUgtA/VSY6BlVHybL0Cgyey9PDbXwhNXnNGBLU3t+MORp23RgAw==
611611
dependencies:
612612
"@types/through" "*"
613613
rxjs "^6.4.0"
@@ -1502,10 +1502,10 @@ cli-table@^0.3.1:
15021502
dependencies:
15031503
colors "1.0.3"
15041504

1505-
cli-width@^2.0.0:
1506-
version "2.2.0"
1507-
resolved "https://registry.yarnpkg.com/cli-width/-/cli-width-2.2.0.tgz#ff19ede8a9a5e579324147b0c11f0fbcbabed639"
1508-
integrity sha1-/xnt6Kml5XkyQUewwR8PvLq+1jk=
1505+
cli-width@^3.0.0:
1506+
version "3.0.0"
1507+
resolved "https://registry.yarnpkg.com/cli-width/-/cli-width-3.0.0.tgz#a2f48437a2caa9a22436e794bf071ec9e61cedf6"
1508+
integrity sha512-FxqpkPPwu1HjuN93Omfm4h8uIanXofW0RxVEW3k5RKx+mJJYSthzNhp32Kzxxy3YAEZ/Dc/EWN1vZRY0+kOhbw==
15091509

15101510
cliui@^3.2.0:
15111511
version "3.2.0"
@@ -3558,21 +3558,21 @@ init-package-json@^1.10.3:
35583558
validate-npm-package-license "^3.0.1"
35593559
validate-npm-package-name "^3.0.0"
35603560

3561-
inquirer@^7.1.0:
3562-
version "7.1.0"
3563-
resolved "https://registry.yarnpkg.com/inquirer/-/inquirer-7.1.0.tgz#1298a01859883e17c7264b82870ae1034f92dd29"
3564-
integrity sha512-5fJMWEmikSYu0nv/flMc475MhGbB7TSPd/2IpFV4I4rMklboCH2rQjYY5kKiYGHqUF9gvaambupcJFFG9dvReg==
3561+
inquirer@^7.3.3:
3562+
version "7.3.3"
3563+
resolved "https://registry.yarnpkg.com/inquirer/-/inquirer-7.3.3.tgz#04d176b2af04afc157a83fd7c100e98ee0aad003"
3564+
integrity sha512-JG3eIAj5V9CwcGvuOmoo6LB9kbAYT8HXffUl6memuszlwDC/qvFAJw49XJ5NROSFNPxp3iQg1GqkFhaY/CR0IA==
35653565
dependencies:
35663566
ansi-escapes "^4.2.1"
3567-
chalk "^3.0.0"
3567+
chalk "^4.1.0"
35683568
cli-cursor "^3.1.0"
3569-
cli-width "^2.0.0"
3569+
cli-width "^3.0.0"
35703570
external-editor "^3.0.3"
35713571
figures "^3.0.0"
3572-
lodash "^4.17.15"
3572+
lodash "^4.17.19"
35733573
mute-stream "0.0.8"
35743574
run-async "^2.4.0"
3575-
rxjs "^6.5.3"
3575+
rxjs "^6.6.0"
35763576
string-width "^4.1.0"
35773577
strip-ansi "^6.0.0"
35783578
through "^2.3.6"
@@ -6214,10 +6214,10 @@ rxjs-report-usage@^1.0.4:
62146214
glob "~7.1.6"
62156215
prompts "~2.3.2"
62166216

6217-
rxjs@^6.4.0, rxjs@^6.5.3:
6218-
version "6.5.4"
6219-
resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-6.5.4.tgz#e0777fe0d184cec7872df147f303572d414e211c"
6220-
integrity sha512-naMQXcgEo3csAEGvw/NydRA0fuS2nDZJiw1YUWFKU7aPPAPGZEsD4Iimit96qwCieH6y614MCLYwdkrWx7z/7Q==
6217+
rxjs@^6.4.0, rxjs@^6.6.0:
6218+
version "6.6.7"
6219+
resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-6.6.7.tgz#90ac018acabf491bf65044235d5863c4dab804c9"
6220+
integrity sha512-hTdwr+7yYNIT5n4AMYp85KA6yw2Va0FLa3Rguvbpa4W3I5xynaBZo41cM3XM+4Q6fRMj3sBYIR1VAmZMXYJvRQ==
62216221
dependencies:
62226222
tslib "^1.9.0"
62236223

0 commit comments

Comments
 (0)