Skip to content

Commit 62dc272

Browse files
Bump secp256k1 from 5.0.0 to 5.0.1
Bumps [secp256k1](https://github.com/cryptocoinjs/secp256k1-node) from 5.0.0 to 5.0.1. - [Release notes](https://github.com/cryptocoinjs/secp256k1-node/releases) - [Commits](cryptocoinjs/secp256k1-node@v5.0.0...v5.0.1) --- updated-dependencies: - dependency-name: secp256k1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 0ded69e commit 62dc272

File tree

2 files changed

+11
-13
lines changed

2 files changed

+11
-13
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@
9393
"crypto-browserify": "^3.12.0",
9494
"js-sha3": "^0.8.0",
9595
"readable-stream": "^4.3.0",
96-
"secp256k1": "5.0.0",
96+
"secp256k1": "5.0.1",
9797
"utf-8-validate": "^6.0.3",
9898
"utf8": "^3.0.0",
9999
"uuid": "^9.0.0",

yarn.lock

+10-12
Original file line numberDiff line numberDiff line change
@@ -2696,9 +2696,10 @@ electron-to-chromium@^1.3.30, electron-to-chromium@^1.4.251:
26962696
version "1.4.284"
26972697
resolved "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.284.tgz"
26982698

2699-
elliptic@^6.5.3, elliptic@^6.5.4:
2700-
version "6.5.4"
2701-
resolved "https://registry.npmjs.org/elliptic/-/elliptic-6.5.4.tgz"
2699+
elliptic@^6.5.3, elliptic@^6.5.4, elliptic@^6.5.7:
2700+
version "6.5.7"
2701+
resolved "https://registry.yarnpkg.com/elliptic/-/elliptic-6.5.7.tgz#8ec4da2cb2939926a1b9a73619d768207e647c8b"
2702+
integrity sha512-ESVCtTwiA+XhY3wyh24QqRGBoP3rEdDUl3EDUUo9tft074fi19IrdpH7hLCMMP3CIj7jb3W96rn8lt/BqIlt5Q==
27022703
dependencies:
27032704
bn.js "^4.11.9"
27042705
brorand "^1.1.0"
@@ -3944,11 +3945,7 @@ node-addon-api@^5.0.0:
39443945
version "5.0.0"
39453946
resolved "https://registry.npmjs.org/node-addon-api/-/node-addon-api-5.0.0.tgz"
39463947

3947-
node-gyp-build@^4.2.0:
3948-
version "4.6.0"
3949-
resolved "https://registry.npmjs.org/node-gyp-build/-/node-gyp-build-4.6.0.tgz"
3950-
3951-
node-gyp-build@^4.3.0:
3948+
node-gyp-build@^4.2.0, node-gyp-build@^4.3.0:
39523949
version "4.6.1"
39533950
resolved "https://registry.yarnpkg.com/node-gyp-build/-/node-gyp-build-4.6.1.tgz#24b6d075e5e391b8d5539d98c7fc5c210cac8a3e"
39543951
integrity sha512-24vnklJmyRS8ViBNI8KbtK/r/DmXQMRiOMXTNz2nrTnAYUwjmEEbnnpB/+kt+yWRv73bPsSPRFddrcIbAxSiMQ==
@@ -4491,11 +4488,12 @@ schema-utils@^4.0.0:
44914488
ajv-formats "^2.1.1"
44924489
ajv-keywords "^5.0.0"
44934490

4494-
secp256k1@5.0.0:
4495-
version "5.0.0"
4496-
resolved "https://registry.npmjs.org/secp256k1/-/secp256k1-5.0.0.tgz"
4491+
secp256k1@5.0.1:
4492+
version "5.0.1"
4493+
resolved "https://registry.yarnpkg.com/secp256k1/-/secp256k1-5.0.1.tgz#dc2c86187d48ff2da756f0f7e96417ee03c414b1"
4494+
integrity sha512-lDFs9AAIaWP9UCdtWrotXWWF9t8PWgQDcxqgAnpM9rMqxb3Oaq2J0thzPVSxBwdJgyQtkU/sYtFtbM1RSt/iYA==
44974495
dependencies:
4498-
elliptic "^6.5.4"
4496+
elliptic "^6.5.7"
44994497
node-addon-api "^5.0.0"
45004498
node-gyp-build "^4.2.0"
45014499

0 commit comments

Comments
 (0)