Skip to content

Commit 5fca48d

Browse files
chore(deps): update dependency @types/inquirer to v9
1 parent 349bde9 commit 5fca48d

File tree

2 files changed

+25
-33
lines changed

2 files changed

+25
-33
lines changed

cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"@sourcegraph/eslint-config": "^0.20.19",
2626
"@sourcegraph/prettierrc": "^3.0.3",
2727
"@sourcegraph/tsconfig": "^4.0.1",
28-
"@types/inquirer": "^7.3.1",
28+
"@types/inquirer": "^9.0.0",
2929
"@types/tar": "^4.0.4"
3030
},
3131
"dependencies": {

cli/yarn.lock

Lines changed: 24 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
# yarn lockfile v1
33

44

5-
"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.10.4", "@babel/code-frame@^7.12.11":
5+
"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.10.4":
66
version "7.12.11"
77
resolved "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.12.11.tgz#f4ad435aa263db935b8f10f2c552d23fb716a63f"
88
integrity sha512-Zt1yodBx1UcyiePMSkWnU4hPqhwq7hGi2nFL1LeA3EUl+q2LQx16MISgJ0+z7dnmgvP9QtIleuETGOiOH1RcIw==
99
dependencies:
1010
"@babel/highlight" "^7.10.4"
1111

12-
"@babel/generator@^7.10.5", "@babel/generator@^7.12.11":
12+
"@babel/generator@^7.10.5":
1313
version "7.12.11"
1414
resolved "https://registry.npmjs.org/@babel/generator/-/generator-7.12.11.tgz#98a7df7b8c358c9a37ab07a24056853016aba3af"
1515
integrity sha512-Ggg6WPOJtSi8yYQvLVjG8F/TlpWDlKx0OpS4Kt+xMQPs5OaGYWy+v1A+1TvxI6sAMGZpKWWoAQ1DaeQbImlItA==
@@ -18,7 +18,7 @@
1818
jsesc "^2.5.1"
1919
source-map "^0.5.0"
2020

21-
"@babel/helper-function-name@^7.10.4", "@babel/helper-function-name@^7.12.11":
21+
"@babel/helper-function-name@^7.10.4":
2222
version "7.12.11"
2323
resolved "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.12.11.tgz#1fd7738aee5dcf53c3ecff24f1da9c511ec47b42"
2424
integrity sha512-AtQKjtYNolKNi6nNNVLQ27CP6D9oFR6bq/HPYSizlzbp7uC1M59XJe8L+0uXjbIaZaUJF99ruHqVGiKXU/7ybA==
@@ -34,7 +34,7 @@
3434
dependencies:
3535
"@babel/types" "^7.12.10"
3636

37-
"@babel/helper-split-export-declaration@^7.10.4", "@babel/helper-split-export-declaration@^7.12.11":
37+
"@babel/helper-split-export-declaration@^7.10.4":
3838
version "7.12.11"
3939
resolved "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.12.11.tgz#1b4cc424458643c47d37022223da33d76ea4603a"
4040
integrity sha512-LsIVN8j48gHgwzfocYUSkO/hjYAOJqlpJEc7tGXcIm4cubjVUf8LGW6eWRyxEu7gA25q02p0rQUWoCI33HNS5g==
@@ -55,7 +55,7 @@
5555
chalk "^2.0.0"
5656
js-tokens "^4.0.0"
5757

58-
"@babel/parser@^7.10.5", "@babel/parser@^7.12.11", "@babel/parser@^7.12.7", "@babel/parser@^7.7.0":
58+
"@babel/parser@^7.10.5", "@babel/parser@^7.12.7", "@babel/parser@^7.7.0":
5959
version "7.12.11"
6060
resolved "https://registry.npmjs.org/@babel/parser/-/parser-7.12.11.tgz#9ce3595bcd74bc5c466905e86c535b8b25011e79"
6161
integrity sha512-N3UxG+uuF4CMYoNj8AhnbAcJF0PiuJ9KHuy1lQmkYsxTer/MAH9UBNHsBoAX/4s6NvlDD047No8mYVGGzLL4hg==
@@ -74,22 +74,7 @@
7474
"@babel/parser" "^7.12.7"
7575
"@babel/types" "^7.12.7"
7676

77-
"@babel/traverse@^7.7.0":
78-
version "7.12.12"
79-
resolved "https://registry.npmjs.org/@babel/traverse/-/traverse-7.12.12.tgz#d0cd87892704edd8da002d674bc811ce64743376"
80-
integrity sha512-s88i0X0lPy45RrLM8b9mz8RPH5FqO9G9p7ti59cToE44xFm1Q+Pjh5Gq4SXBbtb88X7Uy7pexeqRIQDDMNkL0w==
81-
dependencies:
82-
"@babel/code-frame" "^7.12.11"
83-
"@babel/generator" "^7.12.11"
84-
"@babel/helper-function-name" "^7.12.11"
85-
"@babel/helper-split-export-declaration" "^7.12.11"
86-
"@babel/parser" "^7.12.11"
87-
"@babel/types" "^7.12.12"
88-
debug "^4.1.0"
89-
globals "^11.1.0"
90-
lodash "^4.17.19"
91-
92-
"@babel/traverse@~7.10.3":
77+
"@babel/traverse@^7.7.0", "@babel/traverse@~7.10.3":
9378
version "7.10.5"
9479
resolved "https://registry.npmjs.org/@babel/traverse/-/traverse-7.10.5.tgz#77ce464f5b258be265af618d8fddf0536f20b564"
9580
integrity sha512-yc/fyv2gUjPqzTz0WHeRJH2pv7jA9kA7mBX2tXl/x5iOE81uaVPuGPtaYk7wmkx4b67mQ7NqI8rmT2pF47KYKQ==
@@ -104,7 +89,7 @@
10489
globals "^11.1.0"
10590
lodash "^4.17.19"
10691

107-
"@babel/types@^7.10.5", "@babel/types@^7.12.10", "@babel/types@^7.12.11", "@babel/types@^7.12.12", "@babel/types@^7.12.7", "@babel/types@^7.7.0":
92+
"@babel/types@^7.10.5", "@babel/types@^7.12.10", "@babel/types@^7.12.11", "@babel/types@^7.12.7", "@babel/types@^7.7.0":
10893
version "7.12.12"
10994
resolved "https://registry.npmjs.org/@babel/types/-/types-7.12.12.tgz#4608a6ec313abbd87afa55004d373ad04a96c299"
11095
integrity sha512-lnIX7piTxOH22xE7fDXDbSHg9MM1/6ORnafpJmov5rs0kX5g4BZxeXNJLXsMRiO0U5Rb8/FvMS6xlTnTHvxonQ==
@@ -205,13 +190,13 @@
205190
resolved "https://registry.npmjs.org/@types/http-cache-semantics/-/http-cache-semantics-4.0.0.tgz#9140779736aa2655635ee756e2467d787cfe8a2a"
206191
integrity sha512-c3Xy026kOF7QOTn00hbIllV1dLR9hG9NkSrLQgCVs8NF6sBU+VGWjD3wLPhmh1TYAc7ugCFsvHYMN4VcBN1U1A==
207192

208-
"@types/inquirer@^7.3.1":
209-
version "7.3.1"
210-
resolved "https://registry.npmjs.org/@types/inquirer/-/inquirer-7.3.1.tgz#1f231224e7df11ccfaf4cf9acbcc3b935fea292d"
211-
integrity sha512-osD38QVIfcdgsPCT0V3lD7eH0OFurX71Jft18bZrsVQWVRt6TuxRzlr0GJLrxoHZR2V5ph7/qP8se/dcnI7o0g==
193+
"@types/inquirer@^9.0.0":
194+
version "9.0.9"
195+
resolved "https://registry.yarnpkg.com/@types/inquirer/-/inquirer-9.0.9.tgz#c659dffbb8c2dab112324c7ae19b3303a972a96d"
196+
integrity sha512-/mWx5136gts2Z2e5izdoRCo46lPp5TMs9R15GTSsgg/XnZyxDWVqoVU3R9lWnccKpqwsJLvRoxbCjoJtZB7DSw==
212197
dependencies:
213198
"@types/through" "*"
214-
rxjs "^6.4.0"
199+
rxjs "^7.2.0"
215200

216201
"@types/json-schema@^7.0.3":
217202
version "7.0.6"
@@ -1937,13 +1922,20 @@ rxjs-report-usage@^1.0.4:
19371922
glob "~7.1.6"
19381923
prompts "~2.3.2"
19391924

1940-
rxjs@^6.4.0, rxjs@^6.6.0:
1925+
rxjs@^6.6.0:
19411926
version "6.6.3"
19421927
resolved "https://registry.npmjs.org/rxjs/-/rxjs-6.6.3.tgz#8ca84635c4daa900c0d3967a6ee7ac60271ee552"
19431928
integrity sha512-trsQc+xYYXZ3urjOiJOuCOa5N3jAZ3eiSpQB5hIT8zGlL2QfnHLJ2r7GMkBGuIausdJN1OneaI6gQlsqNHHmZQ==
19441929
dependencies:
19451930
tslib "^1.9.0"
19461931

1932+
rxjs@^7.2.0:
1933+
version "7.8.2"
1934+
resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-7.8.2.tgz#955bc473ed8af11a002a2be52071bf475638607b"
1935+
integrity sha512-dhKf903U/PQZY6boNNtAGdWbG85WAbjT/1xYoZIC7FAY0yWapOBQVsVrDl58W86//e1VpMNBtRV4MaXfdMySFA==
1936+
dependencies:
1937+
tslib "^2.1.0"
1938+
19471939
safe-buffer@~5.2.0:
19481940
version "5.2.1"
19491941
resolved "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz#1eaf9fa9bdb1fdd4ec75f58f9cdb4e6b7827eec6"
@@ -2155,10 +2147,10 @@ tslib@^1.8.1, tslib@^1.9.0:
21552147
resolved "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz#cf2d38bdc34a134bcaf1091c41f6619e2f672d00"
21562148
integrity sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==
21572149

2158-
tslib@^2.0.0:
2159-
version "2.1.0"
2160-
resolved "https://registry.npmjs.org/tslib/-/tslib-2.1.0.tgz#da60860f1c2ecaa5703ab7d39bc05b6bf988b97a"
2161-
integrity sha512-hcVC3wYEziELGGmEEXue7D75zbwIIVUMWAVbHItGPx0ziyXxrOMQx4rQEVEV45Ut/1IotuEvwqPopzIOkDMf0A==
2150+
tslib@^2.0.0, tslib@^2.1.0:
2151+
version "2.8.1"
2152+
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.8.1.tgz#612efe4ed235d567e8aba5f2a5fab70280ade83f"
2153+
integrity sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==
21622154

21632155
tsutils-etc@^1.0.0, tsutils-etc@^1.2.2:
21642156
version "1.3.2"

0 commit comments

Comments
 (0)