Skip to content

Commit 852c7a1

Browse files
Bump secp256k1 from 4.0.3 to 4.0.4 (#292)
Bumps [secp256k1](https://github.com/cryptocoinjs/secp256k1-node) from 4.0.3 to 4.0.4. - [Release notes](https://github.com/cryptocoinjs/secp256k1-node/releases) - [Commits](cryptocoinjs/secp256k1-node@v4.0.3...v4.0.4) --- updated-dependencies: - dependency-name: secp256k1 dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 0d04859 commit 852c7a1

File tree

1 file changed

+23
-5
lines changed

1 file changed

+23
-5
lines changed

yarn.lock

Lines changed: 23 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3532,6 +3532,19 @@ [email protected], elliptic@^6.4.0, elliptic@^6.5.2, elliptic@^6.5.3, elliptic@^6.5
35323532
minimalistic-assert "^1.0.1"
35333533
minimalistic-crypto-utils "^1.0.1"
35343534

3535+
elliptic@^6.5.7:
3536+
version "6.5.7"
3537+
resolved "https://registry.yarnpkg.com/elliptic/-/elliptic-6.5.7.tgz#8ec4da2cb2939926a1b9a73619d768207e647c8b"
3538+
integrity sha512-ESVCtTwiA+XhY3wyh24QqRGBoP3rEdDUl3EDUUo9tft074fi19IrdpH7hLCMMP3CIj7jb3W96rn8lt/BqIlt5Q==
3539+
dependencies:
3540+
bn.js "^4.11.9"
3541+
brorand "^1.1.0"
3542+
hash.js "^1.0.0"
3543+
hmac-drbg "^1.0.1"
3544+
inherits "^2.0.4"
3545+
minimalistic-assert "^1.0.1"
3546+
minimalistic-crypto-utils "^1.0.1"
3547+
35353548
emoji-regex@^10.1.0:
35363549
version "10.1.0"
35373550
resolved "https://registry.yarnpkg.com/emoji-regex/-/emoji-regex-10.1.0.tgz#d50e383743c0f7a5945c47087295afc112e3cf66"
@@ -7208,6 +7221,11 @@ node-addon-api@^2.0.0:
72087221
resolved "https://registry.yarnpkg.com/node-addon-api/-/node-addon-api-2.0.2.tgz#432cfa82962ce494b132e9d72a15b29f71ff5d32"
72097222
integrity sha512-Ntyt4AIXyaLIuMHF6IOoTakB3K+RWxwtsHNRxllEoA6vPwP9o4866g6YWDLUdnucilZhmkxiHwHr11gAENw+QA==
72107223

7224+
node-addon-api@^5.0.0:
7225+
version "5.1.0"
7226+
resolved "https://registry.yarnpkg.com/node-addon-api/-/node-addon-api-5.1.0.tgz#49da1ca055e109a23d537e9de43c09cca21eb762"
7227+
integrity sha512-eh0GgfEkpnoWDq+VY8OyvYhFEzBk6jIYbRKdIlyTiAXIVJ8PyBaKb0rp7oDtoddbdoHWhq8wwr+XZ81F1rpNdA==
7228+
72117229
node-emoji@^1.10.0:
72127230
version "1.11.0"
72137231
resolved "https://registry.yarnpkg.com/node-emoji/-/node-emoji-1.11.0.tgz#69a0150e6946e2f115e9d7ea4df7971e2628301c"
@@ -8544,12 +8562,12 @@ scryptsy@^1.2.1:
85448562
pbkdf2 "^3.0.3"
85458563

85468564
secp256k1@^4.0.1:
8547-
version "4.0.3"
8548-
resolved "https://registry.yarnpkg.com/secp256k1/-/secp256k1-4.0.3.tgz#c4559ecd1b8d3c1827ed2d1b94190d69ce267303"
8549-
integrity sha512-NLZVf+ROMxwtEj3Xa562qgv2BK5e2WNmXPiOdVIPLgs6lyTzMvBq0aWTYMI5XCP9jZMVKOcqZLw/Wc4vDkuxhA==
8565+
version "4.0.4"
8566+
resolved "https://registry.yarnpkg.com/secp256k1/-/secp256k1-4.0.4.tgz#58f0bfe1830fe777d9ca1ffc7574962a8189f8ab"
8567+
integrity sha512-6JfvwvjUOn8F/jUoBY2Q1v5WY5XS+rj8qSe0v8Y4ezH4InLgTEeOOPQsRll9OV429Pvo6BCHGavIyJfr3TAhsw==
85508568
dependencies:
8551-
elliptic "^6.5.4"
8552-
node-addon-api "^2.0.0"
8569+
elliptic "^6.5.7"
8570+
node-addon-api "^5.0.0"
85538571
node-gyp-build "^4.2.0"
85548572

85558573

0 commit comments

Comments
 (0)