Browse Source

Upgrades react-native-callstats to latest version 3.50.4.

dev1
damencho 7 years ago
parent
commit
d0cb2b2a8d
2 changed files with 7 additions and 15 deletions
  1. 6
    14
      package-lock.json
  2. 1
    1
      package.json

+ 6
- 14
package-lock.json View File

@@ -1318,7 +1318,8 @@
1318 1318
     "bluebird": {
1319 1319
       "version": "3.5.1",
1320 1320
       "resolved": "https://registry.npmjs.org/bluebird/-/bluebird-3.5.1.tgz",
1321
-      "integrity": "sha512-MKiLiV+I1AA596t9w1sQJ8jkiSr5+ZKi0WKrYGUn6d1Fx+Ij4tIj+m2WMQSGczs5jZVxV339chE8iwk6F64wjA=="
1321
+      "integrity": "sha512-MKiLiV+I1AA596t9w1sQJ8jkiSr5+ZKi0WKrYGUn6d1Fx+Ij4tIj+m2WMQSGczs5jZVxV339chE8iwk6F64wjA==",
1322
+      "dev": true
1322 1323
     },
1323 1324
     "bn.js": {
1324 1325
       "version": "4.11.8",
@@ -5117,14 +5118,6 @@
5117 5118
       "integrity": "sha512-ARhBOdzS3e41FbkW/XWrTEtukqqLoK5+Z/4UeDaLuSW+39JPeFgs4gCGqsrJHVZX0fUrx//4OF0K1CUGwlIFow==",
5118 5119
       "dev": true
5119 5120
     },
5120
-    "precalltest": {
5121
-      "version": "1.1.5",
5122
-      "resolved": "https://registry.npmjs.org/precalltest/-/precalltest-1.1.5.tgz",
5123
-      "integrity": "sha1-9KbDL3DCZmuAj+StCuVHFp9oFQo=",
5124
-      "requires": {
5125
-        "bluebird": "^3.5.0"
5126
-      }
5127
-    },
5128 5121
     "precommit-hook": {
5129 5122
       "version": "3.0.0",
5130 5123
       "resolved": "https://registry.npmjs.org/precommit-hook/-/precommit-hook-3.0.0.tgz",
@@ -5347,13 +5340,12 @@
5347 5340
       }
5348 5341
     },
5349 5342
     "react-native-callstats": {
5350
-      "version": "3.27.0",
5351
-      "resolved": "https://registry.npmjs.org/react-native-callstats/-/react-native-callstats-3.27.0.tgz",
5352
-      "integrity": "sha1-xPyL0wTkCQKdnHzbcj/lQN3Bjuk=",
5343
+      "version": "3.50.4",
5344
+      "resolved": "https://registry.npmjs.org/react-native-callstats/-/react-native-callstats-3.50.4.tgz",
5345
+      "integrity": "sha512-VPVWVMoabgKYSuK3kQurHyfwviX22CyjLqIhWcPRettIt/tdvzszfMLWdw49VB/vXslgg4rqQdKlSNK1AjLx0Q==",
5353 5346
       "requires": {
5354 5347
         "base-64": "0.1.0",
5355
-        "jssha": "^2.2.0",
5356
-        "precalltest": "^1.0.0"
5348
+        "jssha": "^2.2.0"
5357 5349
       }
5358 5350
     },
5359 5351
     "read-pkg": {

+ 1
- 1
package.json View File

@@ -22,7 +22,7 @@
22 22
     "current-executing-script": "0.1.3",
23 23
     "jitsi-meet-logger": "github:jitsi/jitsi-meet-logger#6fff754a77a56ab52499f3559105a15886942a1e",
24 24
     "js-utils": "github:jitsi/js-utils#d4b78721b754a15c2588b7b0c621a9fff6fa1363",
25
-    "react-native-callstats": "3.27.0",
25
+    "react-native-callstats": "3.50.4",
26 26
     "sdp-transform": "2.3.0",
27 27
     "strophe.js": "1.2.15",
28 28
     "strophejs-plugin-disco": "0.0.2",

Loading…
Cancel
Save