Skip to content

Commit 0b0066e

Browse files
fix(deps-update): bump secp256k1 from 4.0.3 to 4.0.4
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-version: 4.0.4 dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 751e0f6 commit 0b0066e

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
@@ -16005,7 +16005,7 @@ [email protected], elliptic@^6.4.0, elliptic@^6.5.2, elliptic@^6.5.3, elliptic@^6.5
1600516005
minimalistic-assert "^1.0.1"
1600616006
minimalistic-crypto-utils "^1.0.1"
1600716007

16008-
[email protected], elliptic@^6.5.5:
16008+
[email protected], elliptic@^6.5.5, elliptic@^6.5.7:
1600916009
version "6.6.1"
1601016010
resolved "https://registry.yarnpkg.com/elliptic/-/elliptic-6.6.1.tgz#3b8ffb02670bf69e382c7f65bf524c97c5405c06"
1601116011
integrity sha512-RaddvvMatK2LJHqFJ+YA4WysVN5Ita9E35botqIYspQ4TkRAlCicdzKOjlyv/1Za5RyTNn7di//eEV0uTAfe3g==
@@ -24668,6 +24668,11 @@ node-addon-api@^3.0.0:
2466824668
resolved "https://registry.yarnpkg.com/node-addon-api/-/node-addon-api-3.2.1.tgz#81325e0a2117789c0128dab65e7e38f07ceba161"
2466924669
integrity sha512-mmcei9JghVNDYydghQmeDX8KoAm0FAiYyIcUt/N4nhyAipB17pllZQDOJD2fotxABnt4Mdz+dKTO7eftLg4d0A==
2467024670

24671+
node-addon-api@^5.0.0:
24672+
version "5.1.0"
24673+
resolved "https://registry.yarnpkg.com/node-addon-api/-/node-addon-api-5.1.0.tgz#49da1ca055e109a23d537e9de43c09cca21eb762"
24674+
integrity sha512-eh0GgfEkpnoWDq+VY8OyvYhFEzBk6jIYbRKdIlyTiAXIVJ8PyBaKb0rp7oDtoddbdoHWhq8wwr+XZ81F1rpNdA==
24675+
2467124676
node-addon-api@^7.0.0:
2467224677
version "7.0.0"
2467324678
resolved "https://registry.yarnpkg.com/node-addon-api/-/node-addon-api-7.0.0.tgz#8136add2f510997b3b94814f4af1cce0b0e3962e"
@@ -28994,12 +28999,12 @@ [email protected], scrypt-js@^3.0.0, scrypt-js@^3.0.1:
2899428999
integrity sha512-cdwTTnqPu0Hyvf5in5asVdZocVDTNRmR7XEcJuIzMjJeSHybHl7vpB66AzwTaIg6CLSbtjcxc8fqcySfnTkccA==
2899529000

2899629001
secp256k1@^4.0.0, secp256k1@^4.0.1:
28997-
version "4.0.3"
28998-
resolved "https://registry.yarnpkg.com/secp256k1/-/secp256k1-4.0.3.tgz#c4559ecd1b8d3c1827ed2d1b94190d69ce267303"
28999-
integrity sha512-NLZVf+ROMxwtEj3Xa562qgv2BK5e2WNmXPiOdVIPLgs6lyTzMvBq0aWTYMI5XCP9jZMVKOcqZLw/Wc4vDkuxhA==
29002+
version "4.0.4"
29003+
resolved "https://registry.yarnpkg.com/secp256k1/-/secp256k1-4.0.4.tgz#58f0bfe1830fe777d9ca1ffc7574962a8189f8ab"
29004+
integrity sha512-6JfvwvjUOn8F/jUoBY2Q1v5WY5XS+rj8qSe0v8Y4ezH4InLgTEeOOPQsRll9OV429Pvo6BCHGavIyJfr3TAhsw==
2900029005
dependencies:
29001-
elliptic "^6.5.4"
29002-
node-addon-api "^2.0.0"
29006+
elliptic "^6.5.7"
29007+
node-addon-api "^5.0.0"
2900329008
node-gyp-build "^4.2.0"
2900429009

2900529010

0 commit comments

Comments
 (0)