Skip to content

Commit 4b8c5a7

Browse files
Bump elliptic from 6.4.0 to 6.5.3 in /docs
Bumps [elliptic](https://github.com/indutny/elliptic) from 6.4.0 to 6.5.3. - [Release notes](https://github.com/indutny/elliptic/releases) - [Commits](indutny/elliptic@v6.4.0...v6.5.3) Signed-off-by: dependabot[bot] <[email protected]>
1 parent 3b27e89 commit 4b8c5a7

File tree

1 file changed

+25
-13
lines changed

1 file changed

+25
-13
lines changed

docs/yarn.lock

Lines changed: 25 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1332,8 +1332,9 @@ binary-extensions@^1.0.0:
13321332
resolved "https://registry.yarnpkg.com/binary-extensions/-/binary-extensions-1.10.0.tgz#9aeb9a6c5e88638aad171e167f5900abe24835d0"
13331333

13341334
bn.js@^4.0.0, bn.js@^4.1.0, bn.js@^4.1.1, bn.js@^4.4.0:
1335-
version "4.11.8"
1336-
resolved "https://registry.yarnpkg.com/bn.js/-/bn.js-4.11.8.tgz#2cde09eb5ee341f484746bb0309b3253b1b1442f"
1335+
version "4.11.9"
1336+
resolved "https://registry.yarnpkg.com/bn.js/-/bn.js-4.11.9.tgz#26d556829458f9d1e81fc48952493d0ba3507828"
1337+
integrity sha512-E6QoYqCKZfgatHTdHzs1RRKP7ip4vvm+EyRUeE2RF0NblwVvb0p6jSVeNTOFxPn26QXN2o6SMfNxKp6kU8zQaw==
13371338

13381339
13391340
version "1.18.2"
@@ -1388,6 +1389,7 @@ brcast@^3.0.0:
13881389
brorand@^1.0.1:
13891390
version "1.1.0"
13901391
resolved "https://registry.yarnpkg.com/brorand/-/brorand-1.1.0.tgz#12c25efe40a45e3c323eb8675a0a0ce57b22371f"
1392+
integrity sha1-EsJe/kCkXjwyPrhnWgoM5XsiNx8=
13911393

13921394
browserify-aes@^1.0.0, browserify-aes@^1.0.4:
13931395
version "1.0.8"
@@ -2014,8 +2016,9 @@ electron-to-chromium@^1.2.7, electron-to-chromium@^1.3.24:
20142016
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.26.tgz#996427294861a74d9c7c82b9260ea301e8c02d66"
20152017

20162018
elliptic@^6.0.0:
2017-
version "6.4.0"
2018-
resolved "https://registry.yarnpkg.com/elliptic/-/elliptic-6.4.0.tgz#cac9af8762c85836187003c8dfe193e5e2eae5df"
2019+
version "6.5.3"
2020+
resolved "https://registry.yarnpkg.com/elliptic/-/elliptic-6.5.3.tgz#cb59eb2efdaf73a0bd78ccd7015a62ad6e0f93d6"
2021+
integrity sha512-IMqzv5wNQf+E6aHeIqATs0tOLeOTwj1QKbRcS3jBbYkl5oLAserA8yJTT7/VyHUYG91PRmPyeQDObKLPpeS4dw==
20192022
dependencies:
20202023
bn.js "^4.4.0"
20212024
brorand "^1.0.1"
@@ -2557,11 +2560,12 @@ hash-base@^3.0.0:
25572560
safe-buffer "^5.0.1"
25582561

25592562
hash.js@^1.0.0, hash.js@^1.0.3:
2560-
version "1.1.3"
2561-
resolved "https://registry.yarnpkg.com/hash.js/-/hash.js-1.1.3.tgz#340dedbe6290187151c1ea1d777a3448935df846"
2563+
version "1.1.7"
2564+
resolved "https://registry.yarnpkg.com/hash.js/-/hash.js-1.1.7.tgz#0babca538e8d4ee4a0f8988d68866537a003cf42"
2565+
integrity sha512-taOaskGt4z4SOANNseOviYDvjEJinIkRgmp7LbKP2YTTmVxWBl87s/uzK9r+44BclBSp2X7K1hqeNfz9JbBeXA==
25622566
dependencies:
25632567
inherits "^2.0.3"
2564-
minimalistic-assert "^1.0.0"
2568+
minimalistic-assert "^1.0.1"
25652569

25662570
hawk@~6.0.2:
25672571
version "6.0.2"
@@ -2575,6 +2579,7 @@ hawk@~6.0.2:
25752579
hmac-drbg@^1.0.0:
25762580
version "1.0.1"
25772581
resolved "https://registry.yarnpkg.com/hmac-drbg/-/hmac-drbg-1.0.1.tgz#d2745701025a6c775a6c545793ed502fc0c649a1"
2582+
integrity sha1-0nRXAQJabHdabFRXk+1QL8DGSaE=
25782583
dependencies:
25792584
hash.js "^1.0.3"
25802585
minimalistic-assert "^1.0.0"
@@ -2695,14 +2700,19 @@ inflight@^1.0.4:
26952700
once "^1.3.0"
26962701
wrappy "1"
26972702

2698-
inherits@2, [email protected], inherits@^2.0.1, inherits@^2.0.3, inherits@~2.0.1, inherits@~2.0.3:
2699-
version "2.0.3"
2700-
resolved "https://registry.yarnpkg.com/inherits/-/inherits-2.0.3.tgz#633c2c83e3da42a502f52466022480f4208261de"
2703+
inherits@2, inherits@^2.0.1, inherits@^2.0.3, inherits@~2.0.1, inherits@~2.0.3:
2704+
version "2.0.4"
2705+
resolved "https://registry.yarnpkg.com/inherits/-/inherits-2.0.4.tgz#0fa2c64f932917c3433a0ded55363aae37416b7c"
2706+
integrity sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==
27012707

27022708
27032709
version "2.0.1"
27042710
resolved "https://registry.yarnpkg.com/inherits/-/inherits-2.0.1.tgz#b17d08d326b4423e568eff719f91b0b1cbdf69f1"
27052711

2712+
2713+
version "2.0.3"
2714+
resolved "https://registry.yarnpkg.com/inherits/-/inherits-2.0.3.tgz#633c2c83e3da42a502f52466022480f4208261de"
2715+
27062716
ini@~1.3.0:
27072717
version "1.3.4"
27082718
resolved "https://registry.yarnpkg.com/ini/-/ini-1.3.4.tgz#0537cb79daf59b59a1a517dff706c86ec039162e"
@@ -3229,13 +3239,15 @@ min-document@^2.19.0:
32293239
dependencies:
32303240
dom-walk "^0.1.0"
32313241

3232-
minimalistic-assert@^1.0.0:
3233-
version "1.0.0"
3234-
resolved "https://registry.yarnpkg.com/minimalistic-assert/-/minimalistic-assert-1.0.0.tgz#702be2dda6b37f4836bcb3f5db56641b64a1d3d3"
3242+
minimalistic-assert@^1.0.0, minimalistic-assert@^1.0.1:
3243+
version "1.0.1"
3244+
resolved "https://registry.yarnpkg.com/minimalistic-assert/-/minimalistic-assert-1.0.1.tgz#2e194de044626d4a10e7f7fbc00ce73e83e4d5c7"
3245+
integrity sha512-UtJcAD4yEaGtjPezWuO9wC4nwUnVH/8/Im3yEHQP4b67cXlD/Qr9hdITCU1xDbSEXg2XKNaP8jsReV7vQd00/A==
32353246

32363247
minimalistic-crypto-utils@^1.0.0, minimalistic-crypto-utils@^1.0.1:
32373248
version "1.0.1"
32383249
resolved "https://registry.yarnpkg.com/minimalistic-crypto-utils/-/minimalistic-crypto-utils-1.0.1.tgz#f6c00c1c0b082246e5c4d99dfb8c7c083b2b582a"
3250+
integrity sha1-9sAMHAsIIkblxNmd+4x8CDsrWCo=
32393251

32403252
minimatch@^3.0.2, minimatch@^3.0.4:
32413253
version "3.0.4"

0 commit comments

Comments
 (0)