Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: bump slip10 to remove dependance on elliptic fork #166

Merged
merged 1 commit into from
Nov 3, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion features/keychain/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@exodus/crypto": "^1.0.0-rc.18",
"@exodus/key-identifier": "^1.3.0",
"@exodus/key-utils": "^3.7.0",
"@exodus/slip10": "^2.1.0",
"@exodus/slip10": "^2.2.0",
"@exodus/sodium-crypto": "^3.1.0",
"bn.js": "^5.2.1",
"buffer-json": "^2.0.0",
Expand Down
42 changes: 21 additions & 21 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2368,21 +2368,6 @@ __metadata:
languageName: node
linkType: hard

"@exodus/elliptic@npm:^6.5.4-precomputed":
version: 6.5.4-precomputed
resolution: "@exodus/elliptic@npm:6.5.4-precomputed"
dependencies:
bn.js: ^4.11.9
brorand: ^1.1.0
hash.js: ^1.0.0
hmac-drbg: ^1.0.1
inherits: ^2.0.4
minimalistic-assert: ^1.0.1
minimalistic-crypto-utils: ^1.0.1
checksum: 3bf17dc06b0c83cb5ffbc95c3f634449a265770f7ca80f32c34cf65f035f8a5c52e91da1c7aeae848c6e3c04602c54c290c44db82dbf049136bd3e6c153e0535
languageName: node
linkType: hard

"@exodus/eslint-config@npm:^5.22.0":
version: 5.22.0
resolution: "@exodus/eslint-config@npm:5.22.0"
Expand Down Expand Up @@ -2525,7 +2510,7 @@ __metadata:
"@exodus/key-identifier": ^1.3.0
"@exodus/key-ids": ^1.0.0
"@exodus/key-utils": ^3.7.0
"@exodus/slip10": ^2.1.0
"@exodus/slip10": ^2.2.0
"@exodus/sodium-crypto": ^3.1.0
"@noble/secp256k1": ^1.7.1
bip39: 2.6.0
Expand Down Expand Up @@ -2579,15 +2564,15 @@ __metadata:
languageName: node
linkType: hard

"@exodus/slip10@npm:^2.1.0":
version: 2.1.0
resolution: "@exodus/slip10@npm:2.1.0"
"@exodus/slip10@npm:^2.2.0":
version: 2.2.0
resolution: "@exodus/slip10@npm:2.2.0"
dependencies:
"@exodus/crypto": ^1.0.0-rc.13
"@exodus/elliptic": ^6.5.4-precomputed
bip32-path: ^0.4.2
elliptic: ^6.5.4
lodash: ^4.17.11
checksum: cd3442e6ede320515cc5feeec1fa2ee5cdb098825deb18e5cadf09714e4c3a20a011ecaa9231535e79fb34ef09419d9f15a308e00e9c59a129d7fecb40d10372
checksum: 37b95401dada4d77a4f22285ce5fc50818cae4901cfd46731f25efd78d5ed3c23b276378f6cc24974e179129bc74b8f13de542570c5b427be603e6bfc469af45
languageName: node
linkType: hard

Expand Down Expand Up @@ -6316,6 +6301,21 @@ __metadata:
languageName: node
linkType: hard

"elliptic@npm:^6.5.4":
version: 6.6.0
resolution: "elliptic@npm:6.6.0"
dependencies:
bn.js: ^4.11.9
brorand: ^1.1.0
hash.js: ^1.0.0
hmac-drbg: ^1.0.1
inherits: ^2.0.4
minimalistic-assert: ^1.0.1
minimalistic-crypto-utils: ^1.0.1
checksum: e912349b883e694bfe65005214237a470c9a098a6ba36fd24396d0ab07feb399920c0738aeed1aed6cf5dca9c64fd479e212faed3a75c9d81453671ef0de5157
languageName: node
linkType: hard

"emittery@npm:^0.13.1":
version: 0.13.1
resolution: "emittery@npm:0.13.1"
Expand Down
Loading