Skip to content

Commit c8c00c1

Browse files
Bump nconf from 0.10.0 to 0.11.4
Bumps [nconf](https://github.com/flatiron/nconf) from 0.10.0 to 0.11.4. - [Release notes](https://github.com/flatiron/nconf/releases) - [Changelog](https://github.com/indexzero/nconf/blob/master/CHANGELOG.md) - [Commits](indexzero/nconf@0.10.0...v0.11.4) --- updated-dependencies: - dependency-name: nconf dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 66a7703 commit c8c00c1

File tree

2 files changed

+112
-91
lines changed

2 files changed

+112
-91
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"js-yaml": "^3.6.1",
4040
"lodash": "^4.17.4",
4141
"minimist": "^0.2.1",
42-
"nconf": "^0.10.0",
42+
"nconf": "^0.11.4",
4343
"ospath": "^1.2.2",
4444
"pluralize": "^8.0.0",
4545
"request": "^2.79.0"

yarn.lock

+111-90
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,11 @@ ansi-regex@^4.1.0:
5959
resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-4.1.0.tgz#8b9f8f08cf1acb843756a839ca8c7e3168c51997"
6060
integrity sha512-1apePfXM1UOSqw0o9IiFAovVz9M5S1Dg+4TrDwfMewQ6p/rmMueb7tWZjQ1rx4Loy1ArBggoqGpfqqdI4rondg==
6161

62+
ansi-regex@^5.0.1:
63+
version "5.0.1"
64+
resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-5.0.1.tgz#082cb2c89c9fe8659a311a53bd6a4dc5301db304"
65+
integrity sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==
66+
6267
ansi-styles@^2.2.1:
6368
version "2.2.1"
6469
resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-2.2.1.tgz#b432dd3358b634cf75e1e4664368240533c1ddbe"
@@ -71,6 +76,13 @@ ansi-styles@^3.2.1:
7176
dependencies:
7277
color-convert "^1.9.0"
7378

79+
ansi-styles@^4.0.0:
80+
version "4.3.0"
81+
resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-4.3.0.tgz#edd803628ae71c04c85ae7a0906edad34b648937"
82+
integrity sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==
83+
dependencies:
84+
color-convert "^2.0.1"
85+
7486
argparse@^1.0.7:
7587
version "1.0.10"
7688
resolved "https://registry.yarnpkg.com/argparse/-/argparse-1.0.10.tgz#bcd6791ea5ae09725e17e5ad988134cd40b3d911"
@@ -392,7 +404,7 @@ camelcase-keys@^2.0.0:
392404
camelcase "^2.0.0"
393405
map-obj "^1.0.0"
394406

395-
camelcase@^2.0.0, camelcase@^2.0.1:
407+
camelcase@^2.0.0:
396408
version "2.1.1"
397409
resolved "https://registry.yarnpkg.com/camelcase/-/camelcase-2.1.1.tgz#7c1d16d679a1bbe59ca02cacecfb011e201f5a1f"
398410
integrity sha1-fB0W1nmhu+WcoCys7PsBHiAfWh8=
@@ -430,19 +442,14 @@ cipher-base@^1.0.0, cipher-base@^1.0.1, cipher-base@^1.0.3:
430442
inherits "^2.0.1"
431443
safe-buffer "^5.0.1"
432444

433-
cliui@^3.0.3:
434-
version "3.2.0"
435-
resolved "https://registry.yarnpkg.com/cliui/-/cliui-3.2.0.tgz#120601537a916d29940f934da3b48d585a39213d"
436-
integrity sha1-EgYBU3qRbSmUD5NNo7SNWFo5IT0=
445+
cliui@^7.0.2:
446+
version "7.0.4"
447+
resolved "https://registry.yarnpkg.com/cliui/-/cliui-7.0.4.tgz#a0265ee655476fc807aea9df3df8df7783808b4f"
448+
integrity sha512-OcRE68cOsVMXp1Yvonl/fzkQOyjLSu/8bhPDfQt0e0/Eb283TKP20Fs2MqoPsr9SwA595rRCA+QMzYc9nBP+JQ==
437449
dependencies:
438-
string-width "^1.0.1"
439-
strip-ansi "^3.0.1"
440-
wrap-ansi "^2.0.0"
441-
442-
code-point-at@^1.0.0:
443-
version "1.1.0"
444-
resolved "https://registry.yarnpkg.com/code-point-at/-/code-point-at-1.1.0.tgz#0d070b4d043a5bea33a2f1a40e2edb3d9a4ccf77"
445-
integrity sha1-DQcLTQQ6W+ozovGkDi7bPZpMz3c=
450+
string-width "^4.2.0"
451+
strip-ansi "^6.0.0"
452+
wrap-ansi "^7.0.0"
446453

447454
coffee-script@^1.10.0, coffee-script@^1.12.7, coffee-script@^1.9.0:
448455
version "1.12.7"
@@ -503,11 +510,23 @@ color-convert@^1.9.0:
503510
dependencies:
504511
color-name "1.1.3"
505512

513+
color-convert@^2.0.1:
514+
version "2.0.1"
515+
resolved "https://registry.yarnpkg.com/color-convert/-/color-convert-2.0.1.tgz#72d3a68d598c9bdb3af2ad1e84f21d896abd4de3"
516+
integrity sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==
517+
dependencies:
518+
color-name "~1.1.4"
519+
506520
color-name@1.1.3:
507521
version "1.1.3"
508522
resolved "https://registry.yarnpkg.com/color-name/-/color-name-1.1.3.tgz#a7d0558bd89c42f795dd42328f740831ca53bc25"
509523
integrity sha1-p9BVi9icQveV3UIyj3QIMcpTvCU=
510524

525+
color-name@~1.1.4:
526+
version "1.1.4"
527+
resolved "https://registry.yarnpkg.com/color-name/-/color-name-1.1.4.tgz#c2a09a87acbde69543de6f63fa3995c826c536a2"
528+
integrity sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==
529+
511530
colors@~1.1.2:
512531
version "1.1.2"
513532
resolved "https://registry.yarnpkg.com/colors/-/colors-1.1.2.tgz#168a4701756b6a7f51a12ce0c97bfa28c084ed63"
@@ -689,7 +708,7 @@ dateformat@~1.0.12:
689708
get-stdin "^4.0.1"
690709
meow "^3.3.0"
691710

692-
decamelize@^1.1.1, decamelize@^1.1.2:
711+
decamelize@^1.1.2:
693712
version "1.2.0"
694713
resolved "https://registry.yarnpkg.com/decamelize/-/decamelize-1.2.0.tgz#f6534d15148269b20352e7bee26f501f9a191290"
695714
integrity sha1-9lNNFRSCabIDUue+4m9QH5oZEpA=
@@ -799,6 +818,11 @@ elliptic@^6.5.3:
799818
minimalistic-assert "^1.0.1"
800819
minimalistic-crypto-utils "^1.0.1"
801820

821+
emoji-regex@^8.0.0:
822+
version "8.0.0"
823+
resolved "https://registry.yarnpkg.com/emoji-regex/-/emoji-regex-8.0.0.tgz#e818fd69ce5ccfcb404594f842963bf53164cc37"
824+
integrity sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==
825+
802826
errlop@^2.0.0:
803827
version "2.2.0"
804828
resolved "https://registry.yarnpkg.com/errlop/-/errlop-2.2.0.tgz#1ff383f8f917ae328bebb802d6ca69666a42d21b"
@@ -868,6 +892,11 @@ es6-symbol@^3.1.1, es6-symbol@~3.1.1, es6-symbol@~3.1.3:
868892
d "^1.0.1"
869893
ext "^1.1.2"
870894

895+
escalade@^3.1.1:
896+
version "3.1.1"
897+
resolved "https://registry.yarnpkg.com/escalade/-/escalade-3.1.1.tgz#d8cfdc7000965c5a0174b4a82eaa5c0552742e40"
898+
integrity sha512-k0er2gUkLf8O0zKJiAhmkTnJlTvINGv7ygDNPbeIsX/TJjGJZHuh9B2UxbsaEkmlEo9MfhrSzmhIlhRlI2GXnw==
899+
871900
escape-string-regexp@^1.0.2, escape-string-regexp@^1.0.5:
872901
version "1.0.5"
873902
resolved "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz#1b61c0562190a8dff6ae3bb2cf0200ca130b86d4"
@@ -1057,6 +1086,11 @@ get-assigned-identifiers@^1.1.0, get-assigned-identifiers@^1.2.0:
10571086
resolved "https://registry.yarnpkg.com/get-assigned-identifiers/-/get-assigned-identifiers-1.2.0.tgz#6dbf411de648cbaf8d9169ebb0d2d576191e2ff1"
10581087
integrity sha512-mBBwmeGTrxEMO4pMaaf/uUEFHnYtwr8FTe8Y/mer4rcV/bye0qGm6pw1bGZFGStxC5O76c5ZAVBGnqHmOaJpdQ==
10591088

1089+
get-caller-file@^2.0.5:
1090+
version "2.0.5"
1091+
resolved "https://registry.yarnpkg.com/get-caller-file/-/get-caller-file-2.0.5.tgz#4f94412a82db32f36e3b0b9741f8a97feb031f7e"
1092+
integrity sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==
1093+
10601094
get-stdin@^4.0.1:
10611095
version "4.0.1"
10621096
resolved "https://registry.yarnpkg.com/get-stdin/-/get-stdin-4.0.1.tgz#b968c6b0a04384324902e8bf1a5df32579a450fe"
@@ -1397,10 +1431,10 @@ inherits@2.0.3:
13971431
resolved "https://registry.yarnpkg.com/inherits/-/inherits-2.0.3.tgz#633c2c83e3da42a502f52466022480f4208261de"
13981432
integrity sha1-Yzwsg+PaQqUC9SRmAiSA9CCCYd4=
13991433

1400-
ini@^1.3.0:
1401-
version "1.3.8"
1402-
resolved "https://registry.yarnpkg.com/ini/-/ini-1.3.8.tgz#a29da425b48806f34767a4efce397269af28432c"
1403-
integrity sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew==
1434+
ini@^2.0.0:
1435+
version "2.0.0"
1436+
resolved "https://registry.yarnpkg.com/ini/-/ini-2.0.0.tgz#e5fd556ecdd5726be978fa1001862eacb0a94bc5"
1437+
integrity sha512-7PnF4oN3CvZF23ADhA5wRaYEQpJ8qygSkbtTXWBeXWXmEVRXK+1ITciHWwHhsjv1TmW0MgacIv6hEi5pX5NQdA==
14041438

14051439
inline-source-map@~0.6.0:
14061440
version "0.6.2"
@@ -1425,11 +1459,6 @@ insert-module-globals@^7.0.0:
14251459
undeclared-identifiers "^1.1.2"
14261460
xtend "^4.0.0"
14271461

1428-
invert-kv@^1.0.0:
1429-
version "1.0.0"
1430-
resolved "https://registry.yarnpkg.com/invert-kv/-/invert-kv-1.0.0.tgz#104a8e4aaca6d3d8cd157a8ef8bfab2d7a3ffdb6"
1431-
integrity sha1-EEqOSqym09jNFXqO+L+rLXo//bY=
1432-
14331462
is-arrayish@^0.2.1:
14341463
version "0.2.1"
14351464
resolved "https://registry.yarnpkg.com/is-arrayish/-/is-arrayish-0.2.1.tgz#77c99840527aa8ecb1a8ba697b80645a7a926a9d"
@@ -1445,12 +1474,10 @@ is-finite@^1.0.0:
14451474
resolved "https://registry.yarnpkg.com/is-finite/-/is-finite-1.1.0.tgz#904135c77fb42c0641d6aa1bcdbc4daa8da082f3"
14461475
integrity sha512-cdyMtqX/BOqqNBBiKlIVkytNHm49MtMlYyn1zxzvJKWmFMlGzm+ry5BBfYyeY9YmNKbRSo/o7OX9w9ale0wg3w==
14471476

1448-
is-fullwidth-code-point@^1.0.0:
1449-
version "1.0.0"
1450-
resolved "https://registry.yarnpkg.com/is-fullwidth-code-point/-/is-fullwidth-code-point-1.0.0.tgz#ef9e31386f031a7f0d643af82fde50c457ef00cb"
1451-
integrity sha1-754xOG8DGn8NZDr4L95QxFfvAMs=
1452-
dependencies:
1453-
number-is-nan "^1.0.0"
1477+
is-fullwidth-code-point@^3.0.0:
1478+
version "3.0.0"
1479+
resolved "https://registry.yarnpkg.com/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz#f116f8064fe90b3f7844a38997c0b75051269f1d"
1480+
integrity sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==
14541481

14551482
is-typedarray@~1.0.0:
14561483
version "1.0.0"
@@ -1567,13 +1594,6 @@ labeled-stream-splicer@^2.0.0:
15671594
inherits "^2.0.1"
15681595
stream-splicer "^2.0.0"
15691596

1570-
lcid@^1.0.0:
1571-
version "1.0.0"
1572-
resolved "https://registry.yarnpkg.com/lcid/-/lcid-1.0.0.tgz#308accafa0bc483a3867b4b6f2b9506251d1b835"
1573-
integrity sha1-MIrMr6C8SDo4Z7S28rlQYlHRuDU=
1574-
dependencies:
1575-
invert-kv "^1.0.0"
1576-
15771597
levn@~0.3.0:
15781598
version "0.3.0"
15791599
resolved "https://registry.yarnpkg.com/levn/-/levn-0.3.0.tgz#3b09924edf9f083c0490fdd4c0bc4421e04764ee"
@@ -1812,15 +1832,15 @@ multimatch@^4.0.0:
18121832
arrify "^2.0.1"
18131833
minimatch "^3.0.4"
18141834

1815-
nconf@^0.10.0:
1816-
version "0.10.0"
1817-
resolved "https://registry.yarnpkg.com/nconf/-/nconf-0.10.0.tgz#da1285ee95d0a922ca6cee75adcf861f48205ad2"
1818-
integrity sha512-fKiXMQrpP7CYWJQzKkPPx9hPgmq+YLDyxcG9N8RpiE9FoCkCbzD0NyW0YhE3xn3Aupe7nnDeIx4PFzYehpHT9Q==
1835+
nconf@^0.11.4:
1836+
version "0.11.4"
1837+
resolved "https://registry.yarnpkg.com/nconf/-/nconf-0.11.4.tgz#7f925d27569738a2a10c3ba4b56310c8821b308b"
1838+
integrity sha512-YaDR846q11JnG1vTrhJ0QIlhiGY6+W1bgWtReG9SS3vkTl3AoNwFvUItdhG6/ZjGCfWpUVuRTNEBTDAQ3nWhGw==
18191839
dependencies:
18201840
async "^1.4.0"
1821-
ini "^1.3.0"
1841+
ini "^2.0.0"
18221842
secure-keys "^1.0.0"
1823-
yargs "^3.19.0"
1843+
yargs "^16.1.1"
18241844

18251845
next-tick@~1.0.0:
18261846
version "1.0.0"
@@ -1851,11 +1871,6 @@ npm-run-path@^2.0.0:
18511871
dependencies:
18521872
path-key "^2.0.0"
18531873

1854-
number-is-nan@^1.0.0:
1855-
version "1.0.1"
1856-
resolved "https://registry.yarnpkg.com/number-is-nan/-/number-is-nan-1.0.1.tgz#097b602b53422a522c1afb8790318336941a011d"
1857-
integrity sha1-CXtgK1NCKlIsGvuHkDGDNpQaAR0=
1858-
18591874
oauth-sign@~0.9.0:
18601875
version "0.9.0"
18611876
resolved "https://registry.yarnpkg.com/oauth-sign/-/oauth-sign-0.9.0.tgz#47a7b016baa68b5fa0ecf3dee08a85c679ac6455"
@@ -1903,13 +1918,6 @@ os-browserify@~0.3.0:
19031918
resolved "https://registry.yarnpkg.com/os-browserify/-/os-browserify-0.3.0.tgz#854373c7f5c2315914fc9bfc6bd8238fdda1ec27"
19041919
integrity sha1-hUNzx/XCMVkU/Jv8a9gjj92h7Cc=
19051920

1906-
os-locale@^1.4.0:
1907-
version "1.4.0"
1908-
resolved "https://registry.yarnpkg.com/os-locale/-/os-locale-1.4.0.tgz#20f9f17ae29ed345e8bde583b13d2009803c14d9"
1909-
integrity sha1-IPnxeuKe00XoveWDsT0gCYA8FNk=
1910-
dependencies:
1911-
lcid "^1.0.0"
1912-
19131921
ospath@^1.2.2:
19141922
version "1.2.2"
19151923
resolved "https://registry.yarnpkg.com/ospath/-/ospath-1.2.2.tgz#1276639774a3f8ef2572f7fe4280e0ea4550c07b"
@@ -2241,6 +2249,11 @@ request@^2.79.0:
22412249
tunnel-agent "^0.6.0"
22422250
uuid "^3.3.2"
22432251

2252+
require-directory@^2.1.1:
2253+
version "2.1.1"
2254+
resolved "https://registry.yarnpkg.com/require-directory/-/require-directory-2.1.1.tgz#8c64ad5fd30dab1c976e2344ffe7f792a6a6df42"
2255+
integrity sha1-jGStX9MNqxyXbiNE/+f3kqam30I=
2256+
22442257
requirefresh@^2.1.0:
22452258
version "2.3.0"
22462259
resolved "https://registry.yarnpkg.com/requirefresh/-/requirefresh-2.3.0.tgz#fb09387b57f5ed335ff4a4beea3d8c0bf2367306"
@@ -2520,14 +2533,14 @@ stream-splicer@^2.0.0:
25202533
inherits "^2.0.1"
25212534
readable-stream "^2.0.2"
25222535

2523-
string-width@^1.0.1:
2524-
version "1.0.2"
2525-
resolved "https://registry.yarnpkg.com/string-width/-/string-width-1.0.2.tgz#118bdf5b8cdc51a2a7e70d211e07e2b0b9b107d3"
2526-
integrity sha1-EYvfW4zcUaKn5w0hHgfisLmxB9M=
2536+
string-width@^4.1.0, string-width@^4.2.0:
2537+
version "4.2.3"
2538+
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
2539+
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
25272540
dependencies:
2528-
code-point-at "^1.0.0"
2529-
is-fullwidth-code-point "^1.0.0"
2530-
strip-ansi "^3.0.0"
2541+
emoji-regex "^8.0.0"
2542+
is-fullwidth-code-point "^3.0.0"
2543+
strip-ansi "^6.0.1"
25312544

25322545
string_decoder@^1.1.1:
25332546
version "1.3.0"
@@ -2543,7 +2556,7 @@ string_decoder@~1.1.1:
25432556
dependencies:
25442557
safe-buffer "~5.1.0"
25452558

2546-
strip-ansi@^3.0.0, strip-ansi@^3.0.1:
2559+
strip-ansi@^3.0.0:
25472560
version "3.0.1"
25482561
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-3.0.1.tgz#6a385fb8853d952d5ff05d0e8aaf94278dc63dcf"
25492562
integrity sha1-ajhfuIU9lS1f8F0Oiq+UJ43GPc8=
@@ -2557,6 +2570,13 @@ strip-ansi@^5.0.0:
25572570
dependencies:
25582571
ansi-regex "^4.1.0"
25592572

2573+
strip-ansi@^6.0.0, strip-ansi@^6.0.1:
2574+
version "6.0.1"
2575+
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
2576+
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
2577+
dependencies:
2578+
ansi-regex "^5.0.1"
2579+
25602580
strip-bom@^2.0.0:
25612581
version "2.0.0"
25622582
resolved "https://registry.yarnpkg.com/strip-bom/-/strip-bom-2.0.0.tgz#6219a85616520491f35788bdbf1447a99c7e6b0e"
@@ -2791,11 +2811,6 @@ which@~1.3.0:
27912811
dependencies:
27922812
isexe "^2.0.0"
27932813

2794-
window-size@^0.1.4:
2795-
version "0.1.4"
2796-
resolved "https://registry.yarnpkg.com/window-size/-/window-size-0.1.4.tgz#f8e1aa1ee5a53ec5bf151ffa09742a6ad7697876"
2797-
integrity sha1-+OGqHuWlPsW/FR/6CXQqatdpeHY=
2798-
27992814
word-wrap@~1.2.3:
28002815
version "1.2.3"
28012816
resolved "https://registry.yarnpkg.com/word-wrap/-/word-wrap-1.2.3.tgz#610636f6b1f703891bd34771ccb17fb93b47079c"
@@ -2806,13 +2821,14 @@ wordwrap@~0.0.2:
28062821
resolved "https://registry.yarnpkg.com/wordwrap/-/wordwrap-0.0.3.tgz#a3d5da6cd5c0bc0008d37234bbaf1bed63059107"
28072822
integrity sha1-o9XabNXAvAAI03I0u68b7WMFkQc=
28082823

2809-
wrap-ansi@^2.0.0:
2810-
version "2.1.0"
2811-
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-2.1.0.tgz#d8fc3d284dd05794fe84973caecdd1cf824fdd85"
2812-
integrity sha1-2Pw9KE3QV5T+hJc8rs3Rz4JP3YU=
2824+
wrap-ansi@^7.0.0:
2825+
version "7.0.0"
2826+
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
2827+
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
28132828
dependencies:
2814-
string-width "^1.0.1"
2815-
strip-ansi "^3.0.1"
2829+
ansi-styles "^4.0.0"
2830+
string-width "^4.1.0"
2831+
strip-ansi "^6.0.0"
28162832

28172833
wrappy@1:
28182834
version "1.0.2"
@@ -2824,20 +2840,25 @@ xtend@^4.0.0, xtend@^4.0.1, xtend@^4.0.2, xtend@~4.0.1:
28242840
resolved "https://registry.yarnpkg.com/xtend/-/xtend-4.0.2.tgz#bb72779f5fa465186b1f438f674fa347fdb5db54"
28252841
integrity sha512-LKYU1iAXJXUgAXn9URjiu+MWhyUXHsvfp7mcuYm9dSUKK0/CjtrUwFAxD82/mCWbtLsGjFIad0wIsod4zrTAEQ==
28262842

2827-
y18n@^3.2.0:
2828-
version "3.2.2"
2829-
resolved "https://registry.yarnpkg.com/y18n/-/y18n-3.2.2.tgz#85c901bd6470ce71fc4bb723ad209b70f7f28696"
2830-
integrity sha512-uGZHXkHnhF0XeeAPgnKfPv1bgKAYyVvmNL1xlKsPYZPaIHxGti2hHqvOCQv71XMsLxu1QjergkqogUnms5D3YQ==
2831-
2832-
yargs@^3.19.0:
2833-
version "3.32.0"
2834-
resolved "https://registry.yarnpkg.com/yargs/-/yargs-3.32.0.tgz#03088e9ebf9e756b69751611d2a5ef591482c995"
2835-
integrity sha1-AwiOnr+edWtpdRYR0qXvWRSCyZU=
2836-
dependencies:
2837-
camelcase "^2.0.1"
2838-
cliui "^3.0.3"
2839-
decamelize "^1.1.1"
2840-
os-locale "^1.4.0"
2841-
string-width "^1.0.1"
2842-
window-size "^0.1.4"
2843-
y18n "^3.2.0"
2843+
y18n@^5.0.5:
2844+
version "5.0.8"
2845+
resolved "https://registry.yarnpkg.com/y18n/-/y18n-5.0.8.tgz#7f4934d0f7ca8c56f95314939ddcd2dd91ce1d55"
2846+
integrity sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA==
2847+
2848+
yargs-parser@^20.2.2:
2849+
version "20.2.9"
2850+
resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-20.2.9.tgz#2eb7dc3b0289718fc295f362753845c41a0c94ee"
2851+
integrity sha512-y11nGElTIV+CT3Zv9t7VKl+Q3hTQoT9a1Qzezhhl6Rp21gJ/IVTW7Z3y9EWXhuUBC2Shnf+DX0antecpAwSP8w==
2852+
2853+
yargs@^16.1.1:
2854+
version "16.2.0"
2855+
resolved "https://registry.yarnpkg.com/yargs/-/yargs-16.2.0.tgz#1c82bf0f6b6a66eafce7ef30e376f49a12477f66"
2856+
integrity sha512-D1mvvtDG0L5ft/jGWkLpG1+m0eQxOfaBvTNELraWj22wSVUMWxZUvYgJYcKh6jGGIkJFhH4IZPQhR4TKpc8mBw==
2857+
dependencies:
2858+
cliui "^7.0.2"
2859+
escalade "^3.1.1"
2860+
get-caller-file "^2.0.5"
2861+
require-directory "^2.1.1"
2862+
string-width "^4.2.0"
2863+
y18n "^5.0.5"
2864+
yargs-parser "^20.2.2"

0 commit comments

Comments
 (0)