Skip to content
This repository was archived by the owner on Mar 28, 2023. It is now read-only.

Commit e0d88bc

Browse files
Bump elliptic from 6.4.0 to 6.5.3
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 8ceb34f commit e0d88bc

File tree

1 file changed

+25
-17
lines changed

1 file changed

+25
-17
lines changed

yarn.lock

Lines changed: 25 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -926,8 +926,9 @@ block-stream@*:
926926
inherits "~2.0.0"
927927

928928
bn.js@^4.0.0, bn.js@^4.1.0, bn.js@^4.1.1, bn.js@^4.4.0:
929-
version "4.11.6"
930-
resolved "https://registry.yarnpkg.com/bn.js/-/bn.js-4.11.6.tgz#53344adb14617a13f6e8dd2ce28905d1c0ba3215"
929+
version "4.11.9"
930+
resolved "https://registry.yarnpkg.com/bn.js/-/bn.js-4.11.9.tgz#26d556829458f9d1e81fc48952493d0ba3507828"
931+
integrity sha512-E6QoYqCKZfgatHTdHzs1RRKP7ip4vvm+EyRUeE2RF0NblwVvb0p6jSVeNTOFxPn26QXN2o6SMfNxKp6kU8zQaw==
931932

932933
[email protected], body-parser@^1.19.0:
933934
version "1.19.0"
@@ -1011,6 +1012,7 @@ braces@^3.0.2, braces@~3.0.2:
10111012
brorand@^1.0.1:
10121013
version "1.1.0"
10131014
resolved "https://registry.yarnpkg.com/brorand/-/brorand-1.1.0.tgz#12c25efe40a45e3c323eb8675a0a0ce57b22371f"
1015+
integrity sha1-EsJe/kCkXjwyPrhnWgoM5XsiNx8=
10141016

10151017
browserify-aes@^1.0.0, browserify-aes@^1.0.4:
10161018
version "1.0.6"
@@ -1878,8 +1880,9 @@ [email protected]:
18781880
resolved "https://registry.yarnpkg.com/ee-first/-/ee-first-1.1.1.tgz#590c61156b0ae2f4f0255732a158b266bc56b21d"
18791881

18801882
elliptic@^6.0.0:
1881-
version "6.4.0"
1882-
resolved "https://registry.yarnpkg.com/elliptic/-/elliptic-6.4.0.tgz#cac9af8762c85836187003c8dfe193e5e2eae5df"
1883+
version "6.5.3"
1884+
resolved "https://registry.yarnpkg.com/elliptic/-/elliptic-6.5.3.tgz#cb59eb2efdaf73a0bd78ccd7015a62ad6e0f93d6"
1885+
integrity sha512-IMqzv5wNQf+E6aHeIqATs0tOLeOTwj1QKbRcS3jBbYkl5oLAserA8yJTT7/VyHUYG91PRmPyeQDObKLPpeS4dw==
18831886
dependencies:
18841887
bn.js "^4.4.0"
18851888
brorand "^1.0.1"
@@ -2959,10 +2962,12 @@ has@^1.0.3:
29592962
function-bind "^1.1.1"
29602963

29612964
hash.js@^1.0.0, hash.js@^1.0.3:
2962-
version "1.0.3"
2963-
resolved "https://registry.yarnpkg.com/hash.js/-/hash.js-1.0.3.tgz#1332ff00156c0a0ffdd8236013d07b77a0451573"
2965+
version "1.1.7"
2966+
resolved "https://registry.yarnpkg.com/hash.js/-/hash.js-1.1.7.tgz#0babca538e8d4ee4a0f8988d68866537a003cf42"
2967+
integrity sha512-taOaskGt4z4SOANNseOviYDvjEJinIkRgmp7LbKP2YTTmVxWBl87s/uzK9r+44BclBSp2X7K1hqeNfz9JbBeXA==
29642968
dependencies:
2965-
inherits "^2.0.1"
2969+
inherits "^2.0.3"
2970+
minimalistic-assert "^1.0.1"
29662971

29672972
hawk@~3.1.3:
29682973
version "3.1.3"
@@ -2976,6 +2981,7 @@ hawk@~3.1.3:
29762981
hmac-drbg@^1.0.0:
29772982
version "1.0.1"
29782983
resolved "https://registry.yarnpkg.com/hmac-drbg/-/hmac-drbg-1.0.1.tgz#d2745701025a6c775a6c545793ed502fc0c649a1"
2984+
integrity sha1-0nRXAQJabHdabFRXk+1QL8DGSaE=
29792985
dependencies:
29802986
hash.js "^1.0.3"
29812987
minimalistic-assert "^1.0.0"
@@ -3142,18 +3148,18 @@ inflight@^1.0.4:
31423148
once "^1.3.0"
31433149
wrappy "1"
31443150

3145-
inherits@2, [email protected], inherits@^2.0.1, inherits@^2.0.3, inherits@~2.0.0, inherits@~2.0.1:
3146-
version "2.0.3"
3147-
resolved "https://registry.yarnpkg.com/inherits/-/inherits-2.0.3.tgz#633c2c83e3da42a502f52466022480f4208261de"
3151+
inherits@2, [email protected], inherits@^2.0.1, inherits@^2.0.3, inherits@~2.0.0, inherits@~2.0.1:
3152+
version "2.0.4"
3153+
resolved "https://registry.yarnpkg.com/inherits/-/inherits-2.0.4.tgz#0fa2c64f932917c3433a0ded55363aae37416b7c"
3154+
integrity sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==
31483155

31493156
31503157
version "2.0.1"
31513158
resolved "https://registry.yarnpkg.com/inherits/-/inherits-2.0.1.tgz#b17d08d326b4423e568eff719f91b0b1cbdf69f1"
31523159

3153-
3154-
version "2.0.4"
3155-
resolved "https://registry.yarnpkg.com/inherits/-/inherits-2.0.4.tgz#0fa2c64f932917c3433a0ded55363aae37416b7c"
3156-
integrity sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==
3160+
3161+
version "2.0.3"
3162+
resolved "https://registry.yarnpkg.com/inherits/-/inherits-2.0.3.tgz#633c2c83e3da42a502f52466022480f4208261de"
31573163

31583164
ini@~1.3.0:
31593165
version "1.3.4"
@@ -4139,13 +4145,15 @@ mimic-fn@^2.1.0:
41394145
resolved "https://registry.yarnpkg.com/mimic-fn/-/mimic-fn-2.1.0.tgz#7ed2c2ccccaf84d3ffcb7a69b57711fc2083401b"
41404146
integrity sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==
41414147

4142-
minimalistic-assert@^1.0.0:
4143-
version "1.0.0"
4144-
resolved "https://registry.yarnpkg.com/minimalistic-assert/-/minimalistic-assert-1.0.0.tgz#702be2dda6b37f4836bcb3f5db56641b64a1d3d3"
4148+
minimalistic-assert@^1.0.0, minimalistic-assert@^1.0.1:
4149+
version "1.0.1"
4150+
resolved "https://registry.yarnpkg.com/minimalistic-assert/-/minimalistic-assert-1.0.1.tgz#2e194de044626d4a10e7f7fbc00ce73e83e4d5c7"
4151+
integrity sha512-UtJcAD4yEaGtjPezWuO9wC4nwUnVH/8/Im3yEHQP4b67cXlD/Qr9hdITCU1xDbSEXg2XKNaP8jsReV7vQd00/A==
41454152

41464153
minimalistic-crypto-utils@^1.0.0, minimalistic-crypto-utils@^1.0.1:
41474154
version "1.0.1"
41484155
resolved "https://registry.yarnpkg.com/minimalistic-crypto-utils/-/minimalistic-crypto-utils-1.0.1.tgz#f6c00c1c0b082246e5c4d99dfb8c7c083b2b582a"
4156+
integrity sha1-9sAMHAsIIkblxNmd+4x8CDsrWCo=
41494157

41504158
"minimatch@2 || 3", minimatch@^3.0.0, minimatch@^3.0.2:
41514159
version "3.0.3"

0 commit comments

Comments
 (0)