diff --git a/package-lock.json b/package-lock.json index bcc37b594..c34f7f4ed 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4495,7 +4495,8 @@ "bluebird": { "version": "3.5.1", "resolved": "https://registry.npmjs.org/bluebird/-/bluebird-3.5.1.tgz", - "integrity": "sha512-MKiLiV+I1AA596t9w1sQJ8jkiSr5+ZKi0WKrYGUn6d1Fx+Ij4tIj+m2WMQSGczs5jZVxV339chE8iwk6F64wjA==" + "integrity": "sha512-MKiLiV+I1AA596t9w1sQJ8jkiSr5+ZKi0WKrYGUn6d1Fx+Ij4tIj+m2WMQSGczs5jZVxV339chE8iwk6F64wjA==", + "dev": true }, "bn.js": { "version": "4.11.8", @@ -9620,13 +9621,13 @@ } }, "lib-jitsi-meet": { - "version": "github:jitsi/lib-jitsi-meet#90f51c61f34b75f8cca5d0393d8e8daa20006ec4", + "version": "github:jitsi/lib-jitsi-meet#4e67cdbcbf8418d58220c9b2b1495469f3b3161e", "requires": { "async": "0.9.0", "current-executing-script": "0.1.3", "jitsi-meet-logger": "github:jitsi/jitsi-meet-logger#6fff754a77a56ab52499f3559105a15886942a1e", "js-utils": "github:jitsi/js-utils#d4b78721b754a15c2588b7b0c621a9fff6fa1363", - "react-native-callstats": "3.27.0", + "react-native-callstats": "3.50.4", "sdp-interop": "0.1.12", "sdp-simulcast": "0.2.1", "sdp-transform": "2.3.0", @@ -12107,14 +12108,6 @@ "resolved": "https://registry.npmjs.org/postis/-/postis-2.2.0.tgz", "integrity": "sha1-3F4yN2WYXd/cv9r8MUGpVprvdak=" }, - "precalltest": { - "version": "1.1.6", - "resolved": "https://registry.npmjs.org/precalltest/-/precalltest-1.1.6.tgz", - "integrity": "sha1-PXXyNDTHN40+hlLo8EsHaL1WkmI=", - "requires": { - "bluebird": "3.5.1" - } - }, "precommit-hook": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/precommit-hook/-/precommit-hook-3.0.0.tgz", @@ -12618,13 +12611,12 @@ "version": "github:jitsi/react-native-calendar-events#dabfabc4bacc1424a8b93ebdda6f3820dee198cb" }, "react-native-callstats": { - "version": "3.27.0", - "resolved": "https://registry.npmjs.org/react-native-callstats/-/react-native-callstats-3.27.0.tgz", - "integrity": "sha1-xPyL0wTkCQKdnHzbcj/lQN3Bjuk=", + "version": "3.50.4", + "resolved": "https://registry.npmjs.org/react-native-callstats/-/react-native-callstats-3.50.4.tgz", + "integrity": "sha512-VPVWVMoabgKYSuK3kQurHyfwviX22CyjLqIhWcPRettIt/tdvzszfMLWdw49VB/vXslgg4rqQdKlSNK1AjLx0Q==", "requires": { "base-64": "0.1.0", - "jssha": "2.3.1", - "precalltest": "1.1.6" + "jssha": "2.3.1" } }, "react-native-fetch-blob": { diff --git a/package.json b/package.json index 58e35add5..6f9d9272a 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "jquery-i18next": "1.2.0", "js-md5": "0.6.1", "jwt-decode": "2.2.0", - "lib-jitsi-meet": "github:jitsi/lib-jitsi-meet#90f51c61f34b75f8cca5d0393d8e8daa20006ec4", + "lib-jitsi-meet": "github:jitsi/lib-jitsi-meet#4e67cdbcbf8418d58220c9b2b1495469f3b3161e", "lodash": "4.17.4", "moment": "2.19.4", "postis": "2.2.0", @@ -57,7 +57,7 @@ "react-native": "0.55.4", "react-native-background-timer": "2.0.0", "react-native-calendar-events": "github:jitsi/react-native-calendar-events#dabfabc4bacc1424a8b93ebdda6f3820dee198cb", - "react-native-callstats": "3.27.0", + "react-native-callstats": "3.50.4", "react-native-fetch-blob": "github:flatfox-ag/react-native-fetch-blob#exception_fixes", "react-native-img-cache": "1.5.2", "react-native-immersive": "1.1.0",