Skip to content

Commit

Permalink
chore: modify dlc-btc-lib version
Browse files Browse the repository at this point in the history
  • Loading branch information
Polybius93 committed Oct 21, 2024
1 parent 8ac4d54 commit bd056d0
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"concurrently": "^8.2.2",
"d3": "^7.9.0",
"decimal.js": "^10.4.3",
"dlc-btc-lib": "file:../dlc-btc-lib",
"dlc-btc-lib": "2.4.6",
"dotenv": "^16.3.1",
"ethers": "5.7.2",
"formik": "^2.4.5",
Expand Down
19 changes: 16 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5195,8 +5195,10 @@ dir-glob@^3.0.1:
dependencies:
path-type "^4.0.0"

"dlc-btc-lib@file:../dlc-btc-lib":
version "2.4.4"
[email protected]:
version "2.4.6"
resolved "https://registry.yarnpkg.com/dlc-btc-lib/-/dlc-btc-lib-2.4.6.tgz#cea146d13cbb2ebb2df528287537df5deccab50d"
integrity sha512-eVbXNF2QZVDY2U9ZX/gVZAP9TqQafNdWsrP3O28P7AQlgdZGXibjND5xsN+6mOQZm6ywdsCI8ah531Yzt8haZg==
dependencies:
"@gemwallet/api" "3.8.0"
"@ledgerhq/hw-app-btc" "10.4.1"
Expand Down Expand Up @@ -8578,7 +8580,7 @@ tiny-invariant@^1.0.6:
resolved "https://registry.npmjs.org/tiny-invariant/-/tiny-invariant-1.3.3.tgz"
integrity sha512-+FbBPE1o9QAYvviau/qC5SE3caw21q3xkvWKBtja5vgqOWIHHJ3ioaq1VPfn/Szqctz2bU/oYeKd9/z5BL+PVg==

[email protected], tiny-secp256k1@^1.1.1, tiny-secp256k1@^1.1.3:
[email protected]:
version "1.1.6"
resolved "https://registry.yarnpkg.com/tiny-secp256k1/-/tiny-secp256k1-1.1.6.tgz#7e224d2bee8ab8283f284e40e6b4acb74ffe047c"
integrity sha512-FmqJZGduTyvsr2cF3375fqGHUovSwDi/QytexX1Se4BPuPZpTE5Ftp5fg+EFSuEf3lhZqgCRjEG3ydUQ/aNiwA==
Expand All @@ -8596,6 +8598,17 @@ [email protected]:
dependencies:
uint8array-tools "0.0.7"

tiny-secp256k1@^1.1.1, tiny-secp256k1@^1.1.3:
version "1.1.7"
resolved "https://registry.yarnpkg.com/tiny-secp256k1/-/tiny-secp256k1-1.1.7.tgz#0c1b6b9d2d93404f9093dc7e287b0aa834480573"
integrity sha512-eb+F6NabSnjbLwNoC+2o5ItbmP1kg7HliWue71JgLegQt6A5mTN8YbvTLCazdlg6e5SV6A+r8OGvZYskdlmhqQ==
dependencies:
bindings "^1.3.0"
bn.js "^4.11.8"
create-hmac "^1.1.7"
elliptic "^6.4.0"
nan "^2.13.2"

tiny-warning@^1.0.2:
version "1.0.3"
resolved "https://registry.npmjs.org/tiny-warning/-/tiny-warning-1.0.3.tgz"
Expand Down

0 comments on commit bd056d0

Please sign in to comment.