disable top domain level verification (#7045)

This commit is contained in:
Elias Nahum
2023-01-27 22:02:32 +02:00
parent 0a1c1a8bf7
commit ec99c8bc0d
3 changed files with 10 additions and 10 deletions

View File

@@ -351,7 +351,7 @@ PODS:
- React-Core
- react-native-netinfo (9.3.7):
- React-Core
- react-native-network-client (1.0.2):
- react-native-network-client (1.2.0):
- Alamofire (~> 5.6.4)
- React-Core
- Starscream (~> 4.0.4)
@@ -918,7 +918,7 @@ SPEC CHECKSUMS:
react-native-image-picker: 60f4246eb5bb7187fc15638a8c1f13abd3820695
react-native-in-app-review: a073f67c5f3392af6ea7fb383217cdb1aa2aa726
react-native-netinfo: 2517ad504b3d303e90d7a431b0fcaef76d207983
react-native-network-client: ce464b9d413872f1b0c36852a44d66b1a45a9dce
react-native-network-client: 04b0a2a3d2beab43698e227389c4750b41d003ec
react-native-notifications: 83b4fd4a127a6c918fc846cae90da60f84819e44
react-native-paste-input: 88709b4fd586ea8cc56ba5e2fc4cdfe90597730c
react-native-safe-area-context: 99b24a0c5acd0d5dcac2b1a7f18c49ea317be99a

14
package-lock.json generated
View File

@@ -19,7 +19,7 @@
"@gorhom/bottom-sheet": "4.4.5",
"@mattermost/compass-icons": "0.1.35",
"@mattermost/react-native-emm": "1.3.3",
"@mattermost/react-native-network-client": "1.0.2",
"@mattermost/react-native-network-client": "1.2.0",
"@mattermost/react-native-paste-input": "0.5.2",
"@mattermost/react-native-turbo-log": "0.2.1",
"@mattermost/react-native-turbo-mailer": "0.2.0",
@@ -3339,9 +3339,9 @@
}
},
"node_modules/@mattermost/react-native-network-client": {
"version": "1.0.2",
"resolved": "https://registry.npmjs.org/@mattermost/react-native-network-client/-/react-native-network-client-1.0.2.tgz",
"integrity": "sha512-ywVxTKPT1A8eEccPpCrHXYqO9BvvEx+xdecn/VILUDeEIfpOVETLh5952SQjoc3PP0RRME0bv92+fzoxiOZ4YQ==",
"version": "1.2.0",
"resolved": "https://registry.npmjs.org/@mattermost/react-native-network-client/-/react-native-network-client-1.2.0.tgz",
"integrity": "sha512-agK5epaTvTi1drr4Pn9HDtz5TbDjgUl19n0FiZQpNHioIvI3HP5SfOAK6qO7brCJCMj/srn6o8OKsRAVR3AWGA==",
"dependencies": {
"validator": "13.7.0",
"zod": "3.19.1"
@@ -24402,9 +24402,9 @@
"requires": {}
},
"@mattermost/react-native-network-client": {
"version": "1.0.2",
"resolved": "https://registry.npmjs.org/@mattermost/react-native-network-client/-/react-native-network-client-1.0.2.tgz",
"integrity": "sha512-ywVxTKPT1A8eEccPpCrHXYqO9BvvEx+xdecn/VILUDeEIfpOVETLh5952SQjoc3PP0RRME0bv92+fzoxiOZ4YQ==",
"version": "1.2.0",
"resolved": "https://registry.npmjs.org/@mattermost/react-native-network-client/-/react-native-network-client-1.2.0.tgz",
"integrity": "sha512-agK5epaTvTi1drr4Pn9HDtz5TbDjgUl19n0FiZQpNHioIvI3HP5SfOAK6qO7brCJCMj/srn6o8OKsRAVR3AWGA==",
"requires": {
"validator": "13.7.0",
"zod": "3.19.1"

View File

@@ -16,7 +16,7 @@
"@gorhom/bottom-sheet": "4.4.5",
"@mattermost/compass-icons": "0.1.35",
"@mattermost/react-native-emm": "1.3.3",
"@mattermost/react-native-network-client": "1.0.2",
"@mattermost/react-native-network-client": "1.2.0",
"@mattermost/react-native-paste-input": "0.5.2",
"@mattermost/react-native-turbo-log": "0.2.1",
"@mattermost/react-native-turbo-mailer": "0.2.0",