-
Notifications
You must be signed in to change notification settings - Fork 35
[Snyk] Fix for 5 vulnerabilities #771
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
Open
revan-zhang
wants to merge
1
commit into
onekey
Choose a base branch
from
snyk-fix-bd08c8c8caf2b93c58f2379c0deaa3e9
base: onekey
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
🔴 Incomplete Expo SDK upgrade: expo bumped to ^55 while react-native, react, and most expo- packages remain at Expo 50-compatible versions*
This Snyk-automated PR bumps
expofrom^50.0.20to^55.0.0to fix transitive vulnerabilities inuuidandxmldom, but it does not update the tightly-coupled companion packages. Expo SDK versions are architecturally bound to specific React Native versions (e.g., SDK 50 → RN 0.73), yetreact-nativeremains hard-pinned at0.73.7andreactat18.2.0. Additionally, multiple expo-* satellite packages (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) are still at their Expo SDK 50-compatible versions. The PR itself demonstrates awareness of the new versioning scheme by updatingexpo-linkingto~55.0.0(aligned with SDK 55), which makes the inconsistency with the other unchanged expo-* packages even more apparent. This will cause dependency resolution failures or runtime incompatibilities when building the example app.Unchanged companion packages still at Expo 50 versions
react-native: 0.73.7(pinned, Expo 50 era)react: 18.2.0(pinned)expo-clipboard: ~5.0.0expo-document-picker: ~11.10.1expo-image-manipulator: ~11.8.0expo-image-picker: ~14.7.1expo-localization: ~14.8.4expo-status-bar: ~1.11.1@expo/webpack-config: ^19.0.1react-native-reanimated: ~3.6.2react-native-safe-area-context: 4.8.2react-native-screens: ~3.29.0babel-preset-expo(transitive via yarn.lock:~10.0.2)Prompt for agents
Was this helpful? React with 👍 or 👎 to provide feedback.