Skip to content

Commit c8a9982

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 2426fe0 commit c8a9982

1 file changed

Lines changed: 24 additions & 23 deletions

File tree

yarn.lock

Lines changed: 24 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1099,9 +1099,9 @@ bluebird@^3.1.1, bluebird@^3.4.6, bluebird@^3.4.7:
10991099
version "3.4.7"
11001100
resolved "https://registry.yarnpkg.com/bluebird/-/bluebird-3.4.7.tgz#f72d760be09b7f76d08ed8fae98b289a8d05fab3"
11011101

1102-
bn.js@^4.0.0, bn.js@^4.1.0, bn.js@^4.1.1, bn.js@^4.4.0:
1103-
version "4.11.6"
1104-
resolved "https://registry.yarnpkg.com/bn.js/-/bn.js-4.11.6.tgz#53344adb14617a13f6e8dd2ce28905d1c0ba3215"
1102+
bn.js@^4.0.0, bn.js@^4.1.0, bn.js@^4.1.1, bn.js@^4.11.9:
1103+
version "4.12.0"
1104+
resolved "https://registry.yarnpkg.com/bn.js/-/bn.js-4.12.0.tgz#775b3f278efbb9718eec7361f483fb36fbbfea88"
11051105

11061106
boom@2.x.x:
11071107
version "2.10.1"
@@ -1143,7 +1143,7 @@ braces@^1.8.2:
11431143
preserve "^0.2.0"
11441144
repeat-element "^1.1.2"
11451145

1146-
brorand@^1.0.1:
1146+
brorand@^1.0.1, brorand@^1.1.0:
11471147
version "1.1.0"
11481148
resolved "https://registry.yarnpkg.com/brorand/-/brorand-1.1.0.tgz#12c25efe40a45e3c323eb8675a0a0ce57b22371f"
11491149

@@ -2205,16 +2205,16 @@ electron-to-chromium@^1.2.3:
22052205
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.2.3.tgz#4b4d04d237c301f72e2d15c2137b2b79f9f5ab76"
22062206

22072207
elliptic@^6.0.0:
2208-
version "6.4.0"
2209-
resolved "https://registry.yarnpkg.com/elliptic/-/elliptic-6.4.0.tgz#cac9af8762c85836187003c8dfe193e5e2eae5df"
2208+
version "6.5.4"
2209+
resolved "https://registry.yarnpkg.com/elliptic/-/elliptic-6.5.4.tgz#da37cebd31e79a1367e941b592ed1fbebd58abbb"
22102210
dependencies:
2211-
bn.js "^4.4.0"
2212-
brorand "^1.0.1"
2211+
bn.js "^4.11.9"
2212+
brorand "^1.1.0"
22132213
hash.js "^1.0.0"
2214-
hmac-drbg "^1.0.0"
2215-
inherits "^2.0.1"
2216-
minimalistic-assert "^1.0.0"
2217-
minimalistic-crypto-utils "^1.0.0"
2214+
hmac-drbg "^1.0.1"
2215+
inherits "^2.0.4"
2216+
minimalistic-assert "^1.0.1"
2217+
minimalistic-crypto-utils "^1.0.1"
22182218

22192219
emojis-list@^2.0.0:
22202220
version "2.1.0"
@@ -2839,10 +2839,11 @@ has@^1.0.1:
28392839
function-bind "^1.0.2"
28402840

28412841
hash.js@^1.0.0, hash.js@^1.0.3:
2842-
version "1.0.3"
2843-
resolved "https://registry.yarnpkg.com/hash.js/-/hash.js-1.0.3.tgz#1332ff00156c0a0ffdd8236013d07b77a0451573"
2842+
version "1.1.7"
2843+
resolved "https://registry.yarnpkg.com/hash.js/-/hash.js-1.1.7.tgz#0babca538e8d4ee4a0f8988d68866537a003cf42"
28442844
dependencies:
2845-
inherits "^2.0.1"
2845+
inherits "^2.0.3"
2846+
minimalistic-assert "^1.0.1"
28462847

28472848
hawk@~2.3.0:
28482849
version "2.3.1"
@@ -2871,9 +2872,9 @@ history@^3.0.0:
28712872
query-string "^4.2.2"
28722873
warning "^3.0.0"
28732874

2874-
hmac-drbg@^1.0.0:
2875-
version "1.0.0"
2876-
resolved "https://registry.yarnpkg.com/hmac-drbg/-/hmac-drbg-1.0.0.tgz#3db471f45aae4a994a0688322171f51b8b91bee5"
2875+
hmac-drbg@^1.0.1:
2876+
version "1.0.1"
2877+
resolved "https://registry.yarnpkg.com/hmac-drbg/-/hmac-drbg-1.0.1.tgz#d2745701025a6c775a6c545793ed502fc0c649a1"
28772878
dependencies:
28782879
hash.js "^1.0.3"
28792880
minimalistic-assert "^1.0.0"
@@ -3030,7 +3031,7 @@ inflight@^1.0.4:
30303031
once "^1.3.0"
30313032
wrappy "1"
30323033

3033-
inherits@2, inherits@^2.0.1, inherits@~2.0.0, inherits@~2.0.1:
3034+
inherits@2, inherits@^2.0.1, inherits@^2.0.3, inherits@^2.0.4, inherits@~2.0.0, inherits@~2.0.1:
30343035
version "2.0.4"
30353036
resolved "https://registry.yarnpkg.com/inherits/-/inherits-2.0.4.tgz#0fa2c64f932917c3433a0ded55363aae37416b7c"
30363037

@@ -3644,11 +3645,11 @@ min-document@^2.19.0:
36443645
dependencies:
36453646
dom-walk "^0.1.0"
36463647

3647-
minimalistic-assert@^1.0.0:
3648-
version "1.0.0"
3649-
resolved "https://registry.yarnpkg.com/minimalistic-assert/-/minimalistic-assert-1.0.0.tgz#702be2dda6b37f4836bcb3f5db56641b64a1d3d3"
3648+
minimalistic-assert@^1.0.0, minimalistic-assert@^1.0.1:
3649+
version "1.0.1"
3650+
resolved "https://registry.yarnpkg.com/minimalistic-assert/-/minimalistic-assert-1.0.1.tgz#2e194de044626d4a10e7f7fbc00ce73e83e4d5c7"
36503651

3651-
minimalistic-crypto-utils@^1.0.0, minimalistic-crypto-utils@^1.0.1:
3652+
minimalistic-crypto-utils@^1.0.1:
36523653
version "1.0.1"
36533654
resolved "https://registry.yarnpkg.com/minimalistic-crypto-utils/-/minimalistic-crypto-utils-1.0.1.tgz#f6c00c1c0b082246e5c4d99dfb8c7c083b2b582a"
36543655

0 commit comments

Comments
 (0)