Skip to content

Commit 1a36591

Browse files
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 415005f commit 1a36591

File tree

1 file changed

+24
-6
lines changed

1 file changed

+24
-6
lines changed

tests/runner-tests/yarn.lock

Lines changed: 24 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1559,7 +1559,7 @@ electron-fetch@^1.7.2:
15591559
dependencies:
15601560
encoding "^0.1.13"
15611561

1562-
[email protected], elliptic@^6.5.4:
1562+
15631563
version "6.5.4"
15641564
resolved "https://registry.npmjs.org/elliptic/-/elliptic-6.5.4.tgz"
15651565
integrity sha512-iLhC6ULemrljPZb+QutR5TQGB+pdW6KGD5RSegS+8sorOZT+rdQFbsQFJgvN3eRqNALqJer4oQ16YvJHlU8hzQ==
@@ -1572,6 +1572,19 @@ [email protected], elliptic@^6.5.4:
15721572
minimalistic-assert "^1.0.1"
15731573
minimalistic-crypto-utils "^1.0.1"
15741574

1575+
elliptic@^6.5.7:
1576+
version "6.5.7"
1577+
resolved "https://registry.yarnpkg.com/elliptic/-/elliptic-6.5.7.tgz#8ec4da2cb2939926a1b9a73619d768207e647c8b"
1578+
integrity sha512-ESVCtTwiA+XhY3wyh24QqRGBoP3rEdDUl3EDUUo9tft074fi19IrdpH7hLCMMP3CIj7jb3W96rn8lt/BqIlt5Q==
1579+
dependencies:
1580+
bn.js "^4.11.9"
1581+
brorand "^1.1.0"
1582+
hash.js "^1.0.0"
1583+
hmac-drbg "^1.0.1"
1584+
inherits "^2.0.4"
1585+
minimalistic-assert "^1.0.1"
1586+
minimalistic-crypto-utils "^1.0.1"
1587+
15751588
emoji-regex@^8.0.0:
15761589
version "8.0.0"
15771590
resolved "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz"
@@ -2856,6 +2869,11 @@ node-addon-api@^2.0.0:
28562869
resolved "https://registry.npmjs.org/node-addon-api/-/node-addon-api-2.0.2.tgz"
28572870
integrity sha512-Ntyt4AIXyaLIuMHF6IOoTakB3K+RWxwtsHNRxllEoA6vPwP9o4866g6YWDLUdnucilZhmkxiHwHr11gAENw+QA==
28582871

2872+
node-addon-api@^5.0.0:
2873+
version "5.1.0"
2874+
resolved "https://registry.yarnpkg.com/node-addon-api/-/node-addon-api-5.1.0.tgz#49da1ca055e109a23d537e9de43c09cca21eb762"
2875+
integrity sha512-eh0GgfEkpnoWDq+VY8OyvYhFEzBk6jIYbRKdIlyTiAXIVJ8PyBaKb0rp7oDtoddbdoHWhq8wwr+XZ81F1rpNdA==
2876+
28592877
node-fetch@^2.6.8:
28602878
version "2.6.9"
28612879
resolved "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.9.tgz"
@@ -3298,12 +3316,12 @@ scrypt-js@^3.0.0:
32983316
integrity sha512-cdwTTnqPu0Hyvf5in5asVdZocVDTNRmR7XEcJuIzMjJeSHybHl7vpB66AzwTaIg6CLSbtjcxc8fqcySfnTkccA==
32993317

33003318
secp256k1@^4.0.1:
3301-
version "4.0.3"
3302-
resolved "https://registry.npmjs.org/secp256k1/-/secp256k1-4.0.3.tgz"
3303-
integrity sha512-NLZVf+ROMxwtEj3Xa562qgv2BK5e2WNmXPiOdVIPLgs6lyTzMvBq0aWTYMI5XCP9jZMVKOcqZLw/Wc4vDkuxhA==
3319+
version "4.0.4"
3320+
resolved "https://registry.yarnpkg.com/secp256k1/-/secp256k1-4.0.4.tgz#58f0bfe1830fe777d9ca1ffc7574962a8189f8ab"
3321+
integrity sha512-6JfvwvjUOn8F/jUoBY2Q1v5WY5XS+rj8qSe0v8Y4ezH4InLgTEeOOPQsRll9OV429Pvo6BCHGavIyJfr3TAhsw==
33043322
dependencies:
3305-
elliptic "^6.5.4"
3306-
node-addon-api "^2.0.0"
3323+
elliptic "^6.5.7"
3324+
node-addon-api "^5.0.0"
33073325
node-gyp-build "^4.2.0"
33083326

33093327

0 commit comments

Comments
 (0)