Skip to content

Commit 59ac65c

Browse files
committed
Update qrcode
1 parent 17b43d9 commit 59ac65c

File tree

2 files changed

+154
-19
lines changed

2 files changed

+154
-19
lines changed

core/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@
112112
"@types/lodash": "^4.14.165",
113113
"@types/mongodb": "^2.2.11",
114114
"@types/node-fetch": "^1.6.7",
115-
"@types/qrcode": "^0.8.0",
115+
"@types/qrcode": "^1.4.1",
116116
"@types/speakeasy": "^2.0.1",
117117
"@types/uuid": "^8.3.1",
118118
"joi": "^11.1.1",
@@ -122,7 +122,7 @@
122122
"mongodb": "^2.2.31",
123123
"node-fetch": "^1.7.3",
124124
"pnp-email-service": "^0.1.8",
125-
"qrcode": "^0.9.0",
125+
"qrcode": "^1.4.4",
126126
"scrypt-kdf": "^2.0.1",
127127
"speakeasy": "^2.0.0",
128128
"uuid": "^8.3.2"

yarn.lock

Lines changed: 152 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -632,9 +632,10 @@
632632
resolved "https://registry.yarnpkg.com/@types/prettier/-/prettier-1.19.1.tgz#33509849f8e679e4add158959fdb086440e9553f"
633633
integrity sha512-5qOlnZscTn4xxM5MeGXAMOsIOIKIbh9e85zJWfBRVPlRMEVawzoPhINYbRGkBZCI8LxvBe7tJCdWiarA99OZfQ==
634634

635-
"@types/qrcode@^0.8.0":
636-
version "0.8.0"
637-
resolved "https://registry.yarnpkg.com/@types/qrcode/-/qrcode-0.8.0.tgz#20dea3679ac83a9bebd0c55f747eced9511707b6"
635+
"@types/qrcode@^1.4.1":
636+
version "1.4.1"
637+
resolved "https://registry.yarnpkg.com/@types/qrcode/-/qrcode-1.4.1.tgz#0689f400c3a95d2db040c99c99834faa09ee9dc1"
638+
integrity sha512-vxMyr7JM7tYPxu8vUE83NiosWX5DZieCyYeJRoOIg0pAkyofCBzknJ2ycUZkPGDFis2RS8GN/BeJLnRnAPxeCA==
638639
dependencies:
639640
"@types/node" "*"
640641

@@ -1102,6 +1103,11 @@ base64-js@^1.0.2:
11021103
version "1.2.1"
11031104
resolved "https://registry.yarnpkg.com/base64-js/-/base64-js-1.2.1.tgz#a91947da1f4a516ea38e5b4ec0ec3773675e0886"
11041105

1106+
base64-js@^1.3.1:
1107+
version "1.5.1"
1108+
resolved "https://registry.yarnpkg.com/base64-js/-/base64-js-1.5.1.tgz#1b1b440160a5bf7ad40b650f095963481903930a"
1109+
integrity sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==
1110+
11051111
base@^0.11.1:
11061112
version "0.11.2"
11071113
resolved "https://registry.yarnpkg.com/base/-/base-0.11.2.tgz#7bde5ced145b6d551a90db87f83c558b4eb48a8f"
@@ -1247,15 +1253,38 @@ bson@~1.0.4:
12471253
version "1.0.4"
12481254
resolved "https://registry.yarnpkg.com/bson/-/bson-1.0.4.tgz#93c10d39eaa5b58415cbc4052f3e53e562b0b72c"
12491255

1256+
buffer-alloc-unsafe@^1.1.0:
1257+
version "1.1.0"
1258+
resolved "https://registry.yarnpkg.com/buffer-alloc-unsafe/-/buffer-alloc-unsafe-1.1.0.tgz#bd7dc26ae2972d0eda253be061dba992349c19f0"
1259+
integrity sha512-TEM2iMIEQdJ2yjPJoSIsldnleVaAk1oW3DBVUykyOLsEsFmEc9kn+SFFPz+gl54KQNxlDnAwCXosOS9Okx2xAg==
1260+
1261+
buffer-alloc@^1.2.0:
1262+
version "1.2.0"
1263+
resolved "https://registry.yarnpkg.com/buffer-alloc/-/buffer-alloc-1.2.0.tgz#890dd90d923a873e08e10e5fd51a57e5b7cce0ec"
1264+
integrity sha512-CFsHQgjtW1UChdXgbyJGtnm+O/uLQeZdtbDo8mfUgYXCHSM1wgrVxXm6bSyrUuErEb+4sYVGCzASBRot7zyrow==
1265+
dependencies:
1266+
buffer-alloc-unsafe "^1.1.0"
1267+
buffer-fill "^1.0.0"
1268+
12501269
12511270
version "1.0.1"
12521271
resolved "https://registry.yarnpkg.com/buffer-equal-constant-time/-/buffer-equal-constant-time-1.0.1.tgz#f8e71132f7ffe6e01a5c9697a4c6f3e48d5cc819"
12531272

1273+
buffer-fill@^1.0.0:
1274+
version "1.0.0"
1275+
resolved "https://registry.yarnpkg.com/buffer-fill/-/buffer-fill-1.0.0.tgz#f8f78b76789888ef39f205cd637f68e702122b2c"
1276+
integrity sha1-+PeLdniYiO858gXNY39o5wISKyw=
1277+
12541278
[email protected], buffer-from@^1.0.0:
12551279
version "1.1.1"
12561280
resolved "https://registry.yarnpkg.com/buffer-from/-/buffer-from-1.1.1.tgz#32713bc028f75c02fdb710d7c7bcec1f2c6070ef"
12571281
integrity sha512-MQcXEUbCKtEo7bhqEs6560Hyd4XaovZlO/k9V3hjVUF/zwW7KBVdSK4gIt/bzwS9MbR5qob+F5jusZsb0YQK2A==
12581282

1283+
buffer-from@^1.1.1:
1284+
version "1.1.2"
1285+
resolved "https://registry.yarnpkg.com/buffer-from/-/buffer-from-1.1.2.tgz#2b146a6fd72e80b4f55d255f35ed59a3a9a41bd5"
1286+
integrity sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ==
1287+
12591288
buffer-shims@~1.0.0:
12601289
version "1.0.0"
12611290
resolved "https://registry.yarnpkg.com/buffer-shims/-/buffer-shims-1.0.0.tgz#9978ce317388c649ad8793028c3477ef044a8b51"
@@ -1273,6 +1302,14 @@ [email protected]:
12731302
ieee754 "^1.1.4"
12741303
isarray "^1.0.0"
12751304

1305+
buffer@^5.4.3:
1306+
version "5.7.1"
1307+
resolved "https://registry.yarnpkg.com/buffer/-/buffer-5.7.1.tgz#ba62e7c13133053582197160851a8f648e99eed0"
1308+
integrity sha512-EHcyIPBQ4BSGlvjB16k5KgAJ27CIsHY/2JBmCRReo48y9rQ3MaUzWX3KVlBa4U7MyX02HdVj0K7C3WaB3ju7FQ==
1309+
dependencies:
1310+
base64-js "^1.3.1"
1311+
ieee754 "^1.1.13"
1312+
12761313
12771314
version "4.0.1"
12781315
resolved "https://registry.yarnpkg.com/buildmail/-/buildmail-4.0.1.tgz#877f7738b78729871c9a105e3b837d2be11a7a72"
@@ -1473,6 +1510,15 @@ cliui@^2.1.0:
14731510
right-align "^0.1.1"
14741511
wordwrap "0.0.2"
14751512

1513+
cliui@^5.0.0:
1514+
version "5.0.0"
1515+
resolved "https://registry.yarnpkg.com/cliui/-/cliui-5.0.0.tgz#deefcfdb2e800784aa34f46fa08e06851c7bbbc5"
1516+
integrity sha512-PYeGSEmmHM6zvoef2w8TPzlrnNpXIjTipYK780YswmIP9vjxmd6Y2a3CB2Ks6/AU8NHjZugXvo8w3oWM2qnwXA==
1517+
dependencies:
1518+
string-width "^3.1.0"
1519+
strip-ansi "^5.2.0"
1520+
wrap-ansi "^5.1.0"
1521+
14761522
cliui@^6.0.0:
14771523
version "6.0.0"
14781524
resolved "https://registry.yarnpkg.com/cliui/-/cliui-6.0.0.tgz#511d702c0c4e41ca156d7d0e96021f23e13225b1"
@@ -1530,14 +1576,14 @@ [email protected]:
15301576
resolved "https://registry.yarnpkg.com/colorette/-/colorette-1.2.1.tgz#4d0b921325c14faf92633086a536db6e89564b1b"
15311577
integrity sha512-puCDz0CzydiSYOrnXpz/PKd69zRrribezjtE9yd4zvytoRc8+RY/KJPvtPFKZS3E3wP6neGyMe0vOTlHO5L3Pw==
15321578

