Skip to content

[Snyk] Security upgrade react-native from 0.63.2 to 0.69.12#25

Open
revan-zhang wants to merge 1 commit into
masterfrom
snyk-fix-6444c09aa4fb208b6c8ff9b449b3c1bd
Open

[Snyk] Security upgrade react-native from 0.63.2 to 0.69.12#25
revan-zhang wants to merge 1 commit into
masterfrom
snyk-fix-6444c09aa4fb208b6c8ff9b449b3c1bd

Conversation

@revan-zhang

@revan-zhang revan-zhang commented Jun 13, 2026

Copy link
Copy Markdown

snyk-top-banner

Snyk has created this PR to fix 3 vulnerabilities in the yarn dependencies of this project.

Snyk changed the following file(s):

  • Example/package.json
  • Example/yarn.lock

Note for zero-installs users

If you are using the Yarn feature zero-installs that was introduced in Yarn V2, note that this PR does not update the .yarn/cache/ directory meaning this code cannot be pulled and immediately developed on as one would expect for a zero-install project - you will need to run yarn to update the contents of the ./yarn/cache directory.
If you are not using zero-install you can ignore this as your flow should likely be unchanged.

Vulnerabilities that will be fixed with an upgrade:

Issue Score
high severity Infinite loop
SNYK-JS-IMAGESIZE-17295814
  710  
high severity Infinite loop
SNYK-JS-IMAGESIZE-17295816
  710  
high severity Directory Traversal
SNYK-JS-TMP-17315641
  710  

Important

  • Check the changes in this PR to ensure they won't cause issues with your project.
  • Max score is 1000. Note that the real score may have changed since the PR was raised.
  • This PR was automatically created by Snyk using the credentials of a real user.

Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open fix PRs.

For more information:
🧐 View latest project report
📜 Customise PR templates
🛠 Adjust project settings
📚 Read about Snyk's upgrade logic


Learn how to fix vulnerabilities with free interactive lessons:

🦉 Directory Traversal


Open in Devin Review

@revan-zhang

revan-zhang commented Jun 13, 2026

Copy link
Copy Markdown
Author

Snyk checks have failed. 6 issues have been found so far.

Status Scan Engine Critical High Medium Low Total (6)
Open Source Security 0 3 3 0 6 issues
Licenses 0 0 0 0 0 issues

💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse.

@socket-security

Copy link
Copy Markdown

Review the following changes in direct dependencies. Learn more about Socket for GitHub.

Diff Package Supply Chain
Security
Vulnerability Quality Maintenance License
Updatedreact-native@​0.63.2 ⏵ 0.69.1288 -9100 +1699100 +50100

View full report

@socket-security

Copy link
Copy Markdown

Warning

Review the following alerts detected in dependencies.

According to your organization's Security Policy, it is recommended to resolve "Warn" alerts. Learn more about Socket for GitHub.

Action Severity Alert  (click "▶" to expand/collapse)
Warn High
Obfuscated code: npm flow-parser is 90.0% likely obfuscated

Confidence: 0.90

Location: Package overview

From: ?npm/react-native@0.69.12npm/flow-parser@0.318.0

ℹ Read more on: This package | This alert | What is obfuscated code?

Next steps: Take a moment to review the security alert above. Review the linked package source code to understand the potential risk. Ensure the package is not malicious before proceeding. If you're unsure how to proceed, reach out to your security team or ask the Socket team for help at support@socket.dev.

Suggestion: Packages should not obfuscate their code. Consider not using packages with obfuscated code.

Mark the package as acceptable risk. To ignore this alert only in this pull request, reply with the comment @SocketSecurity ignore npm/flow-parser@0.318.0. You can also ignore all packages with @SocketSecurity ignore-all. To ignore an alert for all future pull requests, use Socket's Dashboard to change the triage state of this alert.

View full report

@devin-ai-integration devin-ai-integration Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Devin Review found 1 potential issue.

Open in Devin Review

Comment thread Example/package.json
"react": "16.13.1",
"react-coin-icon": "^0.1.19",
"react-native": "0.63.2",
"react-native": "0.69.12",

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚩 Potential peer dependency compatibility concerns with react-native upgrade

The react-native version is being bumped from 0.63.2 to 0.69.12 — a jump across 6 minor versions — but no other dependencies in the Example app are updated. Several dependencies like react-native-reanimated (^2.0.0-alpha.7), react-native-gesture-handler (^1.7.0), and react (16.13.1) may not be compatible with RN 0.69, which typically expects React 18. The metro-react-native-babel-preset at ^0.63.0 may also be mismatched. This could cause build or runtime failures in the Example app, though since this is just an example project it wouldn't affect library consumers.

Open in Devin Review

Was this helpful? React with 👍 or 👎 to provide feedback.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants