From ae7a9752ff16712d531e30ff83bec15359f44c06 Mon Sep 17 00:00:00 2001 From: Jan W Date: Sun, 3 Nov 2024 15:11:50 +0100 Subject: [PATCH] fix: bump slip10 to rm dependance on elliptic fork --- features/keychain/package.json | 2 +- yarn.lock | 42 +++++++++++++++++----------------- 2 files changed, 22 insertions(+), 22 deletions(-) diff --git a/features/keychain/package.json b/features/keychain/package.json index 13fe74a..7fe04cd 100644 --- a/features/keychain/package.json +++ b/features/keychain/package.json @@ -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", diff --git a/yarn.lock b/yarn.lock index 73a5215..258cb9e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -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" @@ -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 @@ -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 @@ -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"