Skip to content

Commit b41336b

Browse files
Bump secp256k1 from 4.0.3 to 4.0.4 (#1094)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 08c6cd4 commit b41336b

File tree

1 file changed

+11
-6
lines changed

1 file changed

+11
-6
lines changed

yarn.lock

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2250,7 +2250,7 @@ [email protected]:
22502250
minimalistic-assert "^1.0.1"
22512251
minimalistic-crypto-utils "^1.0.1"
22522252

2253-
elliptic@^6.5.2, elliptic@^6.5.4:
2253+
elliptic@^6.5.2, elliptic@^6.5.7:
22542254
version "6.5.7"
22552255
resolved "https://registry.yarnpkg.com/elliptic/-/elliptic-6.5.7.tgz#8ec4da2cb2939926a1b9a73619d768207e647c8b"
22562256
integrity sha512-ESVCtTwiA+XhY3wyh24QqRGBoP3rEdDUl3EDUUo9tft074fi19IrdpH7hLCMMP3CIj7jb3W96rn8lt/BqIlt5Q==
@@ -4177,6 +4177,11 @@ node-addon-api@^2.0.0:
41774177
resolved "https://registry.yarnpkg.com/node-addon-api/-/node-addon-api-2.0.2.tgz#432cfa82962ce494b132e9d72a15b29f71ff5d32"
41784178
integrity sha512-Ntyt4AIXyaLIuMHF6IOoTakB3K+RWxwtsHNRxllEoA6vPwP9o4866g6YWDLUdnucilZhmkxiHwHr11gAENw+QA==
41794179

4180+
node-addon-api@^5.0.0:
4181+
version "5.1.0"
4182+
resolved "https://registry.yarnpkg.com/node-addon-api/-/node-addon-api-5.1.0.tgz#49da1ca055e109a23d537e9de43c09cca21eb762"
4183+
integrity sha512-eh0GgfEkpnoWDq+VY8OyvYhFEzBk6jIYbRKdIlyTiAXIVJ8PyBaKb0rp7oDtoddbdoHWhq8wwr+XZ81F1rpNdA==
4184+
41804185
node-fetch@^2.6.1, node-fetch@^2.6.7:
41814186
version "2.7.0"
41824187
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.7.0.tgz#d0f0fa6e3e2dc1d27efcd8ad99d550bda94d187d"
@@ -4874,12 +4879,12 @@ scrypt-js@^3.0.0:
48744879
integrity sha512-cdwTTnqPu0Hyvf5in5asVdZocVDTNRmR7XEcJuIzMjJeSHybHl7vpB66AzwTaIg6CLSbtjcxc8fqcySfnTkccA==
48754880

48764881
secp256k1@^4.0.1:
4877-
version "4.0.3"
4878-
resolved "https://registry.yarnpkg.com/secp256k1/-/secp256k1-4.0.3.tgz#c4559ecd1b8d3c1827ed2d1b94190d69ce267303"
4879-
integrity sha512-NLZVf+ROMxwtEj3Xa562qgv2BK5e2WNmXPiOdVIPLgs6lyTzMvBq0aWTYMI5XCP9jZMVKOcqZLw/Wc4vDkuxhA==
4882+
version "4.0.4"
4883+
resolved "https://registry.yarnpkg.com/secp256k1/-/secp256k1-4.0.4.tgz#58f0bfe1830fe777d9ca1ffc7574962a8189f8ab"
4884+
integrity sha512-6JfvwvjUOn8F/jUoBY2Q1v5WY5XS+rj8qSe0v8Y4ezH4InLgTEeOOPQsRll9OV429Pvo6BCHGavIyJfr3TAhsw==
48804885
dependencies:
4881-
elliptic "^6.5.4"
4882-
node-addon-api "^2.0.0"
4886+
elliptic "^6.5.7"
4887+
node-addon-api "^5.0.0"
48834888
node-gyp-build "^4.2.0"
48844889

48854890
"semver@2 || 3 || 4 || 5", semver@^5.5.0:

0 commit comments

Comments
 (0)