Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit b1c834d

Browse files
authoredMar 9, 2021
Bump elliptic from 6.5.3 to 6.5.4 in /defer/client
Bumps [elliptic](https://github.com/indutny/elliptic) from 6.5.3 to 6.5.4. - [Release notes](https://github.com/indutny/elliptic/releases) - [Commits](indutny/elliptic@v6.5.3...v6.5.4) Signed-off-by: dependabot[bot] <[email protected]>
1 parent f27c6f7 commit b1c834d

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed
 

‎defer/client/yarn.lock

+15-15
Original file line numberDiff line numberDiff line change
@@ -1150,9 +1150,9 @@ bluebird@^3.4.7:
11501150
version "3.5.2"
11511151
resolved "https://registry.yarnpkg.com/bluebird/-/bluebird-3.5.2.tgz#1be0908e054a751754549c270489c1505d4ab15a"
11521152

1153-
bn.js@^4.0.0, bn.js@^4.1.0, bn.js@^4.1.1, bn.js@^4.4.0:
1154-
version "4.11.9"
1155-
resolved "https://registry.yarnpkg.com/bn.js/-/bn.js-4.11.9.tgz#26d556829458f9d1e81fc48952493d0ba3507828"
1153+
bn.js@^4.0.0, bn.js@^4.1.0, bn.js@^4.1.1, bn.js@^4.11.9:
1154+
version "4.12.0"
1155+
resolved "https://registry.yarnpkg.com/bn.js/-/bn.js-4.12.0.tgz#775b3f278efbb9718eec7361f483fb36fbbfea88"
11561156

11571157
body-parser@1.18.2:
11581158
version "1.18.2"
@@ -1226,7 +1226,7 @@ braces@^2.3.0, braces@^2.3.1:
12261226
split-string "^3.0.2"
12271227
to-regex "^3.0.1"
12281228

1229-
brorand@^1.0.1:
1229+
brorand@^1.0.1, brorand@^1.1.0:
12301230
version "1.1.0"
12311231
resolved "https://registry.yarnpkg.com/brorand/-/brorand-1.1.0.tgz#12c25efe40a45e3c323eb8675a0a0ce57b22371f"
12321232

@@ -2211,16 +2211,16 @@ electron-to-chromium@^1.2.7, electron-to-chromium@^1.3.30:
22112211
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.67.tgz#5e8f3ffac89b4b0402c7e1a565be06f3a109abbc"
22122212

22132213
elliptic@^6.0.0:
2214-
version "6.5.3"
2215-
resolved "https://registry.yarnpkg.com/elliptic/-/elliptic-6.5.3.tgz#cb59eb2efdaf73a0bd78ccd7015a62ad6e0f93d6"
2214+
version "6.5.4"
2215+
resolved "https://registry.yarnpkg.com/elliptic/-/elliptic-6.5.4.tgz#da37cebd31e79a1367e941b592ed1fbebd58abbb"
22162216
dependencies:
2217-
bn.js "^4.4.0"
2218-
brorand "^1.0.1"
2217+
bn.js "^4.11.9"
2218+
brorand "^1.1.0"
22192219
hash.js "^1.0.0"
2220-
hmac-drbg "^1.0.0"
2221-
inherits "^2.0.1"
2222-
minimalistic-assert "^1.0.0"
2223-
minimalistic-crypto-utils "^1.0.0"
2220+
hmac-drbg "^1.0.1"
2221+
inherits "^2.0.4"
2222+
minimalistic-assert "^1.0.1"
2223+
minimalistic-crypto-utils "^1.0.1"
22242224

22252225
emoji-regex@^6.1.0:
22262226
version "6.5.1"
@@ -3219,7 +3219,7 @@ he@1.1.x:
32193219
version "1.1.1"
32203220
resolved "https://registry.yarnpkg.com/he/-/he-1.1.1.tgz#93410fd21b009735151f8868c2f271f3427e23fd"
32213221

3222-
hmac-drbg@^1.0.0:
3222+
hmac-drbg@^1.0.1:
32233223
version "1.0.1"
32243224
resolved "https://registry.yarnpkg.com/hmac-drbg/-/hmac-drbg-1.0.1.tgz#d2745701025a6c775a6c545793ed502fc0c649a1"
32253225
dependencies:
@@ -3434,7 +3434,7 @@ inflight@^1.0.4:
34343434
once "^1.3.0"
34353435
wrappy "1"
34363436

3437-
inherits@2, inherits@^2.0.1, inherits@^2.0.3, inherits@~2.0.1, inherits@~2.0.3:
3437+
inherits@2, inherits@^2.0.1, inherits@^2.0.3, inherits@^2.0.4, inherits@~2.0.1, inherits@~2.0.3:
34383438
version "2.0.4"
34393439
resolved "https://registry.yarnpkg.com/inherits/-/inherits-2.0.4.tgz#0fa2c64f932917c3433a0ded55363aae37416b7c"
34403440

@@ -4550,7 +4550,7 @@ minimalistic-assert@^1.0.0, minimalistic-assert@^1.0.1:
45504550
version "1.0.1"
45514551
resolved "https://registry.yarnpkg.com/minimalistic-assert/-/minimalistic-assert-1.0.1.tgz#2e194de044626d4a10e7f7fbc00ce73e83e4d5c7"
45524552

4553-
minimalistic-crypto-utils@^1.0.0, minimalistic-crypto-utils@^1.0.1:
4553+
minimalistic-crypto-utils@^1.0.1:
45544554
version "1.0.1"
45554555
resolved "https://registry.yarnpkg.com/minimalistic-crypto-utils/-/minimalistic-crypto-utils-1.0.1.tgz#f6c00c1c0b082246e5c4d99dfb8c7c083b2b582a"
45564556

0 commit comments

Comments
 (0)
Please sign in to comment.