Skip to content

Commit 2bbdfdf

Browse files
committed
chore: update Alamofire
1 parent 6b6460e commit 2bbdfdf

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

example/ios/Podfile.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
PODS:
2-
- Alamofire (5.9.1)
2+
- Alamofire (5.10.2)
33
- BEMCheckBox (1.4.1)
44
- boost (1.84.0)
55
- DoubleConversion (1.1.6)
@@ -1299,7 +1299,7 @@ PODS:
12991299
- ReactCommon/turbomodule/core
13001300
- Yoga
13011301
- react-native-network-client (1.7.3):
1302-
- Alamofire (~> 5.9.1)
1302+
- Alamofire (~> 5.10.2)
13031303
- DoubleConversion
13041304
- glog
13051305
- hermes-engine
@@ -1320,7 +1320,7 @@ PODS:
13201320
- ReactCommon/turbomodule/bridging
13211321
- ReactCommon/turbomodule/core
13221322
- Starscream (~> 4.0.8)
1323-
- SwiftyJSON (~> 5.0)
1323+
- SwiftyJSON (~> 5.0.2)
13241324
- Yoga
13251325
- react-native-safe-area-context (5.0.0):
13261326
- DoubleConversion
@@ -2124,7 +2124,7 @@ EXTERNAL SOURCES:
21242124
:path: "../node_modules/react-native/ReactCommon/yoga"
21252125

21262126
SPEC CHECKSUMS:
2127-
Alamofire: f36a35757af4587d8e4f4bfa223ad10be2422b8c
2127+
Alamofire: 7193b3b92c74a07f85569e1a6c4f4237291e7496
21282128
BEMCheckBox: 5ba6e37ade3d3657b36caecc35c8b75c6c2b1a4e
21292129
boost: 1dca942403ed9342f98334bf4c3621f011aa7946
21302130
DoubleConversion: f16ae600a246532c4020132d54af21d0ddb2a385
@@ -2164,7 +2164,7 @@ SPEC CHECKSUMS:
21642164
React-microtasksnativemodule: 01dd998649ff5f8814846b7eee84c4d57f5d3671
21652165
react-native-document-picker: 0ec4f0abaa488744e6c1d73ef7f47dc6a6861fc1
21662166
react-native-image-picker: 91f4e8dd458db2acdb278479e960bc224cbf0217
2167-
react-native-network-client: bedf0bf0dfe5ab7d9dc6f7c1bb9616072da26ec9
2167+
react-native-network-client: a2e7207f946a7353265338cd90beff949a45d6ce
21682168
react-native-safe-area-context: f145b8906585d648f9f9c7dfa3885bac54f38fcc
21692169
React-nativeconfig: f7ab6c152e780b99a8c17448f2d99cf5f69a2311
21702170
React-NativeModulesApple: 9aeb901b9bfcc9235e912445fb3cf4780a99baf4

react-native-network-client.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Pod::Spec.new do |s|
3636

3737
install_modules_dependencies(s)
3838

39-
s.dependency "Alamofire", "~> 5.9.1"
40-
s.dependency "SwiftyJSON", "~> 5.0"
39+
s.dependency "Alamofire", "~> 5.10.2"
40+
s.dependency "SwiftyJSON", "~> 5.0.2"
4141
s.dependency "Starscream", "~> 4.0.8"
4242
end

0 commit comments

Comments
 (0)