-
Notifications
You must be signed in to change notification settings - Fork 29
[Snyk] Security upgrade expo from 50.0.21 to 53.0.0 #696
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,7 +47,7 @@ | |
| "burnt": "^0.13.0", | ||
| "compressorjs": "^1.1.1", | ||
| "elliptic": "^6.5.5", | ||
| "expo": "^50.0.20", | ||
| "expo": "^53.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. Expo 53 incompatible with React Native 0.73 and React 18High Severity Upgrading Additional Locations (2) |
||
| "expo-clipboard": "~5.0.0", | ||
| "expo-document-picker": "~11.10.1", | ||
| "expo-image-manipulator": "~11.8.0", | ||
|
|
||


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.
🔴 Expo SDK 53 upgrade without updating companion expo- packages and React Native*
The
expopackage is bumped from^50.0.20to^53.0.0, but none of the companion Expo packages or React Native were updated to compatible versions. Expo SDK 53 requires specific versions of allexpo-*sub-packages and a matching React Native version (0.76+), but the package.json still hasreact-nativeat0.73.7(package.json:68),reactat18.2.0(package.json:65), and all expo sub-packages pinned to their SDK 50 versions:expo-clipboard: ~5.0.0(line 51),expo-document-picker: ~11.10.1(line 52),expo-image-manipulator: ~11.8.0(line 53),expo-image-picker: ~14.7.1(line 54),expo-linking: ~6.2.2(line 55),expo-localization: ~14.8.4(line 56),expo-splash-screen: ~0.26.5(line 57),expo-status-bar: ~1.11.1(line 58). Additionally,@expo/webpack-configat^19.0.1(line 16) is deprecated in favor of Metro bundler in newer Expo SDKs. This will cause installation failures, build errors, or runtime crashes due to version incompatibility between the core Expo SDK and its ecosystem packages.Prompt for agents
Was this helpful? React with 👍 or 👎 to provide feedback.