-
Notifications
You must be signed in to change notification settings - Fork 38
[Snyk] Fix for 3 vulnerabilities #2299
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
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -74,13 +74,13 @@ | |||||
| "@react-navigation/native": "6.1.7", | ||||||
| "@react-navigation/native-stack": "6.9.13", | ||||||
| "@react-navigation/stack": "6.3.17", | ||||||
| "@reown/walletkit": "1.1.2", | ||||||
| "@reown/walletkit": "1.2.11", | ||||||
| "@sentry/react-native": "5.33.1", | ||||||
| "@tradle/react-native-http": "2.0.1", | ||||||
| "@walletconnect/core": "2.17.3", | ||||||
| "@walletconnect/core": "2.19.2", | ||||||
| "@walletconnect/react-native-compat": "2.17.3", | ||||||
| "@walletconnect/sign-client": "2.17.3", | ||||||
| "@walletconnect/utils": "2.17.3", | ||||||
| "@walletconnect/utils": "2.19.2", | ||||||
| "assert": "2.0.0", | ||||||
| "babel-plugin-transform-inline-environment-variables": "^0.4.4", | ||||||
| "bech32-converting": "1.0.9", | ||||||
|
|
@@ -166,7 +166,7 @@ | |||||
| "react-native-webview": "13.8.1", | ||||||
| "react-timer-mixin": "0.13.4", | ||||||
| "readable-stream": "4.4.2", | ||||||
| "realm": "11.10.1", | ||||||
| "realm": "20.0.0", | ||||||
|
||||||
| "realm": "20.0.0", | |
| "realm": "11.10.1", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Version mismatch detected in WalletConnect dependencies. The core and utils packages are being updated to version 2.19.2, but react-native-compat and sign-client remain at 2.17.3. This version inconsistency across the WalletConnect ecosystem packages could lead to compatibility issues or unexpected behavior. Ensure all WalletConnect packages are compatible with each other, or consider updating react-native-compat and sign-client to matching versions.