Skip to content

Commit 0f2f126

Browse files
authored
Merge pull request #7 from fahrinh/dependabot/npm_and_yarn/elliptic-6.5.3
Bump elliptic from 6.3.3 to 6.5.3
2 parents 419c04f + c914e32 commit 0f2f126

File tree

1 file changed

+36
-16
lines changed

1 file changed

+36
-16
lines changed

yarn.lock

Lines changed: 36 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -801,8 +801,8 @@ bluebird@^3.0.5, bluebird@^3.1.1, bluebird@^3.4.7:
801801
resolved "https://registry.yarnpkg.com/bluebird/-/bluebird-3.4.7.tgz#f72d760be09b7f76d08ed8fae98b289a8d05fab3"
802802

803803
bn.js@^4.0.0, bn.js@^4.1.0, bn.js@^4.1.1, bn.js@^4.4.0:
804-
version "4.11.6"
805-
resolved "https://registry.yarnpkg.com/bn.js/-/bn.js-4.11.6.tgz#53344adb14617a13f6e8dd2ce28905d1c0ba3215"
804+
version "4.11.9"
805+
resolved "https://registry.yarnpkg.com/bn.js/-/bn.js-4.11.9.tgz#26d556829458f9d1e81fc48952493d0ba3507828"
806806

807807
boolbase@~1.0.0:
808808
version "1.0.0"
@@ -834,8 +834,8 @@ braces@^1.8.2:
834834
repeat-element "^1.1.2"
835835

836836
brorand@^1.0.1:
837-
version "1.0.7"
838-
resolved "https://registry.yarnpkg.com/brorand/-/brorand-1.0.7.tgz#6677fa5e4901bdbf9c9ec2a748e28dca407a9bfc"
837+
version "1.1.0"
838+
resolved "https://registry.yarnpkg.com/brorand/-/brorand-1.1.0.tgz#12c25efe40a45e3c323eb8675a0a0ce57b22371f"
839839

840840
browserify-aes@^1.0.0, browserify-aes@^1.0.4:
841841
version "1.0.6"
@@ -1520,13 +1520,16 @@ electron-to-chromium@^1.2.2:
15201520
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.2.2.tgz#e41bc9488c88e3cfa1e94bde28e8420d7d47c47c"
15211521

15221522
elliptic@^6.0.0:
1523-
version "6.3.3"
1524-
resolved "https://registry.yarnpkg.com/elliptic/-/elliptic-6.3.3.tgz#5482d9646d54bcb89fd7d994fc9e2e9568876e3f"
1523+
version "6.5.3"
1524+
resolved "https://registry.yarnpkg.com/elliptic/-/elliptic-6.5.3.tgz#cb59eb2efdaf73a0bd78ccd7015a62ad6e0f93d6"
15251525
dependencies:
15261526
bn.js "^4.4.0"
15271527
brorand "^1.0.1"
15281528
hash.js "^1.0.0"
1529+
hmac-drbg "^1.0.0"
15291530
inherits "^2.0.1"
1531+
minimalistic-assert "^1.0.0"
1532+
minimalistic-crypto-utils "^1.0.0"
15301533

15311534
emojis-list@^2.0.0:
15321535
version "2.1.0"
@@ -2133,11 +2136,12 @@ hash-sum@^1.0.2:
21332136
version "1.0.2"
21342137
resolved "https://registry.yarnpkg.com/hash-sum/-/hash-sum-1.0.2.tgz#33b40777754c6432573c120cc3808bbd10d47f04"
21352138

2136-
hash.js@^1.0.0:
2137-
version "1.0.3"
2138-
resolved "https://registry.yarnpkg.com/hash.js/-/hash.js-1.0.3.tgz#1332ff00156c0a0ffdd8236013d07b77a0451573"
2139+
hash.js@^1.0.0, hash.js@^1.0.3:
2140+
version "1.1.7"
2141+
resolved "https://registry.yarnpkg.com/hash.js/-/hash.js-1.1.7.tgz#0babca538e8d4ee4a0f8988d68866537a003cf42"
21392142
dependencies:
2140-
inherits "^2.0.1"
2143+
inherits "^2.0.3"
2144+
minimalistic-assert "^1.0.1"
21412145

