diff --git a/package.json b/package.json index ab6a7ab..709ec49 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "type": "module", "name": "dlc-btc-lib", - "version": "2.3.0", + "version": "2.4.0", "description": "This library provides a comprehensive set of interfaces and functions for minting dlcBTC tokens on supported blockchains.", "main": "dist/index.js", "types": "dist/index.d.ts", @@ -59,7 +59,7 @@ "typescript-eslint": "^7.7.0" }, "dependencies": { - "@gemwallet/api": "^3.8.0", + "@gemwallet/api": "3.8.0", "@ledgerhq/hw-app-btc": "10.4.1", "@ledgerhq/hw-app-xrp": "6.29.4", "@noble/hashes": "1.4.0", @@ -74,7 +74,7 @@ "ledger-bitcoin": "0.2.3", "prompts": "2.4.2", "ramda": "0.30.1", - "ripple-binary-codec": "^2.1.0", + "ripple-binary-codec": "2.1.0", "scure": "1.6.0", "tiny-secp256k1": "2.2.3", "xrpl": "4.0.0"