From 9c7d563d7c358cd606e5a8062c27b148b2501b8a Mon Sep 17 00:00:00 2001 From: Adhiraj Singh Date: Sun, 24 Apr 2022 16:55:20 +0530 Subject: [PATCH] chore: use custom signal lib --- package.json | 2 +- yarn.lock | 10 ++++++++-- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 65dfc05..8c70015 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "@hapi/boom": "^9.1.3", "axios": "^0.24.0", "futoin-hkdf": "^1.5.0", - "libsignal": "git+https://github.com/adiwajshing/libsignal-node#proto-patch", + "libsignal": "git+https://github.com/adiwajshing/libsignal-node", "music-metadata": "^7.4.1", "node-cache": "^5.1.2", "pino": "^7.0.0", diff --git a/yarn.lock b/yarn.lock index 3b8ddd6..6379680 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1845,6 +1845,11 @@ cssstyle@^2.3.0: dependencies: cssom "~0.3.6" +curve25519-js@^0.0.4: + version "0.0.4" + resolved "https://registry.yarnpkg.com/curve25519-js/-/curve25519-js-0.0.4.tgz#e6ad967e8cd284590d657bbfc90d8b50e49ba060" + integrity sha512-axn2UMEnkhyDUPWOwVKBMVIzSQy2ejH2xRGy1wq81dqRwApXfIzfbE3hIX0ZRFBIihf/KDqK158DLwESu4AK1w== + data-urls@^2.0.0: version "2.0.0" resolved "https://registry.yarnpkg.com/data-urls/-/data-urls-2.0.0.tgz#156485a72963a970f5d5821aaf642bef2bf2db9b" @@ -3500,10 +3505,11 @@ levn@~0.3.0: prelude-ls "~1.1.2" type-check "~0.3.2" -"libsignal@git+https://github.com/adiwajshing/libsignal-node#proto-patch": +"libsignal@git+https://github.com/adiwajshing/libsignal-node": version "2.0.1" - resolved "git+https://github.com/adiwajshing/libsignal-node#a623b3dc389cfbcf7b8559598b6c88986843d3dc" + resolved "git+https://github.com/adiwajshing/libsignal-node#11dbd962ea108187c79a7c46fe4d6f790e23da97" dependencies: + curve25519-js "^0.0.4" protobufjs "6.8.8" link-preview-js@^2.1.13: