Skip to content

Commit 93acfd1

Browse files
Bump secp256k1 from 3.8.0 to 3.8.1
Bumps [secp256k1](https://github.com/cryptocoinjs/secp256k1-node) from 3.8.0 to 3.8.1. - [Release notes](https://github.com/cryptocoinjs/secp256k1-node/releases) - [Commits](cryptocoinjs/secp256k1-node@v3.8.0...v3.8.1) --- updated-dependencies: - dependency-name: secp256k1 dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent ee547b1 commit 93acfd1

File tree

1 file changed

+25
-7
lines changed

1 file changed

+25
-7
lines changed

yarn.lock

Lines changed: 25 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1109,6 +1109,11 @@ [email protected], bn.js@^4.0.0, bn.js@^4.1.0, bn.js@^4.1.1, bn.js@^4.10.0, bn.js@^4.
11091109
resolved "https://registry.yarnpkg.com/bn.js/-/bn.js-4.11.8.tgz#2cde09eb5ee341f484746bb0309b3253b1b1442f"
11101110
integrity sha512-ItfYfPLkWHUjckQCk8xC+LwxgK8NYcXywGigJgSwOP8Y2iyWT4f2vsZnoOXTTbo+o5yXmIUJ4gn5538SO5S3gA==
11111111

1112+
bn.js@^4.11.9:
1113+
version "4.12.0"
1114+
resolved "https://registry.yarnpkg.com/bn.js/-/bn.js-4.12.0.tgz#775b3f278efbb9718eec7361f483fb36fbbfea88"
1115+
integrity sha512-c98Bf3tPniI+scsdk237ku1Dc3ujXQTSgyiPUDEOe7tRkhrqridvh8klBv0HCEso1OLOYcHuCv/cS6DNxKH+ZA==
1116+
11121117
[email protected], body-parser@^1.16.0:
11131118
version "1.19.0"
11141119
resolved "https://registry.yarnpkg.com/body-parser/-/body-parser-1.19.0.tgz#96b2709e57c9c4e09a6fd66a8fd979844f69f08a"
@@ -1149,7 +1154,7 @@ braces@^2.3.1, braces@^2.3.2:
11491154
split-string "^3.0.2"
11501155
to-regex "^3.0.1"
11511156

1152-
brorand@^1.0.1:
1157+
brorand@^1.0.1, brorand@^1.1.0:
11531158
version "1.1.0"
11541159
resolved "https://registry.yarnpkg.com/brorand/-/brorand-1.1.0.tgz#12c25efe40a45e3c323eb8675a0a0ce57b22371f"
11551160
integrity sha1-EsJe/kCkXjwyPrhnWgoM5XsiNx8=
@@ -2037,7 +2042,7 @@ [email protected]:
20372042
hash.js "^1.0.0"
20382043
inherits "^2.0.1"
20392044

2040-
[email protected], elliptic@^6.0.0, elliptic@^6.4.0, elliptic@^6.5.2:
2045+
[email protected], elliptic@^6.0.0, elliptic@^6.4.0:
20412046
version "6.5.2"
20422047
resolved "https://registry.yarnpkg.com/elliptic/-/elliptic-6.5.2.tgz#05c5678d7173c049d8ca433552224a495d0e3762"
20432048
integrity sha512-f4x70okzZbIQl/NSRLkI/+tteV/9WqL98zx+SQ69KbXxmVrmjwsNUPn/gYJJ0sHvEak24cZgHIPegRePAtA/xw==
@@ -2050,6 +2055,19 @@ [email protected], elliptic@^6.0.0, elliptic@^6.4.0, elliptic@^6.5.2:
20502055
minimalistic-assert "^1.0.0"
20512056
minimalistic-crypto-utils "^1.0.0"
20522057

2058+
elliptic@^6.5.7:
2059+
version "6.5.7"
2060+
resolved "https://registry.yarnpkg.com/elliptic/-/elliptic-6.5.7.tgz#8ec4da2cb2939926a1b9a73619d768207e647c8b"
2061+
integrity sha512-ESVCtTwiA+XhY3wyh24QqRGBoP3rEdDUl3EDUUo9tft074fi19IrdpH7hLCMMP3CIj7jb3W96rn8lt/BqIlt5Q==
2062+
dependencies:
2063+
bn.js "^4.11.9"
2064+
brorand "^1.1.0"
2065+
hash.js "^1.0.0"
2066+
hmac-drbg "^1.0.1"
2067+
inherits "^2.0.4"
2068+
minimalistic-assert "^1.0.1"
2069+
minimalistic-crypto-utils "^1.0.1"
2070+
20532071
emoji-regex@^7.0.1:
20542072
version "7.0.3"
20552073
resolved "https://registry.yarnpkg.com/emoji-regex/-/emoji-regex-7.0.3.tgz#933a04052860c85e83c122479c4748a8e4c72156"
@@ -3394,7 +3412,7 @@ [email protected]:
33943412
resolved "https://registry.yarnpkg.com/heap/-/heap-0.2.6.tgz#087e1f10b046932fc8594dd9e6d378afc9d1e5ac"
33953413
integrity sha1-CH4fELBGky/IWU3Z5tN4r8nR5aw=
33963414

3397-
hmac-drbg@^1.0.0:
3415+
hmac-drbg@^1.0.0, hmac-drbg@^1.0.1:
33983416
version "1.0.1"
33993417
resolved "https://registry.yarnpkg.com/hmac-drbg/-/hmac-drbg-1.0.1.tgz#d2745701025a6c775a6c545793ed502fc0c649a1"
34003418
integrity sha1-0nRXAQJabHdabFRXk+1QL8DGSaE=
@@ -5650,16 +5668,16 @@ scryptsy@^2.1.0:
56505668
integrity sha512-1CdSqHQowJBnMAFyPEBRfqag/YP9OF394FV+4YREIJX4ljD7OxvQRDayyoyyCk+senRjSkP6VnUNQmVQqB6g7w==
56515669

56525670
secp256k1@^3.0.1:
5653-
version "3.8.0"
5654-
resolved "https://registry.yarnpkg.com/secp256k1/-/secp256k1-3.8.0.tgz#28f59f4b01dbee9575f56a47034b7d2e3b3b352d"
5655-
integrity sha512-k5ke5avRZbtl9Tqx/SA7CbY3NF6Ro+Sj9cZxezFzuBlLDmyqPiL8hJJ+EmzD8Ig4LUDByHJ3/iPOVoRixs/hmw==
5671+
version "3.8.1"
5672+
resolved "https://registry.yarnpkg.com/secp256k1/-/secp256k1-3.8.1.tgz#b62a62a882d6b16f9b51fe599c6b3a861e36c59f"
5673+
integrity sha512-tArjQw2P0RTdY7QmkNehgp6TVvQXq6ulIhxv8gaH6YubKG/wxxAoNKcbuXjDhybbc+b2Ihc7e0xxiGN744UIiQ==
56565674
dependencies:
56575675
bindings "^1.5.0"
56585676
bip66 "^1.1.5"
56595677
bn.js "^4.11.8"
56605678
create-hash "^1.2.0"
56615679
drbg.js "^1.0.1"
5662-
elliptic "^6.5.2"
5680+
elliptic "^6.5.7"
56635681
nan "^2.14.0"
56645682
safe-buffer "^5.1.2"
56655683

0 commit comments

Comments
 (0)