Skip to content
This repository was archived by the owner on Jul 17, 2022. It is now read-only.

Commit 2cdb4c4

Browse files
Bump elliptic from 6.4.0 to 6.5.4
Bumps [elliptic](https://github.com/indutny/elliptic) from 6.4.0 to 6.5.4. - [Release notes](https://github.com/indutny/elliptic/releases) - [Commits](indutny/elliptic@v6.4.0...v6.5.4) Signed-off-by: dependabot[bot] <support@github.com>
1 parent 95c5461 commit 2cdb4c4

File tree

1 file changed

+28
-23
lines changed

1 file changed

+28
-23
lines changed

yarn.lock

Lines changed: 28 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1538,9 +1538,9 @@ bluebird@^3.5.1:
15381538
version "3.5.2"
15391539
resolved "https://registry.yarnpkg.com/bluebird/-/bluebird-3.5.2.tgz#1be0908e054a751754549c270489c1505d4ab15a"
15401540

1541-
bn.js@^4.0.0, bn.js@^4.1.0, bn.js@^4.1.1, bn.js@^4.4.0:
1542-
version "4.11.6"
1543-
resolved "https://registry.yarnpkg.com/bn.js/-/bn.js-4.11.6.tgz#53344adb14617a13f6e8dd2ce28905d1c0ba3215"
1541+
bn.js@^4.0.0, bn.js@^4.1.0, bn.js@^4.1.1, bn.js@^4.11.9:
1542+
version "4.12.0"
1543+
resolved "https://registry.yarnpkg.com/bn.js/-/bn.js-4.12.0.tgz#775b3f278efbb9718eec7361f483fb36fbbfea88"
15441544

15451545
body-parser@1.18.2:
15461546
version "1.18.2"
@@ -1648,7 +1648,7 @@ braces@^2.3.1:
16481648
split-string "^3.0.2"
16491649
to-regex "^3.0.1"
16501650

1651-
brorand@^1.0.1:
1651+
brorand@^1.0.1, brorand@^1.1.0:
16521652
version "1.1.0"
16531653
resolved "https://registry.yarnpkg.com/brorand/-/brorand-1.1.0.tgz#12c25efe40a45e3c323eb8675a0a0ce57b22371f"
16541654

@@ -3151,16 +3151,16 @@ electron-to-chromium@^1.3.73:
31513151
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.75.tgz#dd04551739e7371862b0ac7f4ddaa9f3f95b7e68"
31523152

31533153
elliptic@^6.0.0:
3154-
version "6.4.0"
3155-
resolved "https://registry.yarnpkg.com/elliptic/-/elliptic-6.4.0.tgz#cac9af8762c85836187003c8dfe193e5e2eae5df"
3154+
version "6.5.4"
3155+
resolved "https://registry.yarnpkg.com/elliptic/-/elliptic-6.5.4.tgz#da37cebd31e79a1367e941b592ed1fbebd58abbb"
31563156
dependencies:
3157-
bn.js "^4.4.0"
3158-
brorand "^1.0.1"
3157+
bn.js "^4.11.9"
3158+
brorand "^1.1.0"
31593159
hash.js "^1.0.0"
3160-
hmac-drbg "^1.0.0"
3161-
inherits "^2.0.1"
3162-
minimalistic-assert "^1.0.0"
3163-
minimalistic-crypto-utils "^1.0.0"
3160+
hmac-drbg "^1.0.1"
3161+
inherits "^2.0.4"
3162+
minimalistic-assert "^1.0.1"
3163+
minimalistic-crypto-utils "^1.0.1"
31643164

31653165
email-addresses@^3.0.1:
31663166
version "3.0.2"
@@ -4491,10 +4491,11 @@ hash-sum@^1.0.2:
44914491
resolved "https://registry.yarnpkg.com/hash-sum/-/hash-sum-1.0.2.tgz#33b40777754c6432573c120cc3808bbd10d47f04"
44924492

44934493
hash.js@^1.0.0, hash.js@^1.0.3:
4494-
version "1.0.3"
4495-
resolved "https://registry.yarnpkg.com/hash.js/-/hash.js-1.0.3.tgz#1332ff00156c0a0ffdd8236013d07b77a0451573"
4494+
version "1.1.7"
4495+
resolved "https://registry.yarnpkg.com/hash.js/-/hash.js-1.1.7.tgz#0babca538e8d4ee4a0f8988d68866537a003cf42"
44964496
dependencies:
4497-
inherits "^2.0.1"
4497+
inherits "^2.0.3"
4498+
minimalistic-assert "^1.0.1"
44984499

44994500
hawk@3.1.3, hawk@~3.1.3:
45004501
version "3.1.3"
@@ -4526,7 +4527,7 @@ highlight.js@*:
45264527
version "9.12.0"
45274528
resolved "https://registry.yarnpkg.com/highlight.js/-/highlight.js-9.12.0.tgz#e6d9dbe57cbefe60751f02af336195870c90c01e"
45284529

4529-
hmac-drbg@^1.0.0:
4530+
hmac-drbg@^1.0.1:
45304531
version "1.0.1"
45314532
resolved "https://registry.yarnpkg.com/hmac-drbg/-/hmac-drbg-1.0.1.tgz#d2745701025a6c775a6c545793ed502fc0c649a1"
45324533
dependencies:
@@ -4820,14 +4821,18 @@ inflight@^1.0.4, inflight@~1.0.4, inflight@~1.0.6:
48204821
once "^1.3.0"
48214822
wrappy "1"
48224823

4823-
inherits@2, inherits@2.0.3, inherits@^2.0.1, inherits@^2.0.3, inherits@~2.0.0, inherits@~2.0.1, inherits@~2.0.3:
4824-
version "2.0.3"
4825-
resolved "https://registry.yarnpkg.com/inherits/-/inherits-2.0.3.tgz#633c2c83e3da42a502f52466022480f4208261de"
4824+
inherits@2, inherits@^2.0.1, inherits@^2.0.3, inherits@^2.0.4, inherits@~2.0.0, inherits@~2.0.1, inherits@~2.0.3:
4825+
version "2.0.4"
4826+
resolved "https://registry.yarnpkg.com/inherits/-/inherits-2.0.4.tgz#0fa2c64f932917c3433a0ded55363aae37416b7c"
48264827

48274828
inherits@2.0.1:
48284829
version "2.0.1"
48294830
resolved "https://registry.yarnpkg.com/inherits/-/inherits-2.0.1.tgz#b17d08d326b4423e568eff719f91b0b1cbdf69f1"
48304831

4832+
inherits@2.0.3:
4833+
version "2.0.3"
4834+
resolved "https://registry.yarnpkg.com/inherits/-/inherits-2.0.3.tgz#633c2c83e3da42a502f52466022480f4208261de"
4835+
48314836
ini@^1.3.4, ini@~1.3.0, ini@~1.3.4:
48324837
version "1.3.8"
48334838
resolved "https://registry.yarnpkg.com/ini/-/ini-1.3.8.tgz#a29da425b48806f34767a4efce397269af28432c"
@@ -6498,11 +6503,11 @@ mini-css-extract-plugin@^0.4.3:
64986503
schema-utils "^1.0.0"
64996504
webpack-sources "^1.1.0"
65006505

6501-
minimalistic-assert@^1.0.0:
6502-
version "1.0.0"
6503-
resolved "https://registry.yarnpkg.com/minimalistic-assert/-/minimalistic-assert-1.0.0.tgz#702be2dda6b37f4836bcb3f5db56641b64a1d3d3"
6506+
minimalistic-assert@^1.0.0, minimalistic-assert@^1.0.1:
6507+
version "1.0.1"
6508+
resolved "https://registry.yarnpkg.com/minimalistic-assert/-/minimalistic-assert-1.0.1.tgz#2e194de044626d4a10e7f7fbc00ce73e83e4d5c7"
65046509

6505-
minimalistic-crypto-utils@^1.0.0, minimalistic-crypto-utils@^1.0.1:
6510+
minimalistic-crypto-utils@^1.0.1:
65066511
version "1.0.1"
65076512
resolved "https://registry.yarnpkg.com/minimalistic-crypto-utils/-/minimalistic-crypto-utils-1.0.1.tgz#f6c00c1c0b082246e5c4d99dfb8c7c083b2b582a"
65086513

0 commit comments

Comments
 (0)