Skip to content

Commit

Permalink
Merge pull request #92 from icon-project/dependabot/npm_and_yarn/secp…
Browse files Browse the repository at this point in the history
…256k1-5.0.1

Bump secp256k1 from 5.0.0 to 5.0.1
  • Loading branch information
sink772 authored Oct 23, 2024
2 parents 0ded69e + 62dc272 commit b4bb2f5
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 13 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
"crypto-browserify": "^3.12.0",
"js-sha3": "^0.8.0",
"readable-stream": "^4.3.0",
"secp256k1": "5.0.0",
"secp256k1": "5.0.1",
"utf-8-validate": "^6.0.3",
"utf8": "^3.0.0",
"uuid": "^9.0.0",
Expand Down
22 changes: 10 additions & 12 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2696,9 +2696,10 @@ electron-to-chromium@^1.3.30, electron-to-chromium@^1.4.251:
version "1.4.284"
resolved "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.284.tgz"

elliptic@^6.5.3, elliptic@^6.5.4:
version "6.5.4"
resolved "https://registry.npmjs.org/elliptic/-/elliptic-6.5.4.tgz"
elliptic@^6.5.3, elliptic@^6.5.4, elliptic@^6.5.7:
version "6.5.7"
resolved "https://registry.yarnpkg.com/elliptic/-/elliptic-6.5.7.tgz#8ec4da2cb2939926a1b9a73619d768207e647c8b"
integrity sha512-ESVCtTwiA+XhY3wyh24QqRGBoP3rEdDUl3EDUUo9tft074fi19IrdpH7hLCMMP3CIj7jb3W96rn8lt/BqIlt5Q==
dependencies:
bn.js "^4.11.9"
brorand "^1.1.0"
Expand Down Expand Up @@ -3944,11 +3945,7 @@ node-addon-api@^5.0.0:
version "5.0.0"
resolved "https://registry.npmjs.org/node-addon-api/-/node-addon-api-5.0.0.tgz"

node-gyp-build@^4.2.0:
version "4.6.0"
resolved "https://registry.npmjs.org/node-gyp-build/-/node-gyp-build-4.6.0.tgz"

node-gyp-build@^4.3.0:
node-gyp-build@^4.2.0, node-gyp-build@^4.3.0:
version "4.6.1"
resolved "https://registry.yarnpkg.com/node-gyp-build/-/node-gyp-build-4.6.1.tgz#24b6d075e5e391b8d5539d98c7fc5c210cac8a3e"
integrity sha512-24vnklJmyRS8ViBNI8KbtK/r/DmXQMRiOMXTNz2nrTnAYUwjmEEbnnpB/+kt+yWRv73bPsSPRFddrcIbAxSiMQ==
Expand Down Expand Up @@ -4491,11 +4488,12 @@ schema-utils@^4.0.0:
ajv-formats "^2.1.1"
ajv-keywords "^5.0.0"

secp256k1@5.0.0:
version "5.0.0"
resolved "https://registry.npmjs.org/secp256k1/-/secp256k1-5.0.0.tgz"
secp256k1@5.0.1:
version "5.0.1"
resolved "https://registry.yarnpkg.com/secp256k1/-/secp256k1-5.0.1.tgz#dc2c86187d48ff2da756f0f7e96417ee03c414b1"
integrity sha512-lDFs9AAIaWP9UCdtWrotXWWF9t8PWgQDcxqgAnpM9rMqxb3Oaq2J0thzPVSxBwdJgyQtkU/sYtFtbM1RSt/iYA==
dependencies:
elliptic "^6.5.4"
elliptic "^6.5.7"
node-addon-api "^5.0.0"
node-gyp-build "^4.2.0"

Expand Down

0 comments on commit b4bb2f5

Please sign in to comment.