Skip to content

Commit bcc2836

Browse files
Bump elliptic from 6.3.2 to 6.5.4
Bumps [elliptic](https://github.com/indutny/elliptic) from 6.3.2 to 6.5.4. - [Release notes](https://github.com/indutny/elliptic/releases) - [Commits](indutny/elliptic@v6.3.2...v6.5.4) Signed-off-by: dependabot[bot] <support@github.com>
1 parent 6dd8589 commit bcc2836

File tree

1 file changed

+35
-19
lines changed

1 file changed

+35
-19
lines changed

yarn.lock

Lines changed: 35 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -731,9 +731,9 @@ block-stream@*:
731731
dependencies:
732732
inherits "~2.0.0"
733733

734-
bn.js@^4.0.0, bn.js@^4.1.0, bn.js@^4.1.1, bn.js@^4.4.0:
735-
version "4.11.6"
736-
resolved "https://registry.yarnpkg.com/bn.js/-/bn.js-4.11.6.tgz#53344adb14617a13f6e8dd2ce28905d1c0ba3215"
734+
bn.js@^4.0.0, bn.js@^4.1.0, bn.js@^4.1.1, bn.js@^4.11.9:
735+
version "4.12.0"
736+
resolved "https://registry.yarnpkg.com/bn.js/-/bn.js-4.12.0.tgz#775b3f278efbb9718eec7361f483fb36fbbfea88"
737737

738738
body-parser@^1.13.2:
739739
version "1.15.2"
@@ -805,9 +805,9 @@ braces@^2.3.1, braces@^2.3.2:
805805
split-string "^3.0.2"
806806
to-regex "^3.0.1"
807807

808-
brorand@^1.0.1:
809-
version "1.0.6"
810-
resolved "https://registry.yarnpkg.com/brorand/-/brorand-1.0.6.tgz#4028706b915f91f7b349a2e0bf3c376039d216e5"
808+
brorand@^1.0.1, brorand@^1.1.0:
809+
version "1.1.0"
810+
resolved "https://registry.yarnpkg.com/brorand/-/brorand-1.1.0.tgz#12c25efe40a45e3c323eb8675a0a0ce57b22371f"
811811

812812
browser-pack@^5.0.0:
813813
version "5.0.1"
@@ -1581,13 +1581,16 @@ ee-first@1.1.1:
15811581
resolved "https://registry.yarnpkg.com/ee-first/-/ee-first-1.1.1.tgz#590c61156b0ae2f4f0255732a158b266bc56b21d"
15821582

15831583
elliptic@^6.0.0:
1584-
version "6.3.2"
1585-
resolved "https://registry.yarnpkg.com/elliptic/-/elliptic-6.3.2.tgz#e4c81e0829cf0a65ab70e998b8232723b5c1bc48"
1584+
version "6.5.4"
1585+
resolved "https://registry.yarnpkg.com/elliptic/-/elliptic-6.5.4.tgz#da37cebd31e79a1367e941b592ed1fbebd58abbb"
15861586
dependencies:
1587-
bn.js "^4.4.0"
1588-
brorand "^1.0.1"
1587+
bn.js "^4.11.9"
1588+
brorand "^1.1.0"
15891589
hash.js "^1.0.0"
1590-
inherits "^2.0.1"
1590+
hmac-drbg "^1.0.1"
1591+
inherits "^2.0.4"
1592+
minimalistic-assert "^1.0.1"
1593+
minimalistic-crypto-utils "^1.0.1"
15911594

15921595
encodeurl@~1.0.1:
15931596
version "1.0.1"
@@ -2272,11 +2275,12 @@ has@^1.0.0:
22722275
dependencies:
22732276
function-bind "^1.0.2"
22742277

2275-
hash.js@^1.0.0:
2276-
version "1.0.3"
2277-
resolved "https://registry.yarnpkg.com/hash.js/-/hash.js-1.0.3.tgz#1332ff00156c0a0ffdd8236013d07b77a0451573"
2278+
hash.js@^1.0.0, hash.js@^1.0.3:
2279+
version "1.1.7"
2280+
resolved "https://registry.yarnpkg.com/hash.js/-/hash.js-1.1.7.tgz#0babca538e8d4ee4a0f8988d68866537a003cf42"
22782281
dependencies:
2279-
inherits "^2.0.1"
2282+
inherits "^2.0.3"
2283+
minimalistic-assert "^1.0.1"
22802284

22812285
hawk@~3.1.3:
22822286
version "3.1.3"
@@ -2287,6 +2291,14 @@ hawk@~3.1.3:
22872291
hoek "2.x.x"
22882292
sntp "1.x.x"
22892293

2294+
hmac-drbg@^1.0.1:
2295+
version "1.0.1"
2296+
resolved "https://registry.yarnpkg.com/hmac-drbg/-/hmac-drbg-1.0.1.tgz#d2745701025a6c775a6c545793ed502fc0c649a1"
2297+
dependencies:
2298+
hash.js "^1.0.3"
2299+
minimalistic-assert "^1.0.0"
2300+
minimalistic-crypto-utils "^1.0.1"
2301+
22902302
hoek@2.x.x:
22912303
version "2.16.3"
22922304
resolved "https://registry.yarnpkg.com/hoek/-/hoek-2.16.3.tgz#20bb7403d3cea398e91dc4710a8ff1b8274a25ed"
@@ -2375,7 +2387,7 @@ inherits@1:
23752387
version "1.0.2"
23762388
resolved "https://registry.yarnpkg.com/inherits/-/inherits-1.0.2.tgz#ca4309dadee6b54cc0b8d247e8d7c7a0975bdc9b"
23772389

2378-
inherits@2, inherits@^2.0.1, inherits@^2.0.3, inherits@~2.0.0, inherits@~2.0.1:
2390+
inherits@2, inherits@^2.0.1, inherits@^2.0.3, inherits@^2.0.4, inherits@~2.0.0, inherits@~2.0.1:
23792391
version "2.0.4"
23802392
resolved "https://registry.yarnpkg.com/inherits/-/inherits-2.0.4.tgz#0fa2c64f932917c3433a0ded55363aae37416b7c"
23812393

@@ -2990,9 +3002,13 @@ mime@1.3.4:
29903002
version "1.3.4"
29913003
resolved "https://registry.yarnpkg.com/mime/-/mime-1.3.4.tgz#115f9e3b6b3daf2959983cb38f149a2d40eb5d53"
29923004

2993-
minimalistic-assert@^1.0.0:
2994-
version "1.0.0"
2995-
resolved "https://registry.yarnpkg.com/minimalistic-assert/-/minimalistic-assert-1.0.0.tgz#702be2dda6b37f4836bcb3f5db56641b64a1d3d3"
3005+
minimalistic-assert@^1.0.0, minimalistic-assert@^1.0.1:
3006+
version "1.0.1"
3007+
resolved "https://registry.yarnpkg.com/minimalistic-assert/-/minimalistic-assert-1.0.1.tgz#2e194de044626d4a10e7f7fbc00ce73e83e4d5c7"
3008+
3009+
minimalistic-crypto-utils@^1.0.1:
3010+
version "1.0.1"
3011+
resolved "https://registry.yarnpkg.com/minimalistic-crypto-utils/-/minimalistic-crypto-utils-1.0.1.tgz#f6c00c1c0b082246e5c4d99dfb8c7c083b2b582a"
29963012

29973013
minimatch@0.3:
29983014
version "0.3.0"

0 commit comments

Comments
 (0)