21422146
hawk@~3.1.3:
21432147
version "3.1.3"
@@ -2152,6 +2156,14 @@ he@1.1.x, he@^1.1.0:
21522156
version "1.1.1"
21532157
resolved "https://registry.yarnpkg.com/he/-/he-1.1.1.tgz#93410fd21b009735151f8868c2f271f3427e23fd"
21542158

2159+
hmac-drbg@^1.0.0:
2160+
version "1.0.1"
2161+
resolved "https://registry.yarnpkg.com/hmac-drbg/-/hmac-drbg-1.0.1.tgz#d2745701025a6c775a6c545793ed502fc0c649a1"
2162+
dependencies:
2163+
hash.js "^1.0.3"
2164+
minimalistic-assert "^1.0.0"
2165+
minimalistic-crypto-utils "^1.0.1"
2166+
21552167
hoek@2.x.x:
21562168
version "2.16.3"
21572169
resolved "https://registry.yarnpkg.com/hoek/-/hoek-2.16.3.tgz#20bb7403d3cea398e91dc4710a8ff1b8274a25ed"
@@ -2286,14 +2298,18 @@ inflight@^1.0.4:
22862298
once "^1.3.0"
22872299
wrappy "1"
22882300

2289-
inherits@2, inherits@2.0.3, inherits@^2.0.1, inherits@^2.0.3, inherits@~2.0.0, inherits@~2.0.1:
2290-
version "2.0.3"
2291-
resolved "https://registry.yarnpkg.com/inherits/-/inherits-2.0.3.tgz#633c2c83e3da42a502f52466022480f4208261de"
2301+
inherits@2, inherits@^2.0.1, inherits@^2.0.3, inherits@~2.0.0, inherits@~2.0.1:
2302+
version "2.0.4"
2303+
resolved "https://registry.yarnpkg.com/inherits/-/inherits-2.0.4.tgz#0fa2c64f932917c3433a0ded55363aae37416b7c"
22922304

22932305
inherits@2.0.1:
22942306
version "2.0.1"
22952307
resolved "https://registry.yarnpkg.com/inherits/-/inherits-2.0.1.tgz#b17d08d326b4423e568eff719f91b0b1cbdf69f1"
22962308

2309+
inherits@2.0.3:
2310+
version "2.0.3"
2311+
resolved "https://registry.yarnpkg.com/inherits/-/inherits-2.0.3.tgz#633c2c83e3da42a502f52466022480f4208261de"
2312+
22972313
ini@^1.3.4, ini@~1.3.0:
22982314
version "1.3.4"
22992315
resolved "https://registry.yarnpkg.com/ini/-/ini-1.3.4.tgz#0537cb79daf59b59a1a517dff706c86ec039162e"
@@ -2762,9 +2778,13 @@ mimic-fn@^1.0.0:
27622778
version "1.1.0"
27632779
resolved "https://registry.yarnpkg.com/mimic-fn/-/mimic-fn-1.1.0.tgz#e667783d92e89dbd342818b5230b9d62a672ad18"
27642780

2765-
minimalistic-assert@^1.0.0:
2766-
version "1.0.0"
2767-
resolved "https://registry.yarnpkg.com/minimalistic-assert/-/minimalistic-assert-1.0.0.tgz#702be2dda6b37f4836bcb3f5db56641b64a1d3d3"
2781+
minimalistic-assert@^1.0.0, minimalistic-assert@^1.0.1:
2782+
version "1.0.1"
2783+
resolved "https://registry.yarnpkg.com/minimalistic-assert/-/minimalistic-assert-1.0.1.tgz#2e194de044626d4a10e7f7fbc00ce73e83e4d5c7"
2784+
2785+
minimalistic-crypto-utils@^1.0.0, minimalistic-crypto-utils@^1.0.1:
2786+
version "1.0.1"
2787+
resolved "https://registry.yarnpkg.com/minimalistic-crypto-utils/-/minimalistic-crypto-utils-1.0.1.tgz#f6c00c1c0b082246e5c4d99dfb8c7c083b2b582a"
27682788

27692789
minimatch@^3.0.0, minimatch@^3.0.2:
27702790
version "3.0.3"

0 commit comments

Comments
 (0)