1533-
colors@*, colors@^1.1.2:
1534-
version "1.1.2"
1535-
resolved "https://registry.yarnpkg.com/colors/-/colors-1.1.2.tgz#168a4701756b6a7f51a12ce0c97bfa28c084ed63"
1536-
15371579
15381580
version "1.0.3"
15391581
resolved "https://registry.yarnpkg.com/colors/-/colors-1.0.3.tgz#0433f44d809680fdeb60ed260f1b0c262e82a40b"
15401582

1583+
colors@^1.1.2:
1584+
version "1.1.2"
1585+
resolved "https://registry.yarnpkg.com/colors/-/colors-1.1.2.tgz#168a4701756b6a7f51a12ce0c97bfa28c084ed63"
1586+
15411587
colors@~0.6.0-1:
15421588
version "0.6.2"
15431589
resolved "https://registry.yarnpkg.com/colors/-/colors-0.6.2.tgz#2423fe6678ac0c5dae8852e5d0e5be08c997abcc"
@@ -2147,6 +2193,11 @@ elegant-spinner@^1.0.1:
21472193
version "1.0.1"
21482194
resolved "https://registry.yarnpkg.com/elegant-spinner/-/elegant-spinner-1.0.1.tgz#db043521c95d7e303fd8f345bedc3349cfb0729e"
21492195

2196+
emoji-regex@^7.0.1:
2197+
version "7.0.3"
2198+
resolved "https://registry.yarnpkg.com/emoji-regex/-/emoji-regex-7.0.3.tgz#933a04052860c85e83c122479c4748a8e4c72156"
2199+
integrity sha512-CwBLREIQ7LvYFB0WyRvwhq5N5qPhc6PMjD6bYggFlI5YyDgl+0vxq5VHbMOFqLg7hfWzmu8T5Z1QofhmTIhItA==
2200+
21502201
emoji-regex@^8.0.0:
21512202
version "8.0.0"
21522203
resolved "https://registry.yarnpkg.com/emoji-regex/-/emoji-regex-8.0.0.tgz#e818fd69ce5ccfcb404594f842963bf53164cc37"
@@ -2573,6 +2624,13 @@ find-up@^1.0.0:
25732624
path-exists "^2.0.0"
25742625
pinkie-promise "^2.0.0"
25752626

2627+
find-up@^3.0.0:
2628+
version "3.0.0"
2629+
resolved "https://registry.yarnpkg.com/find-up/-/find-up-3.0.0.tgz#49169f1d7993430646da61ecc5ae355c21c97b73"
2630+
integrity sha512-1yD6RmLI1XBfxugvORwlck6f75tYL+iR0jqwsOrOxMZyGYqUuDhJ0l4AXdO1iX/FTs9cBAMEk1gWSEx1kSbylg==
2631+
dependencies:
2632+
locate-path "^3.0.0"
2633+
25762634
find-up@^4.0.0, find-up@^4.1.0:
25772635
version "4.1.0"
25782636
resolved "https://registry.yarnpkg.com/find-up/-/find-up-4.1.0.tgz#97afe7d6cdc0bc5928584b7c8d7b16e8a9aa5d19"
@@ -3271,6 +3329,11 @@ [email protected]:
32713329
dependencies:
32723330
safer-buffer ">= 2.1.2 < 3"
32733331

