Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update dependency @segment/analytics-react-native to ^2.19.5 #6057

Merged
merged 2 commits into from
Sep 20, 2024
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
4 changes: 2 additions & 2 deletions ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -828,7 +828,7 @@ PODS:
- SDWebImageWebPCoder (0.8.5):
- libwebp (~> 1.0)
- SDWebImage/Core (~> 5.10)
- segment-analytics-react-native (2.19.4):
- segment-analytics-react-native (2.19.5):
- React-Core
- sovran-react-native
- Sentry/HybridSDK (8.36.0)
Expand Down Expand Up @@ -1327,7 +1327,7 @@ SPEC CHECKSUMS:
RNSVG: b986585e367f4a49d8aa43065066cc9c290b3d9b
SDWebImage: a7f831e1a65eb5e285e3fb046a23fcfbf08e696d
SDWebImageWebPCoder: 908b83b6adda48effe7667cd2b7f78c897e5111d
segment-analytics-react-native: 49ce29a68e86b38c084f1ce07b0c128273d169f9
segment-analytics-react-native: 4bac3da03dd4a1eed178786b1d7025cd2c0ed6c9
Sentry: f8374b5415bc38dfb5645941b3ae31230fbeae57
SimpleKeychain: 130211269f88f038d7dc5254cf0b1b9ce978c398
SocketRocket: f32cd54efbe0f095c4d7594881e52619cfe80b17
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
"@react-navigation/native-stack": "^6.11.0",
"@reduxjs/toolkit": "^2.2.7",
"@scure/bip39": "^1.4.0",
"@segment/analytics-react-native": "^2.19.4",
"@segment/analytics-react-native": "^2.19.5",
"@segment/analytics-react-native-plugin-adjust": "^0.7.0",
"@segment/analytics-react-native-plugin-clevertap": "^1.1.0",
"@segment/analytics-react-native-plugin-destination-filters": "^1.1.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3003,10 +3003,10 @@
resolved "https://registry.yarnpkg.com/@segment/analytics-react-native-plugin-firebase/-/analytics-react-native-plugin-firebase-0.4.2.tgz#b50c4cc5bb361ddf675d52ef55cd455b6c1d9b3f"
integrity sha512-sgeQxCETCGYxGVoRGoDoFveN2rOTIE3vqOX2PPe33V4H5tOyYgWW7PqwMMtTVQYxWdOiFzLfSi6M1xsCU2/Otg==

"@segment/analytics-react-native@^2.19.4":
version "2.19.4"
resolved "https://registry.yarnpkg.com/@segment/analytics-react-native/-/analytics-react-native-2.19.4.tgz#f8e61fcc6c4331f4990a9ccb1a994a90e81568c1"
integrity sha512-TWYYprIUhBAw/105p+c51J1+2D4Ziu6zcilWSJ6HLSgvlnj9w9wQ5J1aNNRX9rKICUZd9SfK6mHWoQ5+1XrJ2w==
"@segment/analytics-react-native@^2.19.5":
version "2.19.5"
resolved "https://registry.yarnpkg.com/@segment/analytics-react-native/-/analytics-react-native-2.19.5.tgz#d4828fd17358ae41b36c4b040dc79149ae8d1d2d"
integrity sha512-1Jw5tHbx82y/Q5qeBtr4RKQ9dnRfNNgG6pEbpipdwrusaYj+qd/7xuEO5Qthd4r5BESz2FTct8T68zHnh0XqAQ==
dependencies:
"@segment/tsub" "2.0.0"
"@stdlib/number-float64-base-normalize" "0.0.8"
Expand Down
Loading