From ec99c8bc0d2db68ca1c8b55c21a2f06043adcdc8 Mon Sep 17 00:00:00 2001 From: Elias Nahum Date: Fri, 27 Jan 2023 22:02:32 +0200 Subject: [PATCH] disable top domain level verification (#7045) --- ios/Podfile.lock | 4 ++-- package-lock.json | 14 +++++++------- package.json | 2 +- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/ios/Podfile.lock b/ios/Podfile.lock index ddd55e7aad..b09603ef6b 100644 --- a/ios/Podfile.lock +++ b/ios/Podfile.lock @@ -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 diff --git a/package-lock.json b/package-lock.json index ecfb3fb066..bd6042532c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -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" diff --git a/package.json b/package.json index 8481c1584f..c090670144 100644 --- a/package.json +++ b/package.json @@ -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",