[Snyk] Security upgrade react-native from 0.40.0 to 0.69.12#46
[Snyk] Security upgrade react-native from 0.40.0 to 0.69.12#46MHxGH-ServiceAccount wants to merge 1 commit into
Conversation
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-IMMUTABLE-15423650
|
Upgrading from Key Breaking Changes & Architectural Shifts:
Recommendation:
This upgrade should be treated as a full project rewrite or a major migration effort, not a routine dependency update. Source: React Native Upgrade Helper, React Native 0.69 Release Notes
|
✅ Snyk checks have passed. No issues have been found so far.
💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse. |
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
| "dependencies": { | ||
| "react": "^15.1.0", | ||
| "react-native": "^0.40.0", | ||
| "react-native": "^0.69.12", |
There was a problem hiding this comment.
Incompatible React version left unchanged during upgrade
High Severity
Upgrading react-native to ^0.69.12 requires react version 18.0.0 as a peer dependency, but the react dependency on line 9 remains at ^15.1.0. This version mismatch will cause installation failures (peer dependency conflicts) and runtime errors, as React Native 0.69 relies on React 18 internals that don't exist in React 15.


Snyk has created this PR to fix 1 vulnerabilities in the yarn dependencies of this project.
Snyk changed the following file(s):
examples/TouchIDExample/package.jsonNote 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 runyarnto update the contents of the./yarn/cachedirectory.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:
SNYK-JS-IMMUTABLE-15423650
Breaking Change Risk
Important
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:
🦉 Prototype Pollution
Note
Medium Risk
Large React Native version jump in the
TouchIDExampleapp could introduce breaking build/runtime changes for the example project, though it doesn’t modify the library code itself.Overview
Updates the
TouchIDExample's dependency onreact-nativefrom^0.40.0to^0.69.12to address a security-driven dependency upgrade.Written by Cursor Bugbot for commit 70aad51. This will update automatically on new commits. Configure here.