Skip to content

Commit 0e73e2a

Browse files
build(deps): bump elliptic from 6.4.1 to 6.5.4
Bumps [elliptic](https://github.com/indutny/elliptic) from 6.4.1 to 6.5.4. - [Release notes](https://github.com/indutny/elliptic/releases) - [Commits](indutny/elliptic@v6.4.1...v6.5.4) Signed-off-by: dependabot[bot] <support@github.com>
1 parent 7558e93 commit 0e73e2a

File tree

1 file changed

+25
-25
lines changed

1 file changed

+25
-25
lines changed

yarn.lock

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1481,9 +1481,9 @@ bluebird@^3.1.1, bluebird@^3.5.1, bluebird@^3.5.3:
14811481
version "3.5.5"
14821482
resolved "https://registry.npmjs.org/bluebird/-/bluebird-3.5.5.tgz#a8d0afd73251effbbd5fe384a77d73003c17a71f"
14831483

1484-
bn.js@^4.0.0, bn.js@^4.1.0, bn.js@^4.1.1, bn.js@^4.4.0:
1485-
version "4.11.8"
1486-
resolved "https://registry.npmjs.org/bn.js/-/bn.js-4.11.8.tgz#2cde09eb5ee341f484746bb0309b3253b1b1442f"
1484+
bn.js@^4.0.0, bn.js@^4.1.0, bn.js@^4.1.1, bn.js@^4.11.9:
1485+
version "4.12.0"
1486+
resolved "https://registry.yarnpkg.com/bn.js/-/bn.js-4.12.0.tgz#775b3f278efbb9718eec7361f483fb36fbbfea88"
14871487

14881488
body-parser@1.19.0:
14891489
version "1.19.0"
@@ -1546,9 +1546,9 @@ braces@^2.3.1, braces@^2.3.2:
15461546
split-string "^3.0.2"
15471547
to-regex "^3.0.1"
15481548

1549-
brorand@^1.0.1:
1549+
brorand@^1.0.1, brorand@^1.1.0:
15501550
version "1.1.0"
1551-
resolved "https://registry.npmjs.org/brorand/-/brorand-1.1.0.tgz#12c25efe40a45e3c323eb8675a0a0ce57b22371f"
1551+
resolved "https://registry.yarnpkg.com/brorand/-/brorand-1.1.0.tgz#12c25efe40a45e3c323eb8675a0a0ce57b22371f"
15521552

15531553
browserify-aes@^1.0.0, browserify-aes@^1.0.4:
15541554
version "1.2.0"
@@ -2832,16 +2832,16 @@ element-ui@^2.4.0:
28322832
throttle-debounce "^1.0.1"
28332833

28342834
elliptic@^6.0.0:
2835-
version "6.4.1"
2836-
resolved "https://registry.npmjs.org/elliptic/-/elliptic-6.4.1.tgz#c2d0b7776911b86722c632c3c06c60f2f819939a"
2835+
version "6.5.4"
2836+
resolved "https://registry.yarnpkg.com/elliptic/-/elliptic-6.5.4.tgz#da37cebd31e79a1367e941b592ed1fbebd58abbb"
28372837
dependencies:
2838-
bn.js "^4.4.0"
2839-
brorand "^1.0.1"
2838+
bn.js "^4.11.9"
2839+
brorand "^1.1.0"
28402840
hash.js "^1.0.0"
2841-
hmac-drbg "^1.0.0"
2842-
inherits "^2.0.1"
2843-
minimalistic-assert "^1.0.0"
2844-
minimalistic-crypto-utils "^1.0.0"
2841+
hmac-drbg "^1.0.1"
2842+
inherits "^2.0.4"
2843+
minimalistic-assert "^1.0.1"
2844+
minimalistic-crypto-utils "^1.0.1"
28452845

28462846
emoji-regex@^7.0.1:
28472847
version "7.0.3"
@@ -4111,7 +4111,7 @@ hash-sum@^1.0.2:
41114111

41124112
hash.js@^1.0.0, hash.js@^1.0.3:
41134113
version "1.1.7"
4114-
resolved "https://registry.npmjs.org/hash.js/-/hash.js-1.1.7.tgz#0babca538e8d4ee4a0f8988d68866537a003cf42"
4114+
resolved "https://registry.yarnpkg.com/hash.js/-/hash.js-1.1.7.tgz#0babca538e8d4ee4a0f8988d68866537a003cf42"
41154115
dependencies:
41164116
inherits "^2.0.3"
41174117
minimalistic-assert "^1.0.1"
@@ -4124,9 +4124,9 @@ hint.css@^2.6.0:
41244124
version "2.6.0"
41254125
resolved "https://registry.nlark.com/hint.css/download/hint.css-2.6.0.tgz#cd6bbe25e2bc16a6454765d9559ad7bd035b3cf5"
41264126

4127-
hmac-drbg@^1.0.0:
4127+
hmac-drbg@^1.0.1:
41284128
version "1.0.1"
4129-
resolved "https://registry.npmjs.org/hmac-drbg/-/hmac-drbg-1.0.1.tgz#d2745701025a6c775a6c545793ed502fc0c649a1"
4129+
resolved "https://registry.yarnpkg.com/hmac-drbg/-/hmac-drbg-1.0.1.tgz#d2745701025a6c775a6c545793ed502fc0c649a1"
41304130
dependencies:
41314131
hash.js "^1.0.3"
41324132
minimalistic-assert "^1.0.0"
@@ -4333,17 +4333,17 @@ inflight@^1.0.4:
43334333
once "^1.3.0"
43344334
wrappy "1"
43354335

4336-
inherits@2, inherits@2.0.3, inherits@~2.0.1, inherits@~2.0.3:
4337-
version "2.0.3"
4338-
resolved "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz#633c2c83e3da42a502f52466022480f4208261de"
4336+
inherits@2, inherits@^2.0.1, inherits@^2.0.3, inherits@^2.0.4, inherits@~2.0.1, inherits@~2.0.3:
4337+
version "2.0.4"
4338+
resolved "https://registry.yarnpkg.com/inherits/-/inherits-2.0.4.tgz#0fa2c64f932917c3433a0ded55363aae37416b7c"
43394339

43404340
inherits@2.0.1:
43414341
version "2.0.1"
43424342
resolved "https://registry.npmjs.org/inherits/-/inherits-2.0.1.tgz#b17d08d326b4423e568eff719f91b0b1cbdf69f1"
43434343

4344-
inherits@^2.0.1, inherits@^2.0.3:
4345-
version "2.0.4"
4346-
resolved "https://registry.yarnpkg.com/inherits/-/inherits-2.0.4.tgz#0fa2c64f932917c3433a0ded55363aae37416b7c"
4344+
inherits@2.0.3:
4345+
version "2.0.3"
4346+
resolved "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz#633c2c83e3da42a502f52466022480f4208261de"
43474347

43484348
ini@^1.3.4, ini@~1.3.0:
43494349
version "1.3.5"
@@ -5620,11 +5620,11 @@ mini-css-extract-plugin@^0.4.0:
56205620

56215621
minimalistic-assert@^1.0.0, minimalistic-assert@^1.0.1:
56225622
version "1.0.1"
5623-
resolved "https://registry.npmjs.org/minimalistic-assert/-/minimalistic-assert-1.0.1.tgz#2e194de044626d4a10e7f7fbc00ce73e83e4d5c7"
5623+
resolved "https://registry.yarnpkg.com/minimalistic-assert/-/minimalistic-assert-1.0.1.tgz#2e194de044626d4a10e7f7fbc00ce73e83e4d5c7"
56245624

5625-
minimalistic-crypto-utils@^1.0.0, minimalistic-crypto-utils@^1.0.1:
5625+
minimalistic-crypto-utils@^1.0.1:
56265626
version "1.0.1"
5627-
resolved "https://registry.npmjs.org/minimalistic-crypto-utils/-/minimalistic-crypto-utils-1.0.1.tgz#f6c00c1c0b082246e5c4d99dfb8c7c083b2b582a"
5627+
resolved "https://registry.yarnpkg.com/minimalistic-crypto-utils/-/minimalistic-crypto-utils-1.0.1.tgz#f6c00c1c0b082246e5c4d99dfb8c7c083b2b582a"
56285628

56295629
minimatch@^3.0.0, minimatch@^3.0.2, minimatch@^3.0.4, minimatch@~3.0.2:
56305630
version "3.0.4"

0 commit comments

Comments
 (0)