@@ -454,9 +454,10 @@ bcrypt-pbkdf@^1.0.0:
454
454
dependencies :
455
455
tweetnacl "^0.14.3"
456
456
457
- bn.js@^4.0.0, bn.js@^4.1.0, bn.js@^4.1.1, bn.js@^4.4.0 :
458
- version "4.11.8"
459
- resolved "https://registry.yarnpkg.com/bn.js/-/bn.js-4.11.8.tgz#2cde09eb5ee341f484746bb0309b3253b1b1442f"
457
+ bn.js@^4.0.0, bn.js@^4.1.0, bn.js@^4.1.1, bn.js@^4.11.9 :
458
+ version "4.12.0"
459
+ resolved "https://registry.yarnpkg.com/bn.js/-/bn.js-4.12.0.tgz#775b3f278efbb9718eec7361f483fb36fbbfea88"
460
+ integrity sha512-c98Bf3tPniI+scsdk237ku1Dc3ujXQTSgyiPUDEOe7tRkhrqridvh8klBv0HCEso1OLOYcHuCv/cS6DNxKH+ZA==
460
461
461
462
brace-expansion@^1.1.7 :
462
463
version "1.1.8"
@@ -473,9 +474,10 @@ braces@^1.8.2:
473
474
preserve "^0.2.0"
474
475
repeat-element "^1.1.2"
475
476
476
- brorand@^1.0.1 :
477
+ brorand@^1.0.1, brorand@^1.1.0 :
477
478
version "1.1.0"
478
479
resolved "https://registry.yarnpkg.com/brorand/-/brorand-1.1.0.tgz#12c25efe40a45e3c323eb8675a0a0ce57b22371f"
480
+ integrity sha1-EsJe/kCkXjwyPrhnWgoM5XsiNx8=
479
481
480
482
browser-pack@^5.0.1 :
481
483
version "5.0.1"
@@ -1048,16 +1050,17 @@ ecc-jsbn@~0.1.1:
1048
1050
jsbn "~0.1.0"
1049
1051
1050
1052
elliptic@^6.0.0 :
1051
- version "6.4.0"
1052
- resolved "https://registry.yarnpkg.com/elliptic/-/elliptic-6.4.0.tgz#cac9af8762c85836187003c8dfe193e5e2eae5df"
1053
+ version "6.5.4"
1054
+ resolved "https://registry.yarnpkg.com/elliptic/-/elliptic-6.5.4.tgz#da37cebd31e79a1367e941b592ed1fbebd58abbb"
1055
+ integrity sha512-iLhC6ULemrljPZb+QutR5TQGB+pdW6KGD5RSegS+8sorOZT+rdQFbsQFJgvN3eRqNALqJer4oQ16YvJHlU8hzQ==
1053
1056
dependencies :
1054
- bn.js "^4.4.0 "
1055
- brorand "^1.0.1 "
1057
+ bn.js "^4.11.9 "
1058
+ brorand "^1.1.0 "
1056
1059
hash.js "^1.0.0"
1057
- hmac-drbg "^1.0.0 "
1058
- inherits "^2.0.1 "
1059
- minimalistic-assert "^1.0.0 "
1060
- minimalistic-crypto-utils "^1.0.0 "
1060
+ hmac-drbg "^1.0.1 "
1061
+ inherits "^2.0.4 "
1062
+ minimalistic-assert "^1.0.1 "
1063
+ minimalistic-crypto-utils "^1.0.1 "
1061
1064
1062
1065
emoji-regex@^7.0.1 :
1063
1066
version "7.0.3"
@@ -1539,15 +1542,17 @@ hash-base@^3.0.0:
1539
1542
safe-buffer "^5.0.1"
1540
1543
1541
1544
hash.js@^1.0.0, hash.js@^1.0.3 :
1542
- version "1.1.3"
1543
- resolved "https://registry.yarnpkg.com/hash.js/-/hash.js-1.1.3.tgz#340dedbe6290187151c1ea1d777a3448935df846"
1545
+ version "1.1.7"
1546
+ resolved "https://registry.yarnpkg.com/hash.js/-/hash.js-1.1.7.tgz#0babca538e8d4ee4a0f8988d68866537a003cf42"
1547
+ integrity sha512-taOaskGt4z4SOANNseOviYDvjEJinIkRgmp7LbKP2YTTmVxWBl87s/uzK9r+44BclBSp2X7K1hqeNfz9JbBeXA==
1544
1548
dependencies :
1545
1549
inherits "^2.0.3"
1546
- minimalistic-assert "^1.0.0 "
1550
+ minimalistic-assert "^1.0.1 "
1547
1551
1548
- hmac-drbg@^1.0.0 :
1552
+ hmac-drbg@^1.0.1 :
1549
1553
version "1.0.1"
1550
1554
resolved "https://registry.yarnpkg.com/hmac-drbg/-/hmac-drbg-1.0.1.tgz#d2745701025a6c775a6c545793ed502fc0c649a1"
1555
+ integrity sha1-0nRXAQJabHdabFRXk+1QL8DGSaE=
1551
1556
dependencies :
1552
1557
hash.js "^1.0.3"
1553
1558
minimalistic-assert "^1.0.0"
@@ -1627,9 +1632,10 @@ inflight@^1.0.4:
1627
1632
once "^1.3.0"
1628
1633
wrappy "1"
1629
1634
1630
- inherits@2, inherits@^2.0.1, inherits@^2.0.3, inherits@~2.0.1, inherits@~2.0.3 :
1631
- version "2.0.3"
1632
- resolved "https://registry.yarnpkg.com/inherits/-/inherits-2.0.3.tgz#633c2c83e3da42a502f52466022480f4208261de"
1635
+ inherits@2, inherits@^2.0.1, inherits@^2.0.3, inherits@^2.0.4, inherits@~2.0.1, inherits@~2.0.3 :
1636
+ version "2.0.4"
1637
+ resolved "https://registry.yarnpkg.com/inherits/-/inherits-2.0.4.tgz#0fa2c64f932917c3433a0ded55363aae37416b7c"
1638
+ integrity sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==
1633
1639
1634
1640
1635
1641
version "2.0.1"
@@ -2394,13 +2400,15 @@ mimic-fn@^1.0.0:
2394
2400
version "1.2.0"
2395
2401
resolved "https://registry.yarnpkg.com/mimic-fn/-/mimic-fn-1.2.0.tgz#820c86a39334640e99516928bd03fca88057d022"
2396
2402
2397
- minimalistic-assert@^1.0.0 :
2398
- version "1.0.0"
2399
- resolved "https://registry.yarnpkg.com/minimalistic-assert/-/minimalistic-assert-1.0.0.tgz#702be2dda6b37f4836bcb3f5db56641b64a1d3d3"
2403
+ minimalistic-assert@^1.0.0, minimalistic-assert@^1.0.1 :
2404
+ version "1.0.1"
2405
+ resolved "https://registry.yarnpkg.com/minimalistic-assert/-/minimalistic-assert-1.0.1.tgz#2e194de044626d4a10e7f7fbc00ce73e83e4d5c7"
2406
+ integrity sha512-UtJcAD4yEaGtjPezWuO9wC4nwUnVH/8/Im3yEHQP4b67cXlD/Qr9hdITCU1xDbSEXg2XKNaP8jsReV7vQd00/A==
2400
2407
2401
- minimalistic-crypto-utils@^1.0.0, minimalistic-crypto-utils@^1.0. 1 :
2408
+ minimalistic-crypto-utils@^1.0.1 :
2402
2409
version "1.0.1"
2403
2410
resolved "https://registry.yarnpkg.com/minimalistic-crypto-utils/-/minimalistic-crypto-utils-1.0.1.tgz#f6c00c1c0b082246e5c4d99dfb8c7c083b2b582a"
2411
+ integrity sha1-9sAMHAsIIkblxNmd+4x8CDsrWCo=
2404
2412
2405
2413
minimatch@^3.0.2, minimatch@^3.0.3, minimatch@^3.0.4 :
2406
2414
version "3.0.4"
0 commit comments