[Snyk] Security upgrade react-native from 0.64.1 to 0.74.0#10
[Snyk] Security upgrade react-native from 0.64.1 to 0.74.0#10Kieranties wants to merge 1 commit into
Conversation
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-BRACEEXPANSION-17706650
|
Upgrading from React Native Key Breaking Changes and Migration Pillars:
Recommendation: Do not attempt this upgrade in a single step. Use the official React Native Upgrade Helper to generate a diff between each consecutive version (e.g., 0.64 → 0.65, 0.65 → 0.66, and so on). Address the breaking changes for each version incrementally. This will be a complex and time-consuming process that requires thorough testing at each stage. Source: React Native Upgrade Helper, React Native Release Notes
|
There was a problem hiding this comment.
Pull request overview
This PR is a Snyk-generated security upgrade that bumps the app’s React Native dependency from 0.64.1 to 0.74.0 and updates the lockfile accordingly, aiming to remediate a transitive dependency vulnerability.
Changes:
- Updated
react-nativedependency version to0.74.0. - Regenerated
yarn.lockto reflect the new React Native dependency graph.
Reviewed changes
Copilot reviewed 1 out of 2 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| package.json | Bumps react-native from 0.64.1 to 0.74.0. |
| yarn.lock | Updates resolved dependency tree for the React Native upgrade. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| "react": "17.0.1", | ||
| "react-native": "0.64.1", | ||
| "react-native": "0.74.0", | ||
| "react-native-get-random-values": "^1.7.1", |
| "react": "17.0.1", | ||
| "react-native": "0.64.1", | ||
| "react-native": "0.74.0", | ||
| "react-native-get-random-values": "^1.7.1", |
Snyk has created this PR to fix 1 vulnerabilities in the yarn dependencies of this project.
Snyk changed the following file(s):
package.jsonyarn.lockNote 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-BRACEEXPANSION-17706650
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:
🦉 Learn about vulnerability in an interactive lesson of Snyk Learn.