From 9be3dc84e5f8734ddbbd6e7aeb54be6923280d98 Mon Sep 17 00:00:00 2001 From: Elias Nahum Date: Thu, 7 Sep 2023 16:53:28 -0300 Subject: [PATCH] fix ios network requests (#7539) --- 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 26a0b099c..264650506 100644 --- a/ios/Podfile.lock +++ b/ios/Podfile.lock @@ -380,7 +380,7 @@ PODS: - React-Core - react-native-netinfo (9.4.1): - React-Core - - react-native-network-client (1.4.0): + - react-native-network-client (1.4.1): - Alamofire (~> 5.6.4) - React-Core - Starscream (~> 4.0.4) @@ -953,7 +953,7 @@ SPEC CHECKSUMS: react-native-image-picker: 5fcac5a5ffcb3737837f0617d43fd767249290de react-native-in-app-review: db8bb167a5f238e7ceca5c242d6b36ce8c4404a4 react-native-netinfo: fefd4e98d75cbdd6e85fc530f7111a8afdf2b0c5 - react-native-network-client: 38affc5ccc242b6c825171b8f451bfb84468affd + react-native-network-client: 953ab4d0914fdde6dc40924b5faad8631a587d4e react-native-notifications: d309f7080aad71206882dbb98d9ed788969f3b6d react-native-paste-input: 09f14cbfb646ad9d2ef79cdc6f3d45f337c10ad1 react-native-safe-area-context: 9697629f7b2cda43cf52169bb7e0767d330648c2 diff --git a/package-lock.json b/package-lock.json index 1c18f5483..057f7c33e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,7 +20,7 @@ "@mattermost/calls": "github:mattermost/calls-common#v0.17.0", "@mattermost/compass-icons": "0.1.37", "@mattermost/react-native-emm": "1.3.5", - "@mattermost/react-native-network-client": "1.4.0", + "@mattermost/react-native-network-client": "1.4.1", "@mattermost/react-native-paste-input": "0.6.4", "@mattermost/react-native-turbo-log": "0.2.3", "@msgpack/msgpack": "2.8.0", @@ -3450,9 +3450,9 @@ } }, "node_modules/@mattermost/react-native-network-client": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/@mattermost/react-native-network-client/-/react-native-network-client-1.4.0.tgz", - "integrity": "sha512-PY0Q85l8hQf4KiB54KVQG+LphZsq+oaRjZFpG3u+S43iPvsIf7L8Cz+p8lFlR4Fz/C8bmWxFBX9Y4ZJ6RimVvw==", + "version": "1.4.1", + "resolved": "https://registry.npmjs.org/@mattermost/react-native-network-client/-/react-native-network-client-1.4.1.tgz", + "integrity": "sha512-3fmAQJxlgnQrMBjiY+BhNiKeaff+dXUv+DF2dkZK27/67p1hUR7vrjABwapqPixRpjBNZLrGa2rPcCnsVyChXA==", "dependencies": { "validator": "13.9.0", "zod": "3.21.4" @@ -25426,9 +25426,9 @@ "requires": {} }, "@mattermost/react-native-network-client": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/@mattermost/react-native-network-client/-/react-native-network-client-1.4.0.tgz", - "integrity": "sha512-PY0Q85l8hQf4KiB54KVQG+LphZsq+oaRjZFpG3u+S43iPvsIf7L8Cz+p8lFlR4Fz/C8bmWxFBX9Y4ZJ6RimVvw==", + "version": "1.4.1", + "resolved": "https://registry.npmjs.org/@mattermost/react-native-network-client/-/react-native-network-client-1.4.1.tgz", + "integrity": "sha512-3fmAQJxlgnQrMBjiY+BhNiKeaff+dXUv+DF2dkZK27/67p1hUR7vrjABwapqPixRpjBNZLrGa2rPcCnsVyChXA==", "requires": { "validator": "13.9.0", "zod": "3.21.4" diff --git a/package.json b/package.json index 314fd0181..043fe7323 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "@mattermost/calls": "github:mattermost/calls-common#v0.17.0", "@mattermost/compass-icons": "0.1.37", "@mattermost/react-native-emm": "1.3.5", - "@mattermost/react-native-network-client": "1.4.0", + "@mattermost/react-native-network-client": "1.4.1", "@mattermost/react-native-paste-input": "0.6.4", "@mattermost/react-native-turbo-log": "0.2.3", "@msgpack/msgpack": "2.8.0",