chore(deps) react-native-callstats@3.70.1

Support processing stats in the spec-compliant format.
This commit is contained in:
Saúl Ibarra Corretgé 2021-01-22 13:04:57 +01:00 committed by Saúl Ibarra Corretgé
parent 4affc68b50
commit 635d283d5a
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@ -10742,9 +10742,9 @@
"integrity": "sha1-LHS27kHZPKUbe1qu6PUDYx0lKnM="
},
"jssha": {
"version": "2.3.1",
"resolved": "https://registry.npmjs.org/jssha/-/jssha-2.3.1.tgz",
"integrity": "sha1-FHshJTaQNcpLL30hDcU58Amz3po="
"version": "3.2.0",
"resolved": "https://registry.npmjs.org/jssha/-/jssha-3.2.0.tgz",
"integrity": "sha512-QuruyBENDWdN4tZwJbQq7/eAK85FqrI4oDbXjy5IBhYD+2pTJyBUWZe8ctWaCkrV0gy6AaelgOZZBMeswEa/6Q=="
},
"jsx-ast-utils": {
"version": "2.0.1",
@ -14152,12 +14152,12 @@
"from": "github:jitsi/react-native-calendar-events#df48ecdc4e1e90c5352f803ddbab1fa7269b74a7"
},
"react-native-callstats": {
"version": "3.61.0",
"resolved": "https://registry.npmjs.org/react-native-callstats/-/react-native-callstats-3.61.0.tgz",
"integrity": "sha512-Tr1+FjhhCUmRpNQYoKkekEXA8pho9iDhOjUt0CHXBOXpEDH3r5feAaBDWucYsStfmP7jWU8ZrsszgGKPB1oSOg==",
"version": "3.70.1",
"resolved": "https://registry.npmjs.org/react-native-callstats/-/react-native-callstats-3.70.1.tgz",
"integrity": "sha512-mQDkDTBzNDNDvti40Ii7eo/ElagOQrtv5ru+qjvE5rBpwmGAHCwsNpM3Q5k7yNVZpJ5oXQ4fHL/qeiwZLqfvvw==",
"requires": {
"base-64": "0.1.0",
"jssha": "^2.2.0"
"jssha": "^3.2.0"
}
},
"react-native-collapsible": {

View File

@ -72,7 +72,7 @@
"react-native": "github:jitsi/react-native#891986ec5ecaef65d1c8a7fe472f86cf84fe7551",
"react-native-background-timer": "2.4.0",
"react-native-calendar-events": "github:jitsi/react-native-calendar-events#df48ecdc4e1e90c5352f803ddbab1fa7269b74a7",
"react-native-callstats": "3.61.0",
"react-native-callstats": "3.70.1",
"react-native-collapsible": "1.5.1",
"react-native-default-preference": "1.4.2",
"react-native-device-info": "8.0.0",