Skip to content

Commit 3fcfb4a

Browse files
Bump elliptic from 6.4.0 to 6.5.4
Bumps [elliptic](https://github.com/indutny/elliptic) from 6.4.0 to 6.5.4. - [Release notes](https://github.com/indutny/elliptic/releases) - [Commits](indutny/elliptic@v6.4.0...v6.5.4) Signed-off-by: dependabot[bot] <[email protected]>
1 parent 5548cc7 commit 3fcfb4a

File tree

1 file changed

+32
-27
lines changed

1 file changed

+32
-27
lines changed

yarn.lock

Lines changed: 32 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1484,9 +1484,9 @@ bluebird@^3.3.0, bluebird@^3.4.7:
14841484
version "3.4.7"
14851485
resolved "https://registry.yarnpkg.com/bluebird/-/bluebird-3.4.7.tgz#f72d760be09b7f76d08ed8fae98b289a8d05fab3"
14861486

1487-
bn.js@^4.0.0, bn.js@^4.1.0, bn.js@^4.1.1, bn.js@^4.4.0:
1488-
version "4.11.6"
1489-
resolved "https://registry.yarnpkg.com/bn.js/-/bn.js-4.11.6.tgz#53344adb14617a13f6e8dd2ce28905d1c0ba3215"
1487+
bn.js@^4.0.0, bn.js@^4.1.0, bn.js@^4.1.1, bn.js@^4.11.9:
1488+
version "4.12.0"
1489+
resolved "https://registry.yarnpkg.com/bn.js/-/bn.js-4.12.0.tgz#775b3f278efbb9718eec7361f483fb36fbbfea88"
14901490

14911491
body-parser@^1.12.4:
14921492
version "1.16.1"
@@ -1557,7 +1557,7 @@ braces@^2.2.2:
15571557
split-string "^2.1.0"
15581558
to-regex "^3.0.1"
15591559

1560-
brorand@^1.0.1:
1560+
brorand@^1.0.1, brorand@^1.1.0:
15611561
version "1.1.0"
15621562
resolved "https://registry.yarnpkg.com/brorand/-/brorand-1.1.0.tgz#12c25efe40a45e3c323eb8675a0a0ce57b22371f"
15631563

@@ -2594,16 +2594,16 @@ electron-to-chromium@^1.2.0:
25942594
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.2.4.tgz#9751cbea89fa120bf88c226ba41eb8d0b6f1b597"
25952595

25962596
elliptic@^6.0.0:
2597-
version "6.4.0"
2598-
resolved "https://registry.yarnpkg.com/elliptic/-/elliptic-6.4.0.tgz#cac9af8762c85836187003c8dfe193e5e2eae5df"
2597+
version "6.5.4"
2598+
resolved "https://registry.yarnpkg.com/elliptic/-/elliptic-6.5.4.tgz#da37cebd31e79a1367e941b592ed1fbebd58abbb"
25992599
dependencies:
2600-
bn.js "^4.4.0"
2601-
brorand "^1.0.1"
2600+
bn.js "^4.11.9"
2601+
brorand "^1.1.0"
26022602
hash.js "^1.0.0"
2603-
hmac-drbg "^1.0.0"
2604-
inherits "^2.0.1"
2605-
minimalistic-assert "^1.0.0"
2606-
minimalistic-crypto-utils "^1.0.0"
2603+
hmac-drbg "^1.0.1"
2604+
inherits "^2.0.4"
2605+
minimalistic-assert "^1.0.1"
2606+
minimalistic-crypto-utils "^1.0.1"
26072607

26082608
emoji-regex@^6.1.0:
26092609
version "6.5.1"
@@ -3732,10 +3732,11 @@ has@^1.0.1:
37323732
function-bind "^1.0.2"
37333733

37343734
hash.js@^1.0.0, hash.js@^1.0.3:
3735-
version "1.0.3"
3736-
resolved "https://registry.yarnpkg.com/hash.js/-/hash.js-1.0.3.tgz#1332ff00156c0a0ffdd8236013d07b77a0451573"
3735+
version "1.1.7"
3736+
resolved "https://registry.yarnpkg.com/hash.js/-/hash.js-1.1.7.tgz#0babca538e8d4ee4a0f8988d68866537a003cf42"
37373737
dependencies:
3738-
inherits "^2.0.1"
3738+
inherits "^2.0.3"
3739+
minimalistic-assert "^1.0.1"
37393740

37403741
hasha@~2.2.0:
37413742
version "2.2.0"
@@ -3757,9 +3758,9 @@ [email protected]:
37573758
version "1.1.1"
37583759
resolved "https://registry.yarnpkg.com/he/-/he-1.1.1.tgz#93410fd21b009735151f8868c2f271f3427e23fd"
37593760

3760-
hmac-drbg@^1.0.0:
3761-
version "1.0.0"
3762-
resolved "https://registry.yarnpkg.com/hmac-drbg/-/hmac-drbg-1.0.0.tgz#3db471f45aae4a994a0688322171f51b8b91bee5"
3761+
hmac-drbg@^1.0.1:
3762+
version "1.0.1"
3763+
resolved "https://registry.yarnpkg.com/hmac-drbg/-/hmac-drbg-1.0.1.tgz#d2745701025a6c775a6c545793ed502fc0c649a1"
37633764
dependencies:
37643765
hash.js "^1.0.3"
37653766
minimalistic-assert "^1.0.0"
@@ -3919,14 +3920,18 @@ inflight@^1.0.4:
39193920
once "^1.3.0"
39203921
wrappy "1"
39213922

3922-
inherits@2, [email protected].3, inherits@^2.0.1, inherits@^2.0.3, inherits@~2.0.0, inherits@~2.0.1, inherits@~2.0.3:
3923-
version "2.0.3"
3924-
resolved "https://registry.yarnpkg.com/inherits/-/inherits-2.0.3.tgz#633c2c83e3da42a502f52466022480f4208261de"
3923+
inherits@2, inherits@^2.0.1, inherits@^2.0.3, inherits@^2.0.4, inherits@~2.0.0, inherits@~2.0.1, inherits@~2.0.3:
3924+
version "2.0.4"
3925+
resolved "https://registry.yarnpkg.com/inherits/-/inherits-2.0.4.tgz#0fa2c64f932917c3433a0ded55363aae37416b7c"
39253926

39263927
39273928
version "2.0.1"
39283929
resolved "https://registry.yarnpkg.com/inherits/-/inherits-2.0.1.tgz#b17d08d326b4423e568eff719f91b0b1cbdf69f1"
39293930

3931+
3932+
version "2.0.3"
3933+
resolved "https://registry.yarnpkg.com/inherits/-/inherits-2.0.3.tgz#633c2c83e3da42a502f52466022480f4208261de"
3934+
39303935
ini@~1.3.0:
39313936
version "1.3.4"
39323937
resolved "https://registry.yarnpkg.com/ini/-/ini-1.3.4.tgz#0537cb79daf59b59a1a517dff706c86ec039162e"
@@ -4205,7 +4210,7 @@ is-plain-object@^2.0.1:
42054210

42064211
is-posix-bracket@^0.1.0:
42074212
version "0.1.1"
4208-
resolved "http://registry.npmjs.org/is-posix-bracket/-/is-posix-bracket-0.1.1.tgz#3334dc79774368e92f016e6fbc0a88f5cd6e6bc4"
4213+
resolved "https://registry.npmjs.org/is-posix-bracket/-/is-posix-bracket-0.1.1.tgz#3334dc79774368e92f016e6fbc0a88f5cd6e6bc4"
42094214

42104215
is-primitive@^2.0.0:
42114216
version "2.0.0"
@@ -5216,11 +5221,11 @@ min-document@^2.19.0:
52165221
dependencies:
52175222
dom-walk "^0.1.0"
52185223

5219-
minimalistic-assert@^1.0.0:
5220-
version "1.0.0"
5221-
resolved "https://registry.yarnpkg.com/minimalistic-assert/-/minimalistic-assert-1.0.0.tgz#702be2dda6b37f4836bcb3f5db56641b64a1d3d3"
5224+
minimalistic-assert@^1.0.0, minimalistic-assert@^1.0.1:
5225+
version "1.0.1"
5226+
resolved "https://registry.yarnpkg.com/minimalistic-assert/-/minimalistic-assert-1.0.1.tgz#2e194de044626d4a10e7f7fbc00ce73e83e4d5c7"
52225227

5223-
minimalistic-crypto-utils@^1.0.0, minimalistic-crypto-utils@^1.0.1:
5228+
minimalistic-crypto-utils@^1.0.1:
52245229
version "1.0.1"
52255230
resolved "https://registry.yarnpkg.com/minimalistic-crypto-utils/-/minimalistic-crypto-utils-1.0.1.tgz#f6c00c1c0b082246e5c4d99dfb8c7c083b2b582a"
52265231

@@ -5589,7 +5594,7 @@ object-copy@^0.1.0:
55895594

55905595
object-inspect@^1.1.0:
55915596
version "1.2.1"
5592-
resolved "http://registry.npmjs.org/object-inspect/-/object-inspect-1.2.1.tgz#3b62226eb8f6d441751c7d8f22a20ff80ac9dc3f"
5597+
resolved "https://registry.npmjs.org/object-inspect/-/object-inspect-1.2.1.tgz#3b62226eb8f6d441751c7d8f22a20ff80ac9dc3f"
55935598

55945599
object-keys@^1.0.8, object-keys@^1.0.9:
55955600
version "1.0.11"

0 commit comments

Comments
 (0)