Skip to content

Commit 5c6164e

Browse files
chore(deps): bump elliptic from 6.4.1 to 6.5.3
Bumps [elliptic](https://github.com/indutny/elliptic) from 6.4.1 to 6.5.3. - [Release notes](https://github.com/indutny/elliptic/releases) - [Commits](indutny/elliptic@v6.4.1...v6.5.3) Signed-off-by: dependabot[bot] <[email protected]>
1 parent 6413797 commit 5c6164e

File tree

1 file changed

+21
-9
lines changed

1 file changed

+21
-9
lines changed

yarn.lock

Lines changed: 21 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1825,8 +1825,9 @@ bluebird@^3.4.7, bluebird@^3.5.0, bluebird@^3.5.1, bluebird@~3.5.0, bluebird@~3.
18251825
resolved "https://registry.yarnpkg.com/bluebird/-/bluebird-3.5.2.tgz#1be0908e054a751754549c270489c1505d4ab15a"
18261826

18271827
bn.js@^4.0.0, bn.js@^4.1.0, bn.js@^4.1.1, bn.js@^4.4.0:
1828-
version "4.11.8"
1829-
resolved "https://registry.yarnpkg.com/bn.js/-/bn.js-4.11.8.tgz#2cde09eb5ee341f484746bb0309b3253b1b1442f"
1828+
version "4.11.9"
1829+
resolved "https://registry.yarnpkg.com/bn.js/-/bn.js-4.11.9.tgz#26d556829458f9d1e81fc48952493d0ba3507828"
1830+
integrity sha512-E6QoYqCKZfgatHTdHzs1RRKP7ip4vvm+EyRUeE2RF0NblwVvb0p6jSVeNTOFxPn26QXN2o6SMfNxKp6kU8zQaw==
18301831

18311832
18321833
version "1.18.2"
@@ -1910,6 +1911,7 @@ brcast@^3.0.0:
19101911
brorand@^1.0.1:
19111912
version "1.1.0"
19121913
resolved "https://registry.yarnpkg.com/brorand/-/brorand-1.1.0.tgz#12c25efe40a45e3c323eb8675a0a0ce57b22371f"
1914+
integrity sha1-EsJe/kCkXjwyPrhnWgoM5XsiNx8=
19131915

19141916
browser-process-hrtime@^0.1.2:
19151917
version "0.1.3"
@@ -3329,8 +3331,9 @@ electron-to-chromium@^1.2.7, electron-to-chromium@^1.3.30, electron-to-chromium@
33293331
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.73.tgz#aa67787067d58cc3920089368b3b8d6fe0fc12f6"
33303332

33313333
elliptic@^6.0.0:
3332-
version "6.4.1"
3333-
resolved "https://registry.yarnpkg.com/elliptic/-/elliptic-6.4.1.tgz#c2d0b7776911b86722c632c3c06c60f2f819939a"
3334+
version "6.5.3"
3335+
resolved "https://registry.yarnpkg.com/elliptic/-/elliptic-6.5.3.tgz#cb59eb2efdaf73a0bd78ccd7015a62ad6e0f93d6"
3336+
integrity sha512-IMqzv5wNQf+E6aHeIqATs0tOLeOTwj1QKbRcS3jBbYkl5oLAserA8yJTT7/VyHUYG91PRmPyeQDObKLPpeS4dw==
33343337
dependencies:
33353338
bn.js "^4.4.0"
33363339
brorand "^1.0.1"
@@ -4598,8 +4601,9 @@ hash-base@^3.0.0:
45984601
safe-buffer "^5.0.1"
45994602

46004603
hash.js@^1.0.0, hash.js@^1.0.3:
4601-
version "1.1.5"
4602-
resolved "https://registry.yarnpkg.com/hash.js/-/hash.js-1.1.5.tgz#e38ab4b85dfb1e0c40fe9265c0e9b54854c23812"
4604+
version "1.1.7"
4605+
resolved "https://registry.yarnpkg.com/hash.js/-/hash.js-1.1.7.tgz#0babca538e8d4ee4a0f8988d68866537a003cf42"
4606+
integrity sha512-taOaskGt4z4SOANNseOviYDvjEJinIkRgmp7LbKP2YTTmVxWBl87s/uzK9r+44BclBSp2X7K1hqeNfz9JbBeXA==
46034607
dependencies:
46044608
inherits "^2.0.3"
46054609
minimalistic-assert "^1.0.1"
@@ -4620,6 +4624,7 @@ [email protected], [email protected]:
46204624
hmac-drbg@^1.0.0:
46214625
version "1.0.1"
46224626
resolved "https://registry.yarnpkg.com/hmac-drbg/-/hmac-drbg-1.0.1.tgz#d2745701025a6c775a6c545793ed502fc0c649a1"
4627+
integrity sha1-0nRXAQJabHdabFRXk+1QL8DGSaE=
46234628
dependencies:
46244629
hash.js "^1.0.3"
46254630
minimalistic-assert "^1.0.0"
@@ -4900,14 +4905,19 @@ inflight@^1.0.4, inflight@~1.0.4, inflight@~1.0.6:
49004905
once "^1.3.0"
49014906
wrappy "1"
49024907

4903-
inherits@2, [email protected], inherits@^2.0.1, inherits@^2.0.3, inherits@~2.0.0, inherits@~2.0.1, inherits@~2.0.3:
4904-
version "2.0.3"
4905-
resolved "https://registry.yarnpkg.com/inherits/-/inherits-2.0.3.tgz#633c2c83e3da42a502f52466022480f4208261de"
4908+
inherits@2, inherits@^2.0.1, inherits@^2.0.3, inherits@~2.0.0, inherits@~2.0.1, inherits@~2.0.3:
4909+
version "2.0.4"
4910+
resolved "https://registry.yarnpkg.com/inherits/-/inherits-2.0.4.tgz#0fa2c64f932917c3433a0ded55363aae37416b7c"
4911+
integrity sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==
49064912

49074913
49084914
version "2.0.1"
49094915
resolved "https://registry.yarnpkg.com/inherits/-/inherits-2.0.1.tgz#b17d08d326b4423e568eff719f91b0b1cbdf69f1"
49104916

4917+
4918+
version "2.0.3"
4919+
resolved "https://registry.yarnpkg.com/inherits/-/inherits-2.0.3.tgz#633c2c83e3da42a502f52466022480f4208261de"
4920+
49114921
ini@^1.3.4, ini@^1.3.5, ini@~1.3.0, ini@~1.3.4:
49124922
version "1.3.5"
49134923
resolved "https://registry.yarnpkg.com/ini/-/ini-1.3.5.tgz#eee25f56db1c9ec6085e0c22778083f596abf927"
@@ -6564,10 +6574,12 @@ min-document@^2.19.0:
65646574
minimalistic-assert@^1.0.0, minimalistic-assert@^1.0.1:
65656575
version "1.0.1"
65666576
resolved "https://registry.yarnpkg.com/minimalistic-assert/-/minimalistic-assert-1.0.1.tgz#2e194de044626d4a10e7f7fbc00ce73e83e4d5c7"
6577+
integrity sha512-UtJcAD4yEaGtjPezWuO9wC4nwUnVH/8/Im3yEHQP4b67cXlD/Qr9hdITCU1xDbSEXg2XKNaP8jsReV7vQd00/A==
65676578

65686579
minimalistic-crypto-utils@^1.0.0, minimalistic-crypto-utils@^1.0.1:
65696580
version "1.0.1"
65706581
resolved "https://registry.yarnpkg.com/minimalistic-crypto-utils/-/minimalistic-crypto-utils-1.0.1.tgz#f6c00c1c0b082246e5c4d99dfb8c7c083b2b582a"
6582+
integrity sha1-9sAMHAsIIkblxNmd+4x8CDsrWCo=
65716583

65726584
65736585
version "3.0.3"

0 commit comments

Comments
 (0)