-
Notifications
You must be signed in to change notification settings - Fork 34
[Snyk] Fix for 1 vulnerabilities #720
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: onekey
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 |
|---|---|---|
|
|
@@ -47,14 +47,14 @@ | |
| "burnt": "^0.13.0", | ||
| "compressorjs": "^1.1.1", | ||
| "elliptic": "^6.5.5", | ||
| "expo": "^50.0.20", | ||
| "expo": "^51.0.0", | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 🔴 Incomplete Expo SDK 50→51 upgrade leaves companion packages and React Native at incompatible SDK 50 versions The
This will cause native module version mismatches and build or runtime failures for the expo-example app. Prompt for agentsWas this helpful? React with 👍 or 👎 to provide feedback. |
||
| "expo-clipboard": "~5.0.0", | ||
| "expo-document-picker": "~11.10.1", | ||
| "expo-image-manipulator": "~11.8.0", | ||
| "expo-image-picker": "~14.7.1", | ||
| "expo-linking": "~6.2.2", | ||
| "expo-linking": "~6.3.0", | ||
| "expo-localization": "~14.8.4", | ||
| "expo-splash-screen": "~0.26.5", | ||
| "expo-splash-screen": "~0.27.1", | ||
| "expo-status-bar": "~1.11.1", | ||
| "jotai": "^2.5.2", | ||
| "levelup": "^5.1.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.
Major Expo SDK bump breaks React Native compatibility
High Severity
Upgrading
expofrom^50.0.20to^51.0.0is a major SDK bump that requiresreact-native0.74, but the project still pinsreact-nativeto0.73.7. Additionally, several other Expo packages remain at SDK 50-compatible versions (expo-clipboard@~5.0.0,expo-document-picker@~11.10.1,expo-image-manipulator@~11.8.0,expo-image-picker@~14.7.1,expo-localization@~14.8.4,expo-status-bar@~1.11.1) and need corresponding upgrades for SDK 51 compatibility. This will likely cause build failures or runtime errors.Additional Locations (1)
packages/connect-examples/expo-example/package.json#L64-L68