diff --git a/ios/Podfile.lock b/ios/Podfile.lock index efdb7cc792a..190373602ff 100644 --- a/ios/Podfile.lock +++ b/ios/Podfile.lock @@ -377,7 +377,7 @@ PODS: - React-Core - react-native-netinfo (9.3.9): - React-Core - - react-native-network-client (1.3.3): + - react-native-network-client (1.3.4): - Alamofire (~> 5.6.4) - React-Core - Starscream (~> 4.0.4) @@ -950,7 +950,7 @@ SPEC CHECKSUMS: react-native-image-picker: ec9b713e248760bfa0f879f0715391de4651a7cb react-native-in-app-review: db8bb167a5f238e7ceca5c242d6b36ce8c4404a4 react-native-netinfo: 22c082970cbd99071a4e5aa7a612ac20d66b08f0 - react-native-network-client: 8435c8ba294738b52988144151e6144dbf125ce8 + react-native-network-client: 35acc439782ee71000497961f624d085f5a7abbb react-native-notifications: 83b4fd4a127a6c918fc846cae90da60f84819e44 react-native-paste-input: 3392800944a47c00dddbff23c31c281482209679 react-native-safe-area-context: f5549f36508b1b7497434baa0cd97d7e470920d4 diff --git a/package-lock.json b/package-lock.json index 7e47b3044f3..72393bfd173 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,7 +20,7 @@ "@mattermost/calls": "github:mattermost/calls-common#v0.14.0", "@mattermost/compass-icons": "0.1.36", "@mattermost/react-native-emm": "1.3.5", - "@mattermost/react-native-network-client": "1.3.3", + "@mattermost/react-native-network-client": "1.3.4", "@mattermost/react-native-paste-input": "0.6.2", "@mattermost/react-native-turbo-log": "0.2.3", "@msgpack/msgpack": "2.8.0", @@ -3440,9 +3440,9 @@ } }, "node_modules/@mattermost/react-native-network-client": { - "version": "1.3.3", - "resolved": "https://registry.npmjs.org/@mattermost/react-native-network-client/-/react-native-network-client-1.3.3.tgz", - "integrity": "sha512-ANGV0UImroX/sPf6+K2knfflSniTdKPe4SmW7vNPKzs3sU+aadbktI9CjUTAszlOHILi7Na4Y9o7L/jh3+lUdQ==", + "version": "1.3.4", + "resolved": "https://registry.npmjs.org/@mattermost/react-native-network-client/-/react-native-network-client-1.3.4.tgz", + "integrity": "sha512-5sAxtULA8nsIG55c8UCB0KugCVypA8b8XrgdZQG92yCk4I8jUpYSL8AryjYY3jgSvFDQjvMdN4Rce9WAqWpLjg==", "dependencies": { "validator": "13.9.0", "zod": "3.20.6" @@ -24217,9 +24217,9 @@ "requires": {} }, "@mattermost/react-native-network-client": { - "version": "1.3.3", - "resolved": "https://registry.npmjs.org/@mattermost/react-native-network-client/-/react-native-network-client-1.3.3.tgz", - "integrity": "sha512-ANGV0UImroX/sPf6+K2knfflSniTdKPe4SmW7vNPKzs3sU+aadbktI9CjUTAszlOHILi7Na4Y9o7L/jh3+lUdQ==", + "version": "1.3.4", + "resolved": "https://registry.npmjs.org/@mattermost/react-native-network-client/-/react-native-network-client-1.3.4.tgz", + "integrity": "sha512-5sAxtULA8nsIG55c8UCB0KugCVypA8b8XrgdZQG92yCk4I8jUpYSL8AryjYY3jgSvFDQjvMdN4Rce9WAqWpLjg==", "requires": { "validator": "13.9.0", "zod": "3.20.6" diff --git a/package.json b/package.json index 7b46f547578..9996236e928 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "@mattermost/calls": "github:mattermost/calls-common#v0.14.0", "@mattermost/compass-icons": "0.1.36", "@mattermost/react-native-emm": "1.3.5", - "@mattermost/react-native-network-client": "1.3.3", + "@mattermost/react-native-network-client": "1.3.4", "@mattermost/react-native-paste-input": "0.6.2", "@mattermost/react-native-turbo-log": "0.2.3", "@msgpack/msgpack": "2.8.0",