From f3c082d58c931c3740846e8b65319c1154875b8d Mon Sep 17 00:00:00 2001 From: Elias Nahum Date: Tue, 21 Jun 2022 11:53:54 -0400 Subject: [PATCH] Fix connecting to servers with subpath on Android (#6416) --- package-lock.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index 4fce287d3..da566c1f0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4119,7 +4119,7 @@ }, "node_modules/@mattermost/react-native-network-client": { "version": "0.1.0", - "resolved": "git+ssh://git@github.com/mattermost/react-native-network-client.git#71fd5252acce0b3d0595401951f6509104e23f85", + "resolved": "git+ssh://git@github.com/mattermost/react-native-network-client.git#dd7a5b76e5b75dd42f413e646777446710b420b9", "license": "MIT", "dependencies": { "validator": "13.7.0", @@ -28792,7 +28792,7 @@ "requires": {} }, "@mattermost/react-native-network-client": { - "version": "git+ssh://git@github.com/mattermost/react-native-network-client.git#71fd5252acce0b3d0595401951f6509104e23f85", + "version": "git+ssh://git@github.com/mattermost/react-native-network-client.git#dd7a5b76e5b75dd42f413e646777446710b420b9", "from": "@mattermost/react-native-network-client@github:mattermost/react-native-network-client", "requires": { "validator": "13.7.0",