File tree Expand file tree Collapse file tree 3 files changed +26
-4
lines changed Expand file tree Collapse file tree 3 files changed +26
-4
lines changed Original file line number Diff line number Diff line change 147
147
"stacktrace-parser" : " ^0.1.3" ,
148
148
"use-sync-external-store" : " ^1.0.0" ,
149
149
"whatwg-fetch" : " ^3.0.0" ,
150
- "ws" : " ^6.2.2"
150
+ "ws" : " ^6.2.2" ,
151
+ "yargs" : " ^17.6.2"
151
152
},
152
153
"devDependencies" : {
153
154
"flow-bin" : " ^0.200.0" ,
Original file line number Diff line number Diff line change 52
52
"shelljs" : " ^0.8.5" ,
53
53
"signedsource" : " ^1.0.0" ,
54
54
"typescript" : " 4.1.3" ,
55
- "ws" : " ^6.2.2" ,
56
- "yargs" : " ^17.5.1"
55
+ "ws" : " ^6.2.2"
57
56
}
58
57
}
Original file line number Diff line number Diff line change @@ -3440,6 +3440,15 @@ cliui@^7.0.2:
3440
3440
strip-ansi "^6.0.0"
3441
3441
wrap-ansi "^7.0.0"
3442
3442
3443
+ cliui@^8.0.1 :
3444
+ version "8.0.1"
3445
+ resolved "https://registry.yarnpkg.com/cliui/-/cliui-8.0.1.tgz#0c04b075db02cbfe60dc8e6cf2f5486b1a3608aa"
3446
+ integrity sha512-BSeNnyus75C4//NQ9gQt1/csTXyo/8Sb+afLAkzAptFuMsod9HFokGNudZpi/oQV73hnVK+sR+5PVRMd+Dr7YQ==
3447
+ dependencies :
3448
+ string-width "^4.2.0"
3449
+ strip-ansi "^6.0.1"
3450
+ wrap-ansi "^7.0.0"
3451
+
3443
3452
clone-deep@^4.0.1 :
3444
3453
version "4.0.1"
3445
3454
resolved "https://registry.yarnpkg.com/clone-deep/-/clone-deep-4.0.1.tgz#c19fd9bdbbf85942b4fd979c84dcf7d5f07c2387"
@@ -8684,7 +8693,7 @@ yargs-parser@^20.2.2:
8684
8693
resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-20.2.9.tgz#2eb7dc3b0289718fc295f362753845c41a0c94ee"
8685
8694
integrity sha512-y11nGElTIV+CT3Zv9t7VKl+Q3hTQoT9a1Qzezhhl6Rp21gJ/IVTW7Z3y9EWXhuUBC2Shnf+DX0antecpAwSP8w==
8686
8695
8687
- yargs-parser@^21.0.0 :
8696
+ yargs-parser@^21.0.0, yargs-parser@^21.1.1 :
8688
8697
version "21.1.1"
8689
8698
resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-21.1.1.tgz#9096bceebf990d21bb31fa9516e0ede294a77d35"
8690
8699
integrity sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw==
@@ -8732,6 +8741,19 @@ yargs@^17.3.1, yargs@^17.5.1:
8732
8741
y18n "^5.0.5"
8733
8742
yargs-parser "^21.0.0"
8734
8743
8744
+ yargs@^17.6.2 :
8745
+ version "17.6.2"
8746
+ resolved "https://registry.yarnpkg.com/yargs/-/yargs-17.6.2.tgz#2e23f2944e976339a1ee00f18c77fedee8332541"
8747
+ integrity sha512-1/9UrdHjDZc0eOU0HxOHoS78C69UD3JRMvzlJ7S79S2nTaWRA/whGCTV8o9e/N/1Va9YIV7Q4sOxD8VV4pCWOw==
8748
+ dependencies :
8749
+ cliui "^8.0.1"
8750
+ escalade "^3.1.1"
8751
+ get-caller-file "^2.0.5"
8752
+ require-directory "^2.1.1"
8753
+ string-width "^4.2.3"
8754
+ y18n "^5.0.5"
8755
+ yargs-parser "^21.1.1"
8756
+
8735
8757
yocto-queue@^0.1.0 :
8736
8758
version "0.1.0"
8737
8759
resolved "https://registry.yarnpkg.com/yocto-queue/-/yocto-queue-0.1.0.tgz#0294eb3dee05028d31ee1a5fa2c556a6aaf10a1b"
You can’t perform that action at this time.
0 commit comments