Skip to content

Commit 1be2406

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] <support@github.com>
1 parent bf90799 commit 1be2406

File tree

1 file changed

+24
-23
lines changed

1 file changed

+24
-23
lines changed

yarn.lock

Lines changed: 24 additions & 23 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

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

26002600
elliptic@^6.0.0:
2601-
version "6.4.0"
2602-
resolved "https://registry.yarnpkg.com/elliptic/-/elliptic-6.4.0.tgz#cac9af8762c85836187003c8dfe193e5e2eae5df"
2601+
version "6.5.4"
2602+
resolved "https://registry.yarnpkg.com/elliptic/-/elliptic-6.5.4.tgz#da37cebd31e79a1367e941b592ed1fbebd58abbb"
26032603
dependencies:
2604-
bn.js "^4.4.0"
2605-
brorand "^1.0.1"
2604+
bn.js "^4.11.9"
2605+
brorand "^1.1.0"
26062606
hash.js "^1.0.0"
2607-
hmac-drbg "^1.0.0"
2608-
inherits "^2.0.1"
2609-
minimalistic-assert "^1.0.0"
2610-
minimalistic-crypto-utils "^1.0.0"
2607+
hmac-drbg "^1.0.1"
2608+
inherits "^2.0.4"
2609+
minimalistic-assert "^1.0.1"
2610+
minimalistic-crypto-utils "^1.0.1"
26112611

26122612
emoji-regex@^6.1.0:
26132613
version "6.5.1"
@@ -3751,10 +3751,11 @@ has@^1.0.1:
37513751
function-bind "^1.0.2"
37523752

37533753
hash.js@^1.0.0, hash.js@^1.0.3:
3754-
version "1.0.3"
3755-
resolved "https://registry.yarnpkg.com/hash.js/-/hash.js-1.0.3.tgz#1332ff00156c0a0ffdd8236013d07b77a0451573"
3754+
version "1.1.7"
3755+
resolved "https://registry.yarnpkg.com/hash.js/-/hash.js-1.1.7.tgz#0babca538e8d4ee4a0f8988d68866537a003cf42"
37563756
dependencies:
3757-
inherits "^2.0.1"
3757+
inherits "^2.0.3"
3758+
minimalistic-assert "^1.0.1"
37583759

37593760
hasha@~2.2.0:
37603761
version "2.2.0"
@@ -3776,9 +3777,9 @@ he@1.1.x:
37763777
version "1.1.1"
37773778
resolved "https://registry.yarnpkg.com/he/-/he-1.1.1.tgz#93410fd21b009735151f8868c2f271f3427e23fd"
37783779

3779-
hmac-drbg@^1.0.0:
3780-
version "1.0.0"
3781-
resolved "https://registry.yarnpkg.com/hmac-drbg/-/hmac-drbg-1.0.0.tgz#3db471f45aae4a994a0688322171f51b8b91bee5"
3780+
hmac-drbg@^1.0.1:
3781+
version "1.0.1"
3782+
resolved "https://registry.yarnpkg.com/hmac-drbg/-/hmac-drbg-1.0.1.tgz#d2745701025a6c775a6c545793ed502fc0c649a1"
37823783
dependencies:
37833784
hash.js "^1.0.3"
37843785
minimalistic-assert "^1.0.0"
@@ -3938,7 +3939,7 @@ inflight@^1.0.4:
39383939
once "^1.3.0"
39393940
wrappy "1"
39403941

3941-
inherits@2, inherits@^2.0.1, inherits@^2.0.3, inherits@~2.0.0, inherits@~2.0.1, inherits@~2.0.3:
3942+
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:
39423943
version "2.0.4"
39433944
resolved "https://registry.yarnpkg.com/inherits/-/inherits-2.0.4.tgz#0fa2c64f932917c3433a0ded55363aae37416b7c"
39443945

@@ -5245,11 +5246,11 @@ min-document@^2.19.0:
52455246
dependencies:
52465247
dom-walk "^0.1.0"
52475248

5248-
minimalistic-assert@^1.0.0:
5249-
version "1.0.0"
5250-
resolved "https://registry.yarnpkg.com/minimalistic-assert/-/minimalistic-assert-1.0.0.tgz#702be2dda6b37f4836bcb3f5db56641b64a1d3d3"
5249+
minimalistic-assert@^1.0.0, minimalistic-assert@^1.0.1:
5250+
version "1.0.1"
5251+
resolved "https://registry.yarnpkg.com/minimalistic-assert/-/minimalistic-assert-1.0.1.tgz#2e194de044626d4a10e7f7fbc00ce73e83e4d5c7"
52515252

5252-
minimalistic-crypto-utils@^1.0.0, minimalistic-crypto-utils@^1.0.1:
5253+
minimalistic-crypto-utils@^1.0.1:
52535254
version "1.0.1"
52545255
resolved "https://registry.yarnpkg.com/minimalistic-crypto-utils/-/minimalistic-crypto-utils-1.0.1.tgz#f6c00c1c0b082246e5c4d99dfb8c7c083b2b582a"
52555256

0 commit comments

Comments
 (0)