Skip to content

[Snyk] Security upgrade react-native from 0.50.1 to 0.69.12#30

Open
Ingridaceg wants to merge 1 commit intomasterfrom
snyk-fix-92970718b556c57bad63b0a569e5422f
Open

[Snyk] Security upgrade react-native from 0.50.1 to 0.69.12#30
Ingridaceg wants to merge 1 commit intomasterfrom
snyk-fix-92970718b556c57bad63b0a569e5422f

Conversation

@Ingridaceg
Copy link

snyk-top-banner

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

Snyk changed the following file(s):

  • examples/BiometricAuthExample/package.json
  • examples/BiometricAuthExample/package-lock.json

Vulnerabilities that will be fixed with an upgrade:

Issue Score
high severity Denial of Service (DoS)
SNYK-JS-WS-7266574
  696  
high severity Remote Code Execution (RCE)
SNYK-JS-SHELLQUOTE-1766506
  619  
medium severity Regular Expression Denial of Service (ReDoS)
SNYK-JS-WS-1296835
  586  

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:

🦉 Remote Code Execution (RCE)
🦉 Regular Expression Denial of Service (ReDoS)

Copy link

@cursor cursor bot left a comment

Choose a reason for hiding this comment

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

Bug: React Native Update Breaks Compatibility

The package.json updates React Native to 0.69.12 but retains React 16.0.0, causing a version incompatibility as RN 0.69.12 requires React 18.x or later. Additionally, the start script uses a deprecated CLI path (node_modules/react-native/local-cli/cli.js) which is invalid for RN 0.69.12 (the CLI moved to @react-native-community/cli). Both issues will prevent the application from installing or running.

examples/BiometricAuthExample/package.json#L5-L11

"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "jest"
},
"dependencies": {
"react": "16.0.0",
"react-native": "0.69.12",

Fix in CursorFix in Web


Was this report helpful? Give feedback by reacting with 👍 or 👎

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