[Snyk] Security upgrade react-native from 0.42.3 to 0.69.12#17
[Snyk] Security upgrade react-native from 0.42.3 to 0.69.12#17MHxGH-ServiceAccount wants to merge 1 commit intomasterfrom
Conversation
…rabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AJV-15274295
|
Upgrading Key Breaking Changes:
Recommendation: This upgrade cannot be performed with a simple version change. It requires a careful, step-by-step migration. Use the official React Native Upgrade Helper web tool to generate a diff between your current version and the target version. It is strongly advised to upgrade incrementally between major versions (e.g., 0.42 → 0.59, then 0.59 → 0.60, etc.) to isolate and address breaking changes systematically. This upgrade will touch almost every part of the application and requires extensive testing.
|
⛔ Snyk checks have failed. 4 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 2 potential issues.
Bugbot Autofix is OFF. To automatically fix reported issues with Cloud Agents, enable Autofix in the Cursor dashboard.
| "dependencies": { | ||
| "react": "15.4.2", | ||
| "react-native": "0.42.3", | ||
| "react-native": "0.69.12", |
There was a problem hiding this comment.
React Native upgrade breaks React compatibility
High Severity
react-native was upgraded to 0.69.12 while react remains 15.4.2, creating an incompatible dependency set in example/package.json. react-native@0.69.x expects modern React (React 18 era), so installs and runtime resolution can fail in the example app.
| "dependencies": { | ||
| "react": "15.4.2", | ||
| "react-native": "0.42.3", | ||
| "react-native": "0.69.12", |
There was a problem hiding this comment.


Snyk has created this PR to fix 1 vulnerabilities in the npm dependencies of this project.
Snyk changed the following file(s):
example/package.jsonexample/package-lock.jsonVulnerabilities that will be fixed with an upgrade:
SNYK-JS-AJV-15274295
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:
🦉 Regular Expression Denial of Service (ReDoS)
Note
High Risk
Major framework jump with a regenerated lockfile can introduce breaking runtime/build changes despite being dependency-only. Risk is primarily compatibility and build/toolchain drift in the example app’s RN ecosystem.
Overview
Upgrades the
exampleapp’sreact-nativedependency from0.42.3to0.69.12as a Snyk-driven security remediation.Regenerates
example/package-lock.json, pulling in a large set of updated transitive dependencies consistent with the new React Native version.Written by Cursor Bugbot for commit c6c209a. This will update automatically on new commits. Configure here.