From 13858dfa6604cbf19b75f618dd47f3e961da78d1 Mon Sep 17 00:00:00 2001 From: sachaaaaa Date: Fri, 26 Oct 2018 10:12:26 +1100 Subject: [PATCH] yarn.lock and fix missing variable in transmission error handling --- libtextsecure/outgoing_message.js | 2 +- yarn.lock | 14 ++++++++++++++ 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/libtextsecure/outgoing_message.js b/libtextsecure/outgoing_message.js index 59e05e855..b91294f27 100644 --- a/libtextsecure/outgoing_message.js +++ b/libtextsecure/outgoing_message.js @@ -165,7 +165,7 @@ OutgoingMessage.prototype = { } throw new textsecure.SendMessageNetworkError( number, - jsonData, + "", e, timestamp ); diff --git a/yarn.lock b/yarn.lock index 8d368faca..780c790dc 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1111,6 +1111,12 @@ bunyan@^1.8.12: mv "~2" safe-json-stringify "~1" +bytebuffer@^5.0.1: + version "5.0.1" + resolved "https://registry.yarnpkg.com/bytebuffer/-/bytebuffer-5.0.1.tgz#582eea4b1a873b6d020a48d58df85f0bba6cfddd" + dependencies: + long "~3" + bytes@2.2.0: version "2.2.0" resolved "https://registry.yarnpkg.com/bytes/-/bytes-2.2.0.tgz#fd35464a403f6f9117c2de3609ecff9cae000588" @@ -4752,6 +4758,10 @@ js-base64@^2.1.9: version "2.4.3" resolved "https://registry.yarnpkg.com/js-base64/-/js-base64-2.4.3.tgz#2e545ec2b0f2957f41356510205214e98fad6582" +js-sha512@^0.8.0: + version "0.8.0" + resolved "https://registry.yarnpkg.com/js-sha512/-/js-sha512-0.8.0.tgz#dd22db8d02756faccf19f218e3ed61ec8249f7d4" + js-tokens@^3.0.0, js-tokens@^3.0.2: version "3.0.2" resolved "https://registry.yarnpkg.com/js-tokens/-/js-tokens-3.0.2.tgz#9866df395102130e38f7f996bceb65443209c25b" @@ -5150,6 +5160,10 @@ long@^4.0.0: version "4.0.0" resolved "https://registry.yarnpkg.com/long/-/long-4.0.0.tgz#9a7b71cfb7d361a194ea555241c92f7468d5bf28" +long@~3: + version "3.2.0" + resolved "https://registry.yarnpkg.com/long/-/long-3.2.0.tgz#d821b7138ca1cb581c172990ef14db200b5c474b" + longest-streak@^2.0.1: version "2.0.2" resolved "https://registry.yarnpkg.com/longest-streak/-/longest-streak-2.0.2.tgz#2421b6ba939a443bb9ffebf596585a50b4c38e2e"