3332+
ieee754@^1.1.13:
3333+
version "1.2.1"
3334+
resolved "https://registry.yarnpkg.com/ieee754/-/ieee754-1.2.1.tgz#8eb7a10a63fff25d15a57b001586d177d1b0d352"
3335+
integrity sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==
3336+
32743337
ieee754@^1.1.4:
32753338
version "1.1.8"
32763339
resolved "https://registry.yarnpkg.com/ieee754/-/ieee754-1.1.8.tgz#be33d40ac10ef1926701f6f08a2d86fbfd1ad3e4"
@@ -3525,6 +3588,11 @@ is-fullwidth-code-point@^1.0.0:
35253588
dependencies:
35263589
number-is-nan "^1.0.0"
35273590

3591+
is-fullwidth-code-point@^2.0.0:
3592+
version "2.0.0"
3593+
resolved "https://registry.yarnpkg.com/is-fullwidth-code-point/-/is-fullwidth-code-point-2.0.0.tgz#a3b30a5c4f199183167aaab93beefae3ddfb654f"
3594+
integrity sha1-o7MKXE8ZkYMWeqq5O+764937ZU8=
3595+
35283596
is-fullwidth-code-point@^3.0.0:
35293597
version "3.0.0"
35303598
resolved "https://registry.yarnpkg.com/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz#f116f8064fe90b3f7844a38997c0b75051269f1d"
@@ -4551,6 +4619,14 @@ load-json-file@^1.0.0:
45514619
pinkie-promise "^2.0.0"
45524620
strip-bom "^2.0.0"
45534621

4622+
locate-path@^3.0.0:
4623+
version "3.0.0"
4624+
resolved "https://registry.yarnpkg.com/locate-path/-/locate-path-3.0.0.tgz#dbec3b3ab759758071b58fe59fc41871af21400e"
4625+
integrity sha512-7AO748wWnIhNqAuaty2ZWHkQHRSNfPVIsPIfwEOWO22AmaoVrWavlOcMR5nzTLNYvp36X220/maaRsrec1G65A==
4626+
dependencies:
4627+
p-locate "^3.0.0"
4628+
path-exists "^3.0.0"
4629+
45544630
locate-path@^5.0.0:
45554631
version "5.0.0"
45564632
resolved "https://registry.yarnpkg.com/locate-path/-/locate-path-5.0.0.tgz#1afba396afd676a6d42504d0a67a3a7eb9f62aa0"
@@ -5523,13 +5599,20 @@ p-finally@^2.0.0:
55235599
resolved "https://registry.yarnpkg.com/p-finally/-/p-finally-2.0.1.tgz#bd6fcaa9c559a096b680806f4d657b3f0f240561"
55245600
integrity sha512-vpm09aKwq6H9phqRQzecoDpD8TmVyGw70qmWlyq5onxY7tqyTTFVvxMykxQSQKILBSFlbXpypIw2T1Ml7+DDtw==
55255601

5526-
p-limit@^2.2.0:
5602+
p-limit@^2.0.0, p-limit@^2.2.0:
55275603
version "2.3.0"
55285604
resolved "https://registry.yarnpkg.com/p-limit/-/p-limit-2.3.0.tgz#3dd33c647a214fdfffd835933eb086da0dc21db1"
55295605
integrity sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==
55305606
dependencies:
55315607
p-try "^2.0.0"
55325608

5609+
p-locate@^3.0.0:
5610+
version "3.0.0"
5611+
resolved "https://registry.yarnpkg.com/p-locate/-/p-locate-3.0.0.tgz#322d69a05c0264b25997d9f40cd8a891ab0064a4"
5612+
integrity sha512-x+12w/To+4GFfgJhBEpiDcLozRJGegY+Ei7/z0tSLkMmxGZNybVMSfWj9aJn8Z5Fc7dBUNJOOVgPv2H7IwulSQ==
5613+
dependencies:
5614+
p-limit "^2.0.0"
5615+
55335616
p-locate@^4.1.0:
55345617
version "4.1.0"
55355618
resolved "https://registry.yarnpkg.com/p-locate/-/p-locate-4.1.0.tgz#a3428bb7088b3a60292f66919278b7c297ad4f07"
@@ -5648,6 +5731,11 @@ [email protected], path-exists@^2.0.0:
56485731
dependencies:
56495732
pinkie-promise "^2.0.0"
56505733

5734+
path-exists@^3.0.0:
5735+
version "3.0.0"
5736+
resolved "https://registry.yarnpkg.com/path-exists/-/path-exists-3.0.0.tgz#ce0ebeaa5f78cb18925ea7d810d7b59b010fd515"
5737+
integrity sha1-zg6+ql94yxiSXqfYENe1mwEP1RU=
5738+
56515739
path-exists@^4.0.0:
56525740
version "4.0.0"
56535741
resolved "https://registry.yarnpkg.com/path-exists/-/path-exists-4.0.0.tgz#513bdbe2d3b95d7762e8c1137efa195c6c61b5b3"
@@ -5813,9 +5901,10 @@ pn@^1.1.0:
58135901
resolved "https://registry.yarnpkg.com/pn/-/pn-1.1.0.tgz#e2f4cef0e219f463c179ab37463e4e1ecdccbafb"
58145902
integrity sha512-2qHaIQr2VLRFoxe2nASzsV6ef4yOOH+Fi9FBOVH6cqeSgUnoyySPZkxzLuzd+RYOQTRpROA0ztTMqxROKSb/nA==
58155903

5816-
pngjs@^2.3.1:
5817-
version "2.3.1"
5818-
resolved "https://registry.yarnpkg.com/pngjs/-/pngjs-2.3.1.tgz#11d1e12b9cb64d63e30c143a330f4c1f567da85f"
5904+
pngjs@^3.3.0:
5905+
version "3.4.0"
5906+
resolved "https://registry.yarnpkg.com/pngjs/-/pngjs-3.4.0.tgz#99ca7d725965fb655814eaf65f38f12bbdbf555f"
5907+
integrity sha512-NCrCHhWmnQklfH4MtJMRjZ2a8c80qXeMlQMv2uVp9ISJMTt562SbGd6n2oq0PaPgKm7Z6pL9E2UlLIhC+SHL3w==
58195908

58205909
pnp-email-service@^0.1.8:
58215910
version "0.1.8"
@@ -6081,14 +6170,18 @@ q@^1.4.1:
60816170
version "1.5.0"
60826171
resolved "https://registry.yarnpkg.com/q/-/q-1.5.0.tgz#dd01bac9d06d30e6f219aecb8253ee9ebdc308f1"
60836172

6084-
qrcode@^0.9.0:
6085-
version "0.9.0"
6086-
resolved "https://registry.yarnpkg.com/qrcode/-/qrcode-0.9.0.tgz#4bdc1d21ad655c3101b5bb29e2e4c9d6416825fb"
6173+
qrcode@^1.4.4:
6174+
version "1.4.4"
6175+
resolved "https://registry.yarnpkg.com/qrcode/-/qrcode-1.4.4.tgz#f0c43568a7e7510a55efc3b88d9602f71963ea83"
6176+
integrity sha512-oLzEC5+NKFou9P0bMj5+v6Z40evexeE29Z9cummZXZ9QXyMr3lphkURzxjXgPJC5azpxcshoDWV1xE46z+/c3Q==
60876177
dependencies:
6088-
colors "*"
6178+
buffer "^5.4.3"
6179+
buffer-alloc "^1.2.0"
6180+
buffer-from "^1.1.1"
60896181
dijkstrajs "^1.0.1"
60906182
isarray "^2.0.1"
6091-
pngjs "^2.3.1"
6183+
pngjs "^3.3.0"
6184+
yargs "^13.2.4"
60926185

60936186
[email protected], qs@~6.5.1:
60946187
version "6.5.1"
@@ -7042,6 +7135,15 @@ string-width@^1.0.1, string-width@^1.0.2:
70427135
is-fullwidth-code-point "^1.0.0"
70437136
strip-ansi "^3.0.0"
70447137

7138+
string-width@^3.0.0, string-width@^3.1.0:
7139+
version "3.1.0"
7140+
resolved "https://registry.yarnpkg.com/string-width/-/string-width-3.1.0.tgz#22767be21b62af1081574306f69ac51b62203961"
7141+
integrity sha512-vafcv6KjVZKSgz06oM/H6GDBrAtz8vdhQakGjFIvNrHA6y3HCF1CInLy+QLq8dTJPQ1b+KDUqDFctkdRW44e1w==
7142+
dependencies:
7143+
emoji-regex "^7.0.1"
7144+
is-fullwidth-code-point "^2.0.0"
7145+
strip-ansi "^5.1.0"
7146+
70457147
string-width@^4.1.0, string-width@^4.2.0:
70467148
version "4.2.0"
70477149
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.0.tgz#952182c46cc7b2c313d1596e623992bd163b72b5"
@@ -7079,7 +7181,7 @@ strip-ansi@^3.0.0, strip-ansi@^3.0.1:
70797181
dependencies:
70807182
ansi-regex "^2.0.0"
70817183

7082-
strip-ansi@^5.2.0:
7184+
strip-ansi@^5.0.0, strip-ansi@^5.1.0, strip-ansi@^5.2.0:
70837185
version "5.2.0"
70847186
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-5.2.0.tgz#8c9a536feb6afc962bdfa5b104a5091c1ad9c0ae"
70857187
integrity sha512-DuRs1gKbBqsMKIZlrffwlug8MHkcnpjs5VPmL1PAh+mA30U0DTotfDZ0d2UUsXpPmPmMMJ6W773MaA3J+lbiWA==
@@ -7810,6 +7912,15 @@ wordwrap@~0.0.2:
78107912
version "0.0.3"
78117913
resolved "https://registry.yarnpkg.com/wordwrap/-/wordwrap-0.0.3.tgz#a3d5da6cd5c0bc0008d37234bbaf1bed63059107"
78127914

7915+
wrap-ansi@^5.1.0:
7916+
version "5.1.0"
7917+
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-5.1.0.tgz#1fd1f67235d5b6d0fee781056001bfb694c03b09"
7918+
integrity sha512-QC1/iN/2/RPVJ5jYK8BGttj5z83LmSKmvbvrXPNCLZSEb32KKVDJDl/MOt2N01qU2H/FkzEa9PKto1BqDjtd7Q==
7919+
dependencies:
7920+
ansi-styles "^3.2.0"
7921+
string-width "^3.0.0"
7922+
strip-ansi "^5.0.0"
7923+
78137924
wrap-ansi@^6.2.0:
78147925
version "6.2.0"
78157926
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-6.2.0.tgz#e9393ba07102e6c91a3b221478f0257cd2856e53"
@@ -7886,6 +7997,30 @@ [email protected], yargs-parser@^18.1.2:
78867997
camelcase "^5.0.0"
78877998
decamelize "^1.2.0"
78887999

8000+
yargs-parser@^13.1.2:
8001+
version "13.1.2"
8002+
resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-13.1.2.tgz#130f09702ebaeef2650d54ce6e3e5706f7a4fb38"
8003+
integrity sha512-3lbsNRf/j+A4QuSZfDRA7HRSfWrzO0YjqTJd5kjAq37Zep1CEgaYmrH9Q3GwPiB9cHyd1Y1UwggGhJGoxipbzg==
8004+
dependencies:
8005+
camelcase "^5.0.0"
8006+
decamelize "^1.2.0"
8007+
8008+
yargs@^13.2.4:
8009+
version "13.3.2"
8010+
resolved "https://registry.yarnpkg.com/yargs/-/yargs-13.3.2.tgz#ad7ffefec1aa59565ac915f82dccb38a9c31a2dd"
8011+
integrity sha512-AX3Zw5iPruN5ie6xGRIDgqkT+ZhnRlZMLMHAs8tg7nRruy2Nb+i5o9bwghAogtM08q1dpr2LVoS8KSTMYpWXUw==
8012+
dependencies:
8013+
cliui "^5.0.0"
8014+
find-up "^3.0.0"
8015+
get-caller-file "^2.0.1"
8016+
require-directory "^2.1.1"
8017+
require-main-filename "^2.0.0"
8018+
set-blocking "^2.0.0"
8019+
string-width "^3.0.0"
8020+
which-module "^2.0.0"
8021+
y18n "^4.0.0"
8022+
yargs-parser "^13.1.2"
8023+
78898024
yargs@^15.3.1:
78908025
version "15.4.1"
78918026
resolved "https://registry.yarnpkg.com/yargs/-/yargs-15.4.1.tgz#0d87a16de01aee9d8bec2bfbf74f67851730f4f8"

0 commit comments

Comments
 (0)