[Snyk] Security upgrade react-native from 0.50.1 to 0.69.12#30
Open
Ingridaceg wants to merge 1 commit intomasterfrom
Open
[Snyk] Security upgrade react-native from 0.50.1 to 0.69.12#30Ingridaceg wants to merge 1 commit intomasterfrom
Ingridaceg wants to merge 1 commit intomasterfrom
Conversation
…uthExample/package-lock.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-WS-7266574 - https://snyk.io/vuln/SNYK-JS-SHELLQUOTE-1766506 - https://snyk.io/vuln/SNYK-JS-WS-1296835
There was a problem hiding this comment.
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
react-native-touch-id/examples/BiometricAuthExample/package.json
Lines 5 to 11 in c4241db
Was this report helpful? Give feedback by reacting with 👍 or 👎
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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.jsonexamples/BiometricAuthExample/package-lock.jsonVulnerabilities that will be fixed with an upgrade:
SNYK-JS-WS-7266574
SNYK-JS-SHELLQUOTE-1766506
SNYK-JS-WS-1296835
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:
🦉 Remote Code Execution (RCE)
🦉 Regular Expression Denial of Service (ReDoS)