Skip to content

[Snyk] Security upgrade react-native from 0.20.0 to 0.69.12#24

Open
tomstrat wants to merge 1 commit intomasterfrom
snyk-fix-eb3bc63a47bf2f3bdeaacc9c40edacd6
Open

[Snyk] Security upgrade react-native from 0.20.0 to 0.69.12#24
tomstrat wants to merge 1 commit intomasterfrom
snyk-fix-eb3bc63a47bf2f3bdeaacc9c40edacd6

Conversation

@tomstrat
Copy link

@tomstrat tomstrat commented Aug 7, 2025

snyk-top-banner

Snyk has created this PR to fix 1 vulnerabilities in the npm dependencies of this project.

Snyk changed the following file(s):

  • examples/SampleRN20/package.json

Vulnerabilities that will be fixed with an upgrade:

Issue Score
medium severity Symlink Attack
SNYK-JS-TMP-11501554
  131  

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:

🦉 Learn about vulnerability in an interactive lesson of Snyk Learn.

},
"dependencies": {
"react-native": "0.20.0",
"react-native": "0.69.12",
Copy link

Choose a reason for hiding this comment

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

Bug: React Native CLI Path Error Post-Upgrade

The start script fails after upgrading React Native to 0.69.12 because it uses the deprecated CLI path "node_modules/react-native/local-cli/cli.js". This path was removed in React Native 0.60+ when the CLI was moved to a separate package. The script should be updated to npx react-native start.

Fix in Cursor Fix in Web

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