Skip to content

Commit 6da61ed

Browse files
chore(deps): 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-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 68a849c commit 6da61ed

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
@@ -10255,6 +10255,19 @@ elliptic@6.5.4, elliptic@^6.4.0, elliptic@^6.5.2, elliptic@^6.5.3, elliptic@^6.5
1025510255
minimalistic-assert "^1.0.1"
1025610256
minimalistic-crypto-utils "^1.0.1"
1025710257

10258+
elliptic@^6.5.7:
10259+
version "6.5.7"
10260+
resolved "https://registry.yarnpkg.com/elliptic/-/elliptic-6.5.7.tgz#8ec4da2cb2939926a1b9a73619d768207e647c8b"
10261+
integrity sha512-ESVCtTwiA+XhY3wyh24QqRGBoP3rEdDUl3EDUUo9tft074fi19IrdpH7hLCMMP3CIj7jb3W96rn8lt/BqIlt5Q==
10262+
dependencies:
10263+
bn.js "^4.11.9"
10264+
brorand "^1.1.0"
10265+
hash.js "^1.0.0"
10266+
hmac-drbg "^1.0.1"
10267+
inherits "^2.0.4"
10268+
minimalistic-assert "^1.0.1"
10269+
minimalistic-crypto-utils "^1.0.1"
10270+
1025810271
emittery@^0.10.2:
1025910272
version "0.10.2"
1026010273
resolved "https://registry.yarnpkg.com/emittery/-/emittery-0.10.2.tgz#902eec8aedb8c41938c46e9385e9db7e03182933"
@@ -15721,6 +15734,11 @@ node-addon-api@^2.0.0:
1572115734
resolved "https://registry.yarnpkg.com/node-addon-api/-/node-addon-api-2.0.2.tgz#432cfa82962ce494b132e9d72a15b29f71ff5d32"
1572215735
integrity sha512-Ntyt4AIXyaLIuMHF6IOoTakB3K+RWxwtsHNRxllEoA6vPwP9o4866g6YWDLUdnucilZhmkxiHwHr11gAENw+QA==
1572315736

15737+
node-addon-api@^5.0.0:
15738+
version "5.1.0"
15739+
resolved "https://registry.yarnpkg.com/node-addon-api/-/node-addon-api-5.1.0.tgz#49da1ca055e109a23d537e9de43c09cca21eb762"
15740+
integrity sha512-eh0GgfEkpnoWDq+VY8OyvYhFEzBk6jIYbRKdIlyTiAXIVJ8PyBaKb0rp7oDtoddbdoHWhq8wwr+XZ81F1rpNdA==
15741+
1572415742
node-domexception@1.0.0, node-domexception@^1.0.0:
1572515743
version "1.0.0"
1572615744
resolved "https://registry.yarnpkg.com/node-domexception/-/node-domexception-1.0.0.tgz#6888db46a1f71c0b76b3f7555016b63fe64766e5"
@@ -18798,12 +18816,12 @@ scrypt-js@3.0.1, scrypt-js@^3.0.0, scrypt-js@^3.0.1:
1879818816
integrity sha512-cdwTTnqPu0Hyvf5in5asVdZocVDTNRmR7XEcJuIzMjJeSHybHl7vpB66AzwTaIg6CLSbtjcxc8fqcySfnTkccA==
1879918817

1880018818
secp256k1@^4.0.0, secp256k1@^4.0.1:
18801-
version "4.0.3"
18802-
resolved "https://registry.yarnpkg.com/secp256k1/-/secp256k1-4.0.3.tgz#c4559ecd1b8d3c1827ed2d1b94190d69ce267303"
18803-
integrity sha512-NLZVf+ROMxwtEj3Xa562qgv2BK5e2WNmXPiOdVIPLgs6lyTzMvBq0aWTYMI5XCP9jZMVKOcqZLw/Wc4vDkuxhA==
18819+
version "4.0.4"
18820+
resolved "https://registry.yarnpkg.com/secp256k1/-/secp256k1-4.0.4.tgz#58f0bfe1830fe777d9ca1ffc7574962a8189f8ab"
18821+
integrity sha512-6JfvwvjUOn8F/jUoBY2Q1v5WY5XS+rj8qSe0v8Y4ezH4InLgTEeOOPQsRll9OV429Pvo6BCHGavIyJfr3TAhsw==
1880418822
dependencies:
18805-
elliptic "^6.5.4"
18806-
node-addon-api "^2.0.0"
18823+
elliptic "^6.5.7"
18824+
node-addon-api "^5.0.0"
1880718825
node-gyp-build "^4.2.0"
1880818826

1880918827
select-hose@^2.0.0:

0 commit comments

Comments
 (0)