From a535728d5c94288153bba27b8eb6f843dad5069a 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 40c118d4b0..18aebc2f16 100644 --- a/ios/Podfile.lock +++ b/ios/Podfile.lock @@ -353,7 +353,7 @@ PODS: - React-Core - react-native-netinfo (9.3.7): - React-Core - - react-native-network-client (1.1.0): + - react-native-network-client (1.2.0): - Alamofire (~> 5.6.4) - React-Core - Starscream (~> 4.0.4) @@ -942,7 +942,7 @@ SPEC CHECKSUMS: react-native-image-picker: 8cb4280e2c1efc3daeb2d9d597f9429a60472e40 react-native-in-app-review: a073f67c5f3392af6ea7fb383217cdb1aa2aa726 react-native-netinfo: 2517ad504b3d303e90d7a431b0fcaef76d207983 - react-native-network-client: 88b7ef8ef937352db3cfdbea939dc55397c64b9f + react-native-network-client: 04b0a2a3d2beab43698e227389c4750b41d003ec react-native-notifications: 83b4fd4a127a6c918fc846cae90da60f84819e44 react-native-paste-input: fb7156dc75960c9895ddd9b9d68eeb874c9f323a react-native-safe-area-context: 39c2d8be3328df5d437ac1700f4f3a4f75716acc diff --git a/package-lock.json b/package-lock.json index 77431e09c6..f69ece28b4 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.4", - "@mattermost/react-native-network-client": "1.1.0", + "@mattermost/react-native-network-client": "1.2.0", "@mattermost/react-native-paste-input": "0.6.1", "@mattermost/react-native-turbo-log": "0.2.2", "@mattermost/react-native-turbo-mailer": "0.2.3", @@ -3241,9 +3241,9 @@ } }, "node_modules/@mattermost/react-native-network-client": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/@mattermost/react-native-network-client/-/react-native-network-client-1.1.0.tgz", - "integrity": "sha512-iZemjWqUaGkfSY+7Ve+m6MUJc8blUOzHoY9J5miKjez7QPiknYGMIdVFMYAiuO9jUtgQ4XSG7/nENqYR5jSwCg==", + "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.20.2" @@ -24293,9 +24293,9 @@ "requires": {} }, "@mattermost/react-native-network-client": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/@mattermost/react-native-network-client/-/react-native-network-client-1.1.0.tgz", - "integrity": "sha512-iZemjWqUaGkfSY+7Ve+m6MUJc8blUOzHoY9J5miKjez7QPiknYGMIdVFMYAiuO9jUtgQ4XSG7/nENqYR5jSwCg==", + "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.20.2" diff --git a/package.json b/package.json index c786fbccad..d203c33a38 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.4", - "@mattermost/react-native-network-client": "1.1.0", + "@mattermost/react-native-network-client": "1.2.0", "@mattermost/react-native-paste-input": "0.6.1", "@mattermost/react-native-turbo-log": "0.2.2", "@mattermost/react-native-turbo-mailer": "0.2.3",