Skip to content

Commit e8af5fd

Browse files
Bump elliptic from 6.3.3 to 6.5.3
Bumps [elliptic](https://github.com/indutny/elliptic) from 6.3.3 to 6.5.3. - [Release notes](https://github.com/indutny/elliptic/releases) - [Commits](indutny/elliptic@v6.3.3...v6.5.3) Signed-off-by: dependabot[bot] <support@github.com>
1 parent 3ce9f60 commit e8af5fd

File tree

1 file changed

+31
-15
lines changed

1 file changed

+31
-15
lines changed

yarn.lock

Lines changed: 31 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1014,8 +1014,8 @@ block-stream@*:
10141014
inherits "~2.0.0"
10151015

10161016
bn.js@^4.0.0, bn.js@^4.1.0, bn.js@^4.1.1, bn.js@^4.4.0:
1017-
version "4.11.6"
1018-
resolved "https://registry.yarnpkg.com/bn.js/-/bn.js-4.11.6.tgz#53344adb14617a13f6e8dd2ce28905d1c0ba3215"
1017+
version "4.11.9"
1018+
resolved "https://registry.yarnpkg.com/bn.js/-/bn.js-4.11.9.tgz#26d556829458f9d1e81fc48952493d0ba3507828"
10191019

10201020
boolbase@~1.0.0:
10211021
version "1.0.0"
@@ -1043,8 +1043,8 @@ braces@^1.8.2:
10431043
repeat-element "^1.1.2"
10441044

10451045
brorand@^1.0.1:
1046-
version "1.0.7"
1047-
resolved "https://registry.yarnpkg.com/brorand/-/brorand-1.0.7.tgz#6677fa5e4901bdbf9c9ec2a748e28dca407a9bfc"
1046+
version "1.1.0"
1047+
resolved "https://registry.yarnpkg.com/brorand/-/brorand-1.1.0.tgz#12c25efe40a45e3c323eb8675a0a0ce57b22371f"
10481048

10491049
browser-stdout@1.3.0:
10501050
version "1.3.0"
@@ -1598,13 +1598,16 @@ editions@^1.1.1:
15981598
resolved "https://registry.yarnpkg.com/editions/-/editions-1.3.3.tgz#0907101bdda20fac3cbe334c27cbd0688dc99a5b"
15991599

16001600
elliptic@^6.0.0:
1601-
version "6.3.3"
1602-
resolved "https://registry.yarnpkg.com/elliptic/-/elliptic-6.3.3.tgz#5482d9646d54bcb89fd7d994fc9e2e9568876e3f"
1601+
version "6.5.3"
1602+
resolved "https://registry.yarnpkg.com/elliptic/-/elliptic-6.5.3.tgz#cb59eb2efdaf73a0bd78ccd7015a62ad6e0f93d6"
16031603
dependencies:
16041604
bn.js "^4.4.0"
16051605
brorand "^1.0.1"
16061606
hash.js "^1.0.0"
1607+
hmac-drbg "^1.0.0"
16071608
inherits "^2.0.1"
1609+
minimalistic-assert "^1.0.0"
1610+
minimalistic-crypto-utils "^1.0.0"
16081611

16091612
emoji-regex@^6.1.0:
16101613
version "6.1.0"
@@ -2246,11 +2249,12 @@ has@^1.0.1:
22462249
dependencies:
22472250
function-bind "^1.0.2"
22482251

2249-
hash.js@^1.0.0:
2250-
version "1.0.3"
2251-
resolved "https://registry.yarnpkg.com/hash.js/-/hash.js-1.0.3.tgz#1332ff00156c0a0ffdd8236013d07b77a0451573"
2252+
hash.js@^1.0.0, hash.js@^1.0.3:
2253+
version "1.1.7"
2254+
resolved "https://registry.yarnpkg.com/hash.js/-/hash.js-1.1.7.tgz#0babca538e8d4ee4a0f8988d68866537a003cf42"
22522255
dependencies:
2253-
inherits "^2.0.1"
2256+
inherits "^2.0.3"
2257+
minimalistic-assert "^1.0.1"
22542258

22552259
hawk@~3.1.3:
22562260
version "3.1.3"
@@ -2261,6 +2265,14 @@ hawk@~3.1.3:
22612265
hoek "2.x.x"
22622266
sntp "1.x.x"
22632267

2268+
hmac-drbg@^1.0.0:
2269+
version "1.0.1"
2270+
resolved "https://registry.yarnpkg.com/hmac-drbg/-/hmac-drbg-1.0.1.tgz#d2745701025a6c775a6c545793ed502fc0c649a1"
2271+
dependencies:
2272+
hash.js "^1.0.3"
2273+
minimalistic-assert "^1.0.0"
2274+
minimalistic-crypto-utils "^1.0.1"
2275+
22642276
hoek@2.x.x:
22652277
version "2.16.3"
22662278
resolved "https://registry.yarnpkg.com/hoek/-/hoek-2.16.3.tgz#20bb7403d3cea398e91dc4710a8ff1b8274a25ed"
@@ -2347,8 +2359,8 @@ inflight@^1.0.4:
23472359
wrappy "1"
23482360

23492361
inherits@2, inherits@^2.0.1, inherits@^2.0.3, inherits@~2.0.0, inherits@~2.0.1:
2350-
version "2.0.3"
2351-
resolved "https://registry.yarnpkg.com/inherits/-/inherits-2.0.3.tgz#633c2c83e3da42a502f52466022480f4208261de"
2362+
version "2.0.4"
2363+
resolved "https://registry.yarnpkg.com/inherits/-/inherits-2.0.4.tgz#0fa2c64f932917c3433a0ded55363aae37416b7c"
23522364

23532365
inherits@2.0.1:
23542366
version "2.0.1"
@@ -3014,9 +3026,13 @@ mime-types@^2.1.12, mime-types@~2.1.7:
30143026
dependencies:
30153027
mime-db "~1.26.0"
30163028

3017-
minimalistic-assert@^1.0.0:
3018-
version "1.0.0"
3019-
resolved "https://registry.yarnpkg.com/minimalistic-assert/-/minimalistic-assert-1.0.0.tgz#702be2dda6b37f4836bcb3f5db56641b64a1d3d3"
3029+
minimalistic-assert@^1.0.0, minimalistic-assert@^1.0.1:
3030+
version "1.0.1"
3031+
resolved "https://registry.yarnpkg.com/minimalistic-assert/-/minimalistic-assert-1.0.1.tgz#2e194de044626d4a10e7f7fbc00ce73e83e4d5c7"
3032+
3033+
minimalistic-crypto-utils@^1.0.0, minimalistic-crypto-utils@^1.0.1:
3034+
version "1.0.1"
3035+
resolved "https://registry.yarnpkg.com/minimalistic-crypto-utils/-/minimalistic-crypto-utils-1.0.1.tgz#f6c00c1c0b082246e5c4d99dfb8c7c083b2b582a"
30203036

30213037
"minimatch@2 || 3", minimatch@^3.0.0, minimatch@^3.0.2, minimatch@^3.0.3:
30223038
version "3.0.3"

0 commit comments

Comments
 (0)