Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -405,7 +405,7 @@ PODS:
- nanopb/encode (= 3.30910.0)
- nanopb/decode (3.30910.0)
- nanopb/encode (3.30910.0)
- NitroFetch (1.5.4):
- NitroFetch (1.6.2):
- boost
- DoubleConversion
- fast_float
Expand Down Expand Up @@ -435,7 +435,7 @@ PODS:
- ReactCommon/turbomodule/core
- SocketRocket
- Yoga
- NitroModules (0.36.3):
- NitroModules (0.37.1):
- boost
- DoubleConversion
- fast_float
Expand Down Expand Up @@ -5002,8 +5002,8 @@ SPEC CHECKSUMS:
MapboxCoreMaps: de1a4461d0ab5d65d907f06e8d82fdbe06bb3213
MapboxMaps: 22340ae0e0d47b2e4761019b1d6c569ab04e088d
nanopb: fad817b59e0457d11a5dfbde799381cd727c1275
NitroFetch: 4941ca1e41fc72ebdad33c50c85fee59a3dd6871
NitroModules: 1961fff19baf1f4a5221dd2fea7d4de95941f9e4
NitroFetch: 0f353a00b92d23e8b32f5d91ca625e00d35762ff
NitroModules: f2a165630c12aed5793d6b42b9002c6a649ea04e
NWWebSocket: 873eb4b18acd0317da70cdba388d792a3187ce00
Onfido: 65454f91d10758193c857fd149417f6efbea84c5
onfido-react-native-sdk: bb8cfd9198e2e97978461d969497d18b37e45ca7
Expand Down

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

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

28 changes: 14 additions & 14 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -198,8 +198,8 @@
"react-native-key-command": "1.0.14",
"react-native-keyboard-controller": "1.22.4",
"react-native-localize": "^3.5.4",
"react-native-nitro-fetch": "1.5.4",
"react-native-nitro-modules": "0.36.3",
"react-native-nitro-fetch": "1.6.2",
"react-native-nitro-modules": "0.37.1",
"react-native-nitro-sqlite": "9.6.0",
"react-native-onyx": "3.0.111",
"react-native-pager-view": "9.0.4",
Expand Down Expand Up @@ -339,7 +339,7 @@
"lefthook": "2.1.9",
"link": "^2.1.1",
"memfs": "^4.6.0",
"nitrogen": "0.36.3",
"nitrogen": "0.37.1",
"onchange": "^7.1.0",
"openai": "^7.0.0",
"oxc-transform-react": "0.148.0",
Expand Down
2 changes: 1 addition & 1 deletion patches/react-native-nitro-fetch/details.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# `react-native-nitro-fetch` patches

### [react-native-nitro-fetch+1.5.4+001+certificate-pinning.patch](react-native-nitro-fetch+1.5.4+001+certificate-pinning.patch)
### [react-native-nitro-fetch+1.6.2+001+certificate-pinning.patch](react-native-nitro-fetch+1.6.2+001+certificate-pinning.patch)

- Reason:

Expand Down
2 changes: 1 addition & 1 deletion scripts/generateCertificatePins.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
# - android/app/src/main/res/xml/network_security_config_enforce.xml
# - android/app/src/main/java/com/expensify/chat/CertificatePinning.kt
# - ios/CertificatePinning.swift
# - patches/react-native-nitro-fetch+1.5.4+001+certificate-pinning.patch
# - patches/react-native-nitro-fetch/react-native-nitro-fetch+1.6.2+001+certificate-pinning.patch
# - Mobile-Expensify/Android/res/xml/network_security_config_enforce.xml
# - Mobile-Expensify/Android/src/yapl/android/http/ExpensifyCertificatePinner.java
# - Mobile-Expensify/iOS/Expensify/ExpensifyAppDelegate.m (TrustKit kTSKPublicKeyHashes)
Expand Down
Loading