Skip to content

Commit

Permalink
update network-client to fix ssl error (#8194)
Browse files Browse the repository at this point in the history
  • Loading branch information
enahum authored Aug 30, 2024
1 parent a41f1a8 commit ad54f53
Show file tree
Hide file tree
Showing 3 changed files with 42 additions and 49 deletions.
4 changes: 2 additions & 2 deletions ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1162,7 +1162,7 @@ PODS:
- Yoga
- react-native-netinfo (11.3.2):
- React-Core
- react-native-network-client (1.7.1):
- react-native-network-client (1.7.2):
- Alamofire (~> 5.9.1)
- DoubleConversion
- glog
Expand Down Expand Up @@ -2025,7 +2025,7 @@ SPEC CHECKSUMS:
react-native-emm: ecab44d78fb1cc7d7b7901914f48fb6309c46ff2
react-native-image-picker: c3afe5472ef870d98a4b28415fc0b928161ee5f7
react-native-netinfo: 076df4f9b07f6670acf4ce9a75aac8d34c2e2ccc
react-native-network-client: 41d5c636c224cd37d1d6bd9fab871abfb6036b77
react-native-network-client: 5173c47230b5f497cdef469cba8e6e1b3df687eb
react-native-notifications: 4601a5a8db4ced6ae7cfc43b44d35fe437ac50c4
react-native-paste-input: 011a9916ef3acf809a7da122847c61ca0f93a60e
react-native-performance: ff93f8af3b2ee9519fd7879896aa9b8b8272691d
Expand Down
83 changes: 38 additions & 45 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@mattermost/hardware-keyboard": "file:./libraries/@mattermost/hardware-keyboard",
"@mattermost/keyboard-tracker": "file:./libraries/@mattermost/keyboard-tracker",
"@mattermost/react-native-emm": "1.5.0",
"@mattermost/react-native-network-client": "1.7.1",
"@mattermost/react-native-network-client": "1.7.2",
"@mattermost/react-native-paste-input": "0.8.0",
"@mattermost/react-native-turbo-log": "0.4.0",
"@mattermost/rnshare": "file:./libraries/@mattermost/rnshare",
Expand Down Expand Up @@ -140,7 +140,7 @@
"@types/uuid": "10.0.0",
"@typescript-eslint/eslint-plugin": "7.13.1",
"@typescript-eslint/parser": "7.13.1",
"axios": "1.7.3",
"axios": "1.7.5",
"axios-cookiejar-support": "5.0.2",
"babel-jest": "29.7.0",
"babel-loader": "9.1.3",
Expand Down

0 comments on commit ad54f53

Please sign in to comment.