File tree 2 files changed +11
-13
lines changed
2 files changed +11
-13
lines changed Original file line number Diff line number Diff line change 93
93
"crypto-browserify" : " ^3.12.0" ,
94
94
"js-sha3" : " ^0.8.0" ,
95
95
"readable-stream" : " ^4.3.0" ,
96
- "secp256k1" : " 5.0.0 " ,
96
+ "secp256k1" : " 5.0.1 " ,
97
97
"utf-8-validate" : " ^6.0.3" ,
98
98
"utf8" : " ^3.0.0" ,
99
99
"uuid" : " ^9.0.0" ,
Original file line number Diff line number Diff line change @@ -2696,9 +2696,10 @@ electron-to-chromium@^1.3.30, electron-to-chromium@^1.4.251:
2696
2696
version "1.4.284"
2697
2697
resolved "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.284.tgz"
2698
2698
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==
2702
2703
dependencies :
2703
2704
bn.js "^4.11.9"
2704
2705
brorand "^1.1.0"
@@ -3944,11 +3945,7 @@ node-addon-api@^5.0.0:
3944
3945
version "5.0.0"
3945
3946
resolved "https://registry.npmjs.org/node-addon-api/-/node-addon-api-5.0.0.tgz"
3946
3947
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 :
3952
3949
version "4.6.1"
3953
3950
resolved "https://registry.yarnpkg.com/node-gyp-build/-/node-gyp-build-4.6.1.tgz#24b6d075e5e391b8d5539d98c7fc5c210cac8a3e"
3954
3951
integrity sha512-24vnklJmyRS8ViBNI8KbtK/r/DmXQMRiOMXTNz2nrTnAYUwjmEEbnnpB/+kt+yWRv73bPsSPRFddrcIbAxSiMQ==
@@ -4491,11 +4488,12 @@ schema-utils@^4.0.0:
4491
4488
ajv-formats "^2.1.1"
4492
4489
ajv-keywords "^5.0.0"
4493
4490
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==
4497
4495
dependencies :
4498
- elliptic "^6.5.4 "
4496
+ elliptic "^6.5.7 "
4499
4497
node-addon-api "^5.0.0"
4500
4498
node-gyp-build "^4.2.0"
4501
4499
You can’t perform that action at this time.
0 commit comments