@@ -920,9 +920,9 @@ bluebird@^3.4.6, bluebird@~3.4.1:
920
920
integrity sha1-9y12C+Cbf3bQjtj66Ysomo0F+rM=
921
921
922
922
bn.js@^4.0.0, bn.js@^4.1.0, bn.js@^4.1.1, bn.js@^4.4.0 :
923
- version "4.11.6 "
924
- resolved "https://registry.yarnpkg.com/bn.js/-/bn.js-4.11.6 .tgz#53344adb14617a13f6e8dd2ce28905d1c0ba3215 "
925
- integrity sha1-UzRK2xRhehP26N0s4okF0cC6MhU =
923
+ version "4.11.9 "
924
+ resolved "https://registry.yarnpkg.com/bn.js/-/bn.js-4.11.9 .tgz#26d556829458f9d1e81fc48952493d0ba3507828 "
925
+ integrity sha512-E6QoYqCKZfgatHTdHzs1RRKP7ip4vvm+EyRUeE2RF0NblwVvb0p6jSVeNTOFxPn26QXN2o6SMfNxKp6kU8zQaw= =
926
926
927
927
body-parser@1.19.0, body-parser@^1.19.0 :
928
928
version "1.19.0"
@@ -1028,9 +1028,9 @@ braces@^3.0.2, braces@~3.0.2:
1028
1028
fill-range "^7.0.1"
1029
1029
1030
1030
brorand@^1.0.1 :
1031
- version "1.0.7 "
1032
- resolved "https://registry.yarnpkg.com/brorand/-/brorand-1.0.7. tgz#6677fa5e4901bdbf9c9ec2a748e28dca407a9bfc "
1033
- integrity sha1-Znf6XkkBvb+cnsKnSOKNykB6m/w =
1031
+ version "1.1.0 "
1032
+ resolved "https://registry.yarnpkg.com/brorand/-/brorand-1.1.0. tgz#12c25efe40a45e3c323eb8675a0a0ce57b22371f "
1033
+ integrity sha1-EsJe/kCkXjwyPrhnWgoM5XsiNx8 =
1034
1034
1035
1035
browser-pack@^3.2.0 :
1036
1036
version "3.2.0"
@@ -2820,14 +2820,17 @@ ee-first@1.1.1:
2820
2820
integrity sha1-WQxhFWsK4vTwJVcyoViyZrxWsh0=
2821
2821
2822
2822
elliptic@^6.0.0 :
2823
- version "6.3 .3"
2824
- resolved "https://registry.yarnpkg.com/elliptic/-/elliptic-6.3 .3.tgz#5482d9646d54bcb89fd7d994fc9e2e9568876e3f "
2825
- integrity sha1-VILZZG1UvLif19mU/J4ulWiHbj8 =
2823
+ version "6.5 .3"
2824
+ resolved "https://registry.yarnpkg.com/elliptic/-/elliptic-6.5 .3.tgz#cb59eb2efdaf73a0bd78ccd7015a62ad6e0f93d6 "
2825
+ integrity sha512-IMqzv5wNQf+E6aHeIqATs0tOLeOTwj1QKbRcS3jBbYkl5oLAserA8yJTT7/VyHUYG91PRmPyeQDObKLPpeS4dw= =
2826
2826
dependencies :
2827
2827
bn.js "^4.4.0"
2828
2828
brorand "^1.0.1"
2829
2829
hash.js "^1.0.0"
2830
+ hmac-drbg "^1.0.0"
2830
2831
inherits "^2.0.1"
2832
+ minimalistic-assert "^1.0.0"
2833
+ minimalistic-crypto-utils "^1.0.0"
2831
2834
2832
2835
emoji-regex@^8.0.0 :
2833
2836
version "8.0.0"
@@ -4756,12 +4759,13 @@ has-values@^1.0.0:
4756
4759
is-number "^3.0.0"
4757
4760
kind-of "^4.0.0"
4758
4761
4759
- hash.js@^1.0.0 :
4760
- version "1.0.3 "
4761
- resolved "https://registry.yarnpkg.com/hash.js/-/hash.js-1.0.3 .tgz#1332ff00156c0a0ffdd8236013d07b77a0451573 "
4762
- integrity sha1-EzL/ABVsCg/92CNgE9B7d6BFFXM =
4762
+ hash.js@^1.0.0, hash.js@^1.0.3 :
4763
+ version "1.1.7 "
4764
+ resolved "https://registry.yarnpkg.com/hash.js/-/hash.js-1.1.7 .tgz#0babca538e8d4ee4a0f8988d68866537a003cf42 "
4765
+ integrity sha512-taOaskGt4z4SOANNseOviYDvjEJinIkRgmp7LbKP2YTTmVxWBl87s/uzK9r+44BclBSp2X7K1hqeNfz9JbBeXA= =
4763
4766
dependencies :
4764
- inherits "^2.0.1"
4767
+ inherits "^2.0.3"
4768
+ minimalistic-assert "^1.0.1"
4765
4769
4766
4770
header-case@^1.0.0 :
4767
4771
version "1.0.0"
@@ -4771,6 +4775,15 @@ header-case@^1.0.0:
4771
4775
no-case "^2.2.0"
4772
4776
upper-case "^1.1.3"
4773
4777
4778
+ hmac-drbg@^1.0.0 :
4779
+ version "1.0.1"
4780
+ resolved "https://registry.yarnpkg.com/hmac-drbg/-/hmac-drbg-1.0.1.tgz#d2745701025a6c775a6c545793ed502fc0c649a1"
4781
+ integrity sha1-0nRXAQJabHdabFRXk+1QL8DGSaE=
4782
+ dependencies :
4783
+ hash.js "^1.0.3"
4784
+ minimalistic-assert "^1.0.0"
4785
+ minimalistic-crypto-utils "^1.0.1"
4786
+
4774
4787
home-dir@^1.0.0 :
4775
4788
version "1.0.0"
4776
4789
resolved "https://registry.yarnpkg.com/home-dir/-/home-dir-1.0.0.tgz#2917eb44bdc9072ceda942579543847e3017fe4e"
@@ -6829,10 +6842,15 @@ mimic-response@^2.0.0:
6829
6842
resolved "https://registry.yarnpkg.com/mimic-response/-/mimic-response-2.0.0.tgz#996a51c60adf12cb8a87d7fb8ef24c2f3d5ebb46"
6830
6843
integrity sha512-8ilDoEapqA4uQ3TwS0jakGONKXVJqpy+RpM+3b7pLdOjghCrEiGp9SRkFbUHAmZW9vdnrENWHjaweIoTIJExSQ==
6831
6844
6832
- minimalistic-assert@^1.0.0 :
6833
- version "1.0.0"
6834
- resolved "https://registry.yarnpkg.com/minimalistic-assert/-/minimalistic-assert-1.0.0.tgz#702be2dda6b37f4836bcb3f5db56641b64a1d3d3"
6835
- integrity sha1-cCvi3aazf0g2vLP121ZkG2Sh09M=
6845
+ minimalistic-assert@^1.0.0, minimalistic-assert@^1.0.1 :
6846
+ version "1.0.1"
6847
+ resolved "https://registry.yarnpkg.com/minimalistic-assert/-/minimalistic-assert-1.0.1.tgz#2e194de044626d4a10e7f7fbc00ce73e83e4d5c7"
6848
+ integrity sha512-UtJcAD4yEaGtjPezWuO9wC4nwUnVH/8/Im3yEHQP4b67cXlD/Qr9hdITCU1xDbSEXg2XKNaP8jsReV7vQd00/A==
6849
+
6850
+ minimalistic-crypto-utils@^1.0.0, minimalistic-crypto-utils@^1.0.1 :
6851
+ version "1.0.1"
6852
+ resolved "https://registry.yarnpkg.com/minimalistic-crypto-utils/-/minimalistic-crypto-utils-1.0.1.tgz#f6c00c1c0b082246e5c4d99dfb8c7c083b2b582a"
6853
+ integrity sha1-9sAMHAsIIkblxNmd+4x8CDsrWCo=
6836
6854
6837
6855
minimatch@0.3 :
6838
6856
version "0.3.0"
0 commit comments