Skip to content

Commit f038034

Browse files
dependabot[bot]lutter
authored andcommitted
build(deps): bump secp256k1 from 4.0.3 to 4.0.4 in /tests/runner-tests
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]>
1 parent 9ed8f6e commit f038034

File tree

1 file changed

+24
-6
lines changed

1 file changed

+24
-6
lines changed

tests/runner-tests/yarn.lock

+24-6
Original file line numberDiff line numberDiff line change
@@ -1605,7 +1605,7 @@ electron-fetch@^1.7.2:
16051605
dependencies:
16061606
encoding "^0.1.13"
16071607

1608-
[email protected], elliptic@^6.5.4:
1608+
16091609
version "6.5.4"
16101610
resolved "https://registry.npmjs.org/elliptic/-/elliptic-6.5.4.tgz"
16111611
integrity sha512-iLhC6ULemrljPZb+QutR5TQGB+pdW6KGD5RSegS+8sorOZT+rdQFbsQFJgvN3eRqNALqJer4oQ16YvJHlU8hzQ==
@@ -1618,6 +1618,19 @@ [email protected], elliptic@^6.5.4:
16181618
minimalistic-assert "^1.0.1"
16191619
minimalistic-crypto-utils "^1.0.1"
16201620

1621+
elliptic@^6.5.7:
1622+
version "6.5.7"
1623+
resolved "https://registry.yarnpkg.com/elliptic/-/elliptic-6.5.7.tgz#8ec4da2cb2939926a1b9a73619d768207e647c8b"
1624+
integrity sha512-ESVCtTwiA+XhY3wyh24QqRGBoP3rEdDUl3EDUUo9tft074fi19IrdpH7hLCMMP3CIj7jb3W96rn8lt/BqIlt5Q==
1625+
dependencies:
1626+
bn.js "^4.11.9"
1627+
brorand "^1.1.0"
1628+
hash.js "^1.0.0"
1629+
hmac-drbg "^1.0.1"
1630+
inherits "^2.0.4"
1631+
minimalistic-assert "^1.0.1"
1632+
minimalistic-crypto-utils "^1.0.1"
1633+
16211634
emoji-regex@^8.0.0:
16221635
version "8.0.0"
16231636
resolved "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz"
@@ -2938,6 +2951,11 @@ node-addon-api@^2.0.0:
29382951
resolved "https://registry.npmjs.org/node-addon-api/-/node-addon-api-2.0.2.tgz"
29392952
integrity sha512-Ntyt4AIXyaLIuMHF6IOoTakB3K+RWxwtsHNRxllEoA6vPwP9o4866g6YWDLUdnucilZhmkxiHwHr11gAENw+QA==
29402953

2954+
node-addon-api@^5.0.0:
2955+
version "5.1.0"
2956+
resolved "https://registry.yarnpkg.com/node-addon-api/-/node-addon-api-5.1.0.tgz#49da1ca055e109a23d537e9de43c09cca21eb762"
2957+
integrity sha512-eh0GgfEkpnoWDq+VY8OyvYhFEzBk6jIYbRKdIlyTiAXIVJ8PyBaKb0rp7oDtoddbdoHWhq8wwr+XZ81F1rpNdA==
2958+
29412959
node-fetch@^2.6.8:
29422960
version "2.6.9"
29432961
resolved "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.9.tgz"
@@ -3394,12 +3412,12 @@ scrypt-js@^3.0.0:
33943412
integrity sha512-cdwTTnqPu0Hyvf5in5asVdZocVDTNRmR7XEcJuIzMjJeSHybHl7vpB66AzwTaIg6CLSbtjcxc8fqcySfnTkccA==
33953413

33963414
secp256k1@^4.0.1:
3397-
version "4.0.3"
3398-
resolved "https://registry.npmjs.org/secp256k1/-/secp256k1-4.0.3.tgz"
3399-
integrity sha512-NLZVf+ROMxwtEj3Xa562qgv2BK5e2WNmXPiOdVIPLgs6lyTzMvBq0aWTYMI5XCP9jZMVKOcqZLw/Wc4vDkuxhA==
3415+
version "4.0.4"
3416+
resolved "https://registry.yarnpkg.com/secp256k1/-/secp256k1-4.0.4.tgz#58f0bfe1830fe777d9ca1ffc7574962a8189f8ab"
3417+
integrity sha512-6JfvwvjUOn8F/jUoBY2Q1v5WY5XS+rj8qSe0v8Y4ezH4InLgTEeOOPQsRll9OV429Pvo6BCHGavIyJfr3TAhsw==
34003418
dependencies:
3401-
elliptic "^6.5.4"
3402-
node-addon-api "^2.0.0"
3419+
elliptic "^6.5.7"
3420+
node-addon-api "^5.0.0"
34033421
node-gyp-build "^4.2.0"
34043422

34053423

0 commit comments

Comments
 (0)