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

fix(deps): update dependency react-native-share to ^7.9.1 #4338

Merged
merged 3 commits into from
Oct 19, 2023
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 @@ -745,7 +745,7 @@ PODS:
- RNSentry (4.15.2):
- React-Core
- Sentry/HybridSDK (= 7.31.5)
- RNShare (7.3.2):
- RNShare (7.9.1):
- React-Core
- RNSVG (13.9.0):
- React-Core
Expand Down Expand Up @@ -1245,7 +1245,7 @@ SPEC CHECKSUMS:
RNScreens: 85d3880b52d34db7b8eeebe2f1a0e807c05e69fa
RNSecureRandom: ff25041dd065a945810ca01a2bcd06f8d141b81d
RNSentry: 4ea90ea061624364637e8077d965bf2e50478066
RNShare: d76b8c9c6e6ffb38fc18f40b4338c9d867592ed3
RNShare: a5dc3b9c53ddc73e155b8cd9a94c70c91913c43c
RNSVG: 53c661b76829783cdaf9b7a57258f3d3b4c28315
SDWebImage: a7f831e1a65eb5e285e3fb046a23fcfbf08e696d
SDWebImageWebPCoder: 908b83b6adda48effe7667cd2b7f78c897e5111d
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@
"react-native-screens": "^3.25.0",
"react-native-securerandom": "^1.0.1",
"react-native-shake": "^5.5.0",
"react-native-share": "^7.3.2",
"react-native-share": "^7.9.1",
"react-native-simple-toast": "^1.1.4",
"react-native-skeleton-placeholder": "^5.2.4",
"react-native-sms-retriever": "^1.1.1",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -13835,10 +13835,10 @@ react-native-shake@^5.5.0:
resolved "https://registry.yarnpkg.com/react-native-shake/-/react-native-shake-5.5.0.tgz#55e8a15bebee872f35669a28b6475173eba84aca"
integrity sha512-hDcuO+suKahZd19k0F11Xdkrw7Xhir3L9JnHpSuFCOdtj/O+hitoSQe0tyBvd4exxWmAzJVGqy7Ct/zbJHsJ7A==

react-native-share@^7.3.2:
version "7.3.2"
resolved "https://registry.yarnpkg.com/react-native-share/-/react-native-share-7.3.2.tgz#3b61c42b28b034d1662f3aa7514846c609251502"
integrity sha512-1E2xxTzHYrV74WMuBz6VLx6Y9slBBNI9s0NxXDEYb0VsFT6DcHnbiaY4ExW5E6vw37s3gfZxm4zsv9/TwFEukA==
react-native-share@^7.9.1:
version "7.9.1"
resolved "https://registry.yarnpkg.com/react-native-share/-/react-native-share-7.9.1.tgz#36d1cb9786c58ba14ae31cc72f10b3179a045953"
integrity sha512-v4b6lD4YsiCJB14kjXons+d5cvvxgLv8OdBF0aP58X8Qqbcj81QNv1icAxiNmhxFx5OFYsu/E6v+o8S0GSaneQ==

react-native-simple-toast@^1.1.4:
version "1.1.4"
Expand Down