@@ -2143,10 +2143,10 @@ bluebird@^3.5.1, bluebird@^3.5.3:
2143
2143
resolved "https://registry.yarnpkg.com/bluebird/-/bluebird-3.5.4.tgz#d6cc661595de30d5b3af5fcedd3c0b3ef6ec5714"
2144
2144
integrity sha512-FG+nFEZChJrbQ9tIccIfZJBz3J7mLrAhxakAbnrJWn8d7aKOC+LWifa0G+p4ZqKp4y13T7juYvdhq9NzKdsrjw==
2145
2145
2146
- bn.js@^4.0.0, bn.js@^4.1.0, bn.js@^4.1.1, bn.js@^4.4.0 :
2147
- version "4.11.8 "
2148
- resolved "https://registry.yarnpkg.com/bn.js/-/bn.js-4.11.8 .tgz#2cde09eb5ee341f484746bb0309b3253b1b1442f "
2149
- integrity sha512-ItfYfPLkWHUjckQCk8xC+LwxgK8NYcXywGigJgSwOP8Y2iyWT4f2vsZnoOXTTbo+o5yXmIUJ4gn5538SO5S3gA ==
2146
+ bn.js@^4.0.0, bn.js@^4.1.0, bn.js@^4.1.1, bn.js@^4.11.9 :
2147
+ version "4.12.0 "
2148
+ resolved "https://registry.yarnpkg.com/bn.js/-/bn.js-4.12.0 .tgz#775b3f278efbb9718eec7361f483fb36fbbfea88 "
2149
+ integrity sha512-c98Bf3tPniI+scsdk237ku1Dc3ujXQTSgyiPUDEOe7tRkhrqridvh8klBv0HCEso1OLOYcHuCv/cS6DNxKH+ZA ==
2150
2150
2151
2151
2152
2152
version "1.18.3"
@@ -2219,7 +2219,7 @@ brcast@^3.0.1:
2219
2219
resolved "https://registry.yarnpkg.com/brcast/-/brcast-3.0.1.tgz#6256a8349b20de9eed44257a9b24d71493cd48dd"
2220
2220
integrity sha512-eI3yqf9YEqyGl9PCNTR46MGvDylGtaHjalcz6Q3fAPnP/PhpKkkve52vFdfGpwp4VUvK6LUr4TQN+2stCrEwTg==
2221
2221
2222
- brorand@^1.0.1 :
2222
+ brorand@^1.0.1, brorand@^1.1.0 :
2223
2223
version "1.1.0"
2224
2224
resolved "https://registry.yarnpkg.com/brorand/-/brorand-1.1.0.tgz#12c25efe40a45e3c323eb8675a0a0ce57b22371f"
2225
2225
integrity sha1-EsJe/kCkXjwyPrhnWgoM5XsiNx8=
@@ -3620,17 +3620,17 @@ electron-to-chromium@^1.3.103, electron-to-chromium@^1.3.124:
3620
3620
integrity sha512-1o25iFRf/dbgauTWalEzmD1EmRN3a2CzP/K7UVpYLEBduk96LF0FyUdCcf4Ry2mAWJ1VxyblFjC93q6qlLwA2A==
3621
3621
3622
3622
elliptic@^6.0.0 :
3623
- version "6.4.1 "
3624
- resolved "https://registry.yarnpkg.com/elliptic/-/elliptic-6.4.1. tgz#c2d0b7776911b86722c632c3c06c60f2f819939a "
3625
- integrity sha512-BsXLz5sqX8OHcsh7CqBMztyXARmGQ3LWPtGjJi6DiJHq5C/qvi9P3OqgswKSDftbu8+IoI/QDTAm2fFnQ9SZSQ ==
3623
+ version "6.5.4 "
3624
+ resolved "https://registry.yarnpkg.com/elliptic/-/elliptic-6.5.4. tgz#da37cebd31e79a1367e941b592ed1fbebd58abbb "
3625
+ integrity sha512-iLhC6ULemrljPZb+QutR5TQGB+pdW6KGD5RSegS+8sorOZT+rdQFbsQFJgvN3eRqNALqJer4oQ16YvJHlU8hzQ ==
3626
3626
dependencies :
3627
- bn.js "^4.4.0 "
3628
- brorand "^1.0.1 "
3627
+ bn.js "^4.11.9 "
3628
+ brorand "^1.1.0 "
3629
3629
hash.js "^1.0.0"
3630
- hmac-drbg "^1.0.0 "
3631
- inherits "^2.0.1 "
3632
- minimalistic-assert "^1.0.0 "
3633
- minimalistic-crypto-utils "^1.0.0 "
3630
+ hmac-drbg "^1.0.1 "
3631
+ inherits "^2.0.4 "
3632
+ minimalistic-assert "^1.0.1 "
3633
+ minimalistic-crypto-utils "^1.0.1 "
3634
3634
3635
3635
emoji-regex@^6.5.1 :
3636
3636
version "6.5.1"
@@ -4891,7 +4891,7 @@ history@^4.9.0:
4891
4891
tiny-warning "^1.0.0"
4892
4892
value-equal "^0.4.0"
4893
4893
4894
- hmac-drbg@^1.0.0 :
4894
+ hmac-drbg@^1.0.1 :
4895
4895
version "1.0.1"
4896
4896
resolved "https://registry.yarnpkg.com/hmac-drbg/-/hmac-drbg-1.0.1.tgz#d2745701025a6c775a6c545793ed502fc0c649a1"
4897
4897
integrity sha1-0nRXAQJabHdabFRXk+1QL8DGSaE=
@@ -5225,16 +5225,21 @@ inflight@^1.0.4:
5225
5225
once "^1.3.0"
5226
5226
wrappy "1"
5227
5227
5228
- inherits@2, [email protected] .3 , inherits@^2.0.1 , inherits@^2.0.3 , inherits@~2.0.1, inherits@~2.0.3 :
5229
- version "2.0.3 "
5230
- resolved "https://registry.yarnpkg.com/inherits/-/inherits-2.0.3 .tgz#633c2c83e3da42a502f52466022480f4208261de "
5231
- integrity sha1-Yzwsg+PaQqUC9SRmAiSA9CCCYd4 =
5228
+ inherits@2, inherits@^ 2.0.1 , inherits@^2.0.3 , inherits@^2.0.4 , inherits@~2.0.1, inherits@~2.0.3 :
5229
+ version "2.0.4 "
5230
+ resolved "https://registry.yarnpkg.com/inherits/-/inherits-2.0.4 .tgz#0fa2c64f932917c3433a0ded55363aae37416b7c "
5231
+ integrity sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ= =
5232
5232
5233
5233
5234
5234
version "2.0.1"
5235
5235
resolved "https://registry.yarnpkg.com/inherits/-/inherits-2.0.1.tgz#b17d08d326b4423e568eff719f91b0b1cbdf69f1"
5236
5236
integrity sha1-sX0I0ya0Qj5Wjv9xn5GwscvfafE=
5237
5237
5238
+
5239
+ version "2.0.3"
5240
+ resolved "https://registry.yarnpkg.com/inherits/-/inherits-2.0.3.tgz#633c2c83e3da42a502f52466022480f4208261de"
5241
+ integrity sha1-Yzwsg+PaQqUC9SRmAiSA9CCCYd4=
5242
+
5238
5243
ini@^1.3.5, ini@~1.3.0 :
5239
5244
version "1.3.5"
5240
5245
resolved "https://registry.yarnpkg.com/ini/-/ini-1.3.5.tgz#eee25f56db1c9ec6085e0c22778083f596abf927"
@@ -6774,7 +6779,7 @@ minimalistic-assert@^1.0.0, minimalistic-assert@^1.0.1:
6774
6779
resolved "https://registry.yarnpkg.com/minimalistic-assert/-/minimalistic-assert-1.0.1.tgz#2e194de044626d4a10e7f7fbc00ce73e83e4d5c7"
6775
6780
integrity sha512-UtJcAD4yEaGtjPezWuO9wC4nwUnVH/8/Im3yEHQP4b67cXlD/Qr9hdITCU1xDbSEXg2XKNaP8jsReV7vQd00/A==
6776
6781
6777
- minimalistic-crypto-utils@^1.0.0, minimalistic-crypto-utils@^1.0. 1 :
6782
+ minimalistic-crypto-utils@^1.0.1 :
6778
6783
version "1.0.1"
6779
6784
resolved "https://registry.yarnpkg.com/minimalistic-crypto-utils/-/minimalistic-crypto-utils-1.0.1.tgz#f6c00c1c0b082246e5c4d99dfb8c7c083b2b582a"
6780
6785
integrity sha1-9sAMHAsIIkblxNmd+4x8CDsrWCo=
0 commit comments