diff --git a/package-lock.json b/package-lock.json index 56e8574f..6d59e88e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "@babel/plugin-transform-nullish-coalescing-operator": "^7.25.9", "@babel/plugin-transform-optional-chaining": "^7.25.9", "@breeztech/react-native-breez-sdk": "^0.6.2", - "@nostr-dev-kit/ndk": "^2.10.1", + "@nostr-dev-kit/ndk": "^2.10.3", "@synonymdev/react-native-ldk": "^0.0.153", "bip32": "^4.0.0", "bip39": "^3.1.0", @@ -2596,9 +2596,9 @@ } }, "node_modules/@nostr-dev-kit/ndk": { - "version": "2.10.1", - "resolved": "https://registry.npmjs.org/@nostr-dev-kit/ndk/-/ndk-2.10.1.tgz", - "integrity": "sha512-DE4n+wLL8nzja9rwBC1yuDG+fE5aky/ByWQu9H+b8qsq5/iPokFaB87TUbdTMwSzP45qJTTRNVH95NsuXaoqig==", + "version": "2.10.3", + "resolved": "https://registry.npmjs.org/@nostr-dev-kit/ndk/-/ndk-2.10.3.tgz", + "integrity": "sha512-igjVkrZ2/3GGu3dE6UhHCRfAi7DmDm2V/0VSMAGaTBIt04wn9zf0mW+dRt5Xt8yisfIPaShAI4rADJhupFUuBw==", "license": "MIT", "dependencies": { "@noble/curves": "^1.6.0", @@ -3819,9 +3819,9 @@ } }, "node_modules/bitcoinjs-message/node_modules/secp256k1": { - "version": "3.8.0", - "resolved": "https://registry.npmjs.org/secp256k1/-/secp256k1-3.8.0.tgz", - "integrity": "sha512-k5ke5avRZbtl9Tqx/SA7CbY3NF6Ro+Sj9cZxezFzuBlLDmyqPiL8hJJ+EmzD8Ig4LUDByHJ3/iPOVoRixs/hmw==", + "version": "3.8.1", + "resolved": "https://registry.npmjs.org/secp256k1/-/secp256k1-3.8.1.tgz", + "integrity": "sha512-tArjQw2P0RTdY7QmkNehgp6TVvQXq6ulIhxv8gaH6YubKG/wxxAoNKcbuXjDhybbc+b2Ihc7e0xxiGN744UIiQ==", "hasInstallScript": true, "license": "MIT", "dependencies": { @@ -3830,7 +3830,7 @@ "bn.js": "^4.11.8", "create-hash": "^1.2.0", "drbg.js": "^1.0.1", - "elliptic": "^6.5.2", + "elliptic": "^6.5.7", "nan": "^2.14.0", "safe-buffer": "^5.1.2" }, @@ -4702,9 +4702,9 @@ "peer": true }, "node_modules/elliptic": { - "version": "6.5.7", - "resolved": "https://registry.npmjs.org/elliptic/-/elliptic-6.5.7.tgz", - "integrity": "sha512-ESVCtTwiA+XhY3wyh24QqRGBoP3rEdDUl3EDUUo9tft074fi19IrdpH7hLCMMP3CIj7jb3W96rn8lt/BqIlt5Q==", + "version": "6.6.0", + "resolved": "https://registry.npmjs.org/elliptic/-/elliptic-6.6.0.tgz", + "integrity": "sha512-dpwoQcLc/2WLQvJvLRHKZ+f9FgOdjnq11rurqwekGQygGPsYSK29OMMD2WalatiqQ+XGFDglTNixpPfI+lpaAA==", "license": "MIT", "dependencies": { "bn.js": "^4.11.9", diff --git a/package.json b/package.json index 30b677fa..69056ef8 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "secp256k1": "^5.0.1", "tiny-secp256k1": "^2.0.0", "wif": "^5.0.0", - "@nostr-dev-kit/ndk": "^2.10.1", + "@nostr-dev-kit/ndk": "^2.10.3", "@synonymdev/react-native-ldk": "^0.0.153", "commander": "^12.1.0", "@babel/plugin-transform-nullish-coalescing-operator": "^7.25.9",