Skip to content

Commit b083ffe

Browse files
chore(deps): bump elliptic from 6.5.0 to 6.5.4
Bumps [elliptic](https://github.com/indutny/elliptic) from 6.5.0 to 6.5.4. - [Release notes](https://github.com/indutny/elliptic/releases) - [Commits](indutny/elliptic@v6.5.0...v6.5.4) Signed-off-by: dependabot[bot] <[email protected]>
1 parent 93e2928 commit b083ffe

File tree

1 file changed

+22
-14
lines changed

1 file changed

+22
-14
lines changed

yarn.lock

Lines changed: 22 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -2530,9 +2530,10 @@ bluebird@^3.5.5:
25302530
version "3.5.5"
25312531
resolved "https://registry.yarnpkg.com/bluebird/-/bluebird-3.5.5.tgz#a8d0afd73251effbbd5fe384a77d73003c17a71f"
25322532

2533-
bn.js@^4.0.0, bn.js@^4.1.0, bn.js@^4.1.1, bn.js@^4.4.0:
2534-
version "4.11.8"
2535-
resolved "https://registry.yarnpkg.com/bn.js/-/bn.js-4.11.8.tgz#2cde09eb5ee341f484746bb0309b3253b1b1442f"
2533+
bn.js@^4.0.0, bn.js@^4.1.0, bn.js@^4.1.1, bn.js@^4.11.9:
2534+
version "4.12.0"
2535+
resolved "https://registry.yarnpkg.com/bn.js/-/bn.js-4.12.0.tgz#775b3f278efbb9718eec7361f483fb36fbbfea88"
2536+
integrity sha512-c98Bf3tPniI+scsdk237ku1Dc3ujXQTSgyiPUDEOe7tRkhrqridvh8klBv0HCEso1OLOYcHuCv/cS6DNxKH+ZA==
25362537

25372538
[email protected], body-parser@^1.19.0:
25382539
version "1.19.0"
@@ -2609,9 +2610,10 @@ braces@^3.0.1, braces@^3.0.2, braces@~3.0.2:
26092610
dependencies:
26102611
fill-range "^7.0.1"
26112612

2612-
brorand@^1.0.1:
2613+
brorand@^1.0.1, brorand@^1.1.0:
26132614
version "1.1.0"
26142615
resolved "https://registry.yarnpkg.com/brorand/-/brorand-1.1.0.tgz#12c25efe40a45e3c323eb8675a0a0ce57b22371f"
2616+
integrity sha1-EsJe/kCkXjwyPrhnWgoM5XsiNx8=
26152617

26162618
browserify-aes@^1.0.0, browserify-aes@^1.0.4:
26172619
version "1.2.0"
@@ -4074,16 +4076,17 @@ electron-to-chromium@^1.3.811:
40744076
integrity sha512-7KiUHsKAWtSrjVoTSzxQ0nPLr/a+qoxNZwkwd9LkylTOgOXSVXkQbpIVT0WAUQcI5gXq3SwOTCrK+WfINHOXQg==
40754077

40764078
elliptic@^6.0.0:
4077-
version "6.5.0"
4078-
resolved "https://registry.yarnpkg.com/elliptic/-/elliptic-6.5.0.tgz#2b8ed4c891b7de3200e14412a5b8248c7af505ca"
4079+
version "6.5.4"
4080+
resolved "https://registry.yarnpkg.com/elliptic/-/elliptic-6.5.4.tgz#da37cebd31e79a1367e941b592ed1fbebd58abbb"
4081+
integrity sha512-iLhC6ULemrljPZb+QutR5TQGB+pdW6KGD5RSegS+8sorOZT+rdQFbsQFJgvN3eRqNALqJer4oQ16YvJHlU8hzQ==
40794082
dependencies:
4080-
bn.js "^4.4.0"
4081-
brorand "^1.0.1"
4083+
bn.js "^4.11.9"
4084+
brorand "^1.1.0"
40824085
hash.js "^1.0.0"
4083-
hmac-drbg "^1.0.0"
4084-
inherits "^2.0.1"
4085-
minimalistic-assert "^1.0.0"
4086-
minimalistic-crypto-utils "^1.0.0"
4086+
hmac-drbg "^1.0.1"
4087+
inherits "^2.0.4"
4088+
minimalistic-assert "^1.0.1"
4089+
minimalistic-crypto-utils "^1.0.1"
40874090

40884091
emoji-regex@^7.0.1:
40894092
version "7.0.3"
@@ -5050,6 +5053,7 @@ hash-base@^3.0.0:
50505053
hash.js@^1.0.0, hash.js@^1.0.3:
50515054
version "1.1.7"
50525055
resolved "https://registry.yarnpkg.com/hash.js/-/hash.js-1.1.7.tgz#0babca538e8d4ee4a0f8988d68866537a003cf42"
5056+
integrity sha512-taOaskGt4z4SOANNseOviYDvjEJinIkRgmp7LbKP2YTTmVxWBl87s/uzK9r+44BclBSp2X7K1hqeNfz9JbBeXA==
50535057
dependencies:
50545058
inherits "^2.0.3"
50555059
minimalistic-assert "^1.0.1"
@@ -5067,9 +5071,10 @@ highlight.js@^10.7.1:
50675071
resolved "https://registry.yarnpkg.com/highlight.js/-/highlight.js-10.7.3.tgz#697272e3991356e40c3cac566a74eef681756531"
50685072
integrity sha512-tzcUFauisWKNHaRkN4Wjl/ZA07gENAjFl3J/c480dprkGTg5EQstgaNFqBfUqCq54kZRIEcreTsAgF/m2quD7A==
50695073

5070-
hmac-drbg@^1.0.0:
5074+
hmac-drbg@^1.0.1:
50715075
version "1.0.1"
50725076
resolved "https://registry.yarnpkg.com/hmac-drbg/-/hmac-drbg-1.0.1.tgz#d2745701025a6c775a6c545793ed502fc0c649a1"
5077+
integrity sha1-0nRXAQJabHdabFRXk+1QL8DGSaE=
50735078
dependencies:
50745079
hash.js "^1.0.3"
50755080
minimalistic-assert "^1.0.0"
@@ -5371,6 +5376,7 @@ inflight@^1.0.4:
53715376
inherits@2, [email protected], inherits@^2.0.1, inherits@^2.0.3, inherits@^2.0.4, inherits@~2.0.1, inherits@~2.0.3:
53725377
version "2.0.4"
53735378
resolved "https://registry.yarnpkg.com/inherits/-/inherits-2.0.4.tgz#0fa2c64f932917c3433a0ded55363aae37416b7c"
5379+
integrity sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==
53745380

53755381
53765382
version "2.0.1"
@@ -6585,10 +6591,12 @@ [email protected]:
65856591
minimalistic-assert@^1.0.0, minimalistic-assert@^1.0.1:
65866592
version "1.0.1"
65876593
resolved "https://registry.yarnpkg.com/minimalistic-assert/-/minimalistic-assert-1.0.1.tgz#2e194de044626d4a10e7f7fbc00ce73e83e4d5c7"
6594+
integrity sha512-UtJcAD4yEaGtjPezWuO9wC4nwUnVH/8/Im3yEHQP4b67cXlD/Qr9hdITCU1xDbSEXg2XKNaP8jsReV7vQd00/A==
65886595

6589-
minimalistic-crypto-utils@^1.0.0, minimalistic-crypto-utils@^1.0.1:
6596+
minimalistic-crypto-utils@^1.0.1:
65906597
version "1.0.1"
65916598
resolved "https://registry.yarnpkg.com/minimalistic-crypto-utils/-/minimalistic-crypto-utils-1.0.1.tgz#f6c00c1c0b082246e5c4d99dfb8c7c083b2b582a"
6599+
integrity sha1-9sAMHAsIIkblxNmd+4x8CDsrWCo=
65926600

65936601
65946602
version "3.0.3"

0 commit comments

Comments
 (0)