[Snyk] Security upgrade react-native from 0.63.2 to 0.69.12#25
[Snyk] Security upgrade react-native from 0.63.2 to 0.69.12#25revan-zhang wants to merge 1 commit into
Conversation
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-IMAGESIZE-17295814 - https://snyk.io/vuln/SNYK-JS-IMAGESIZE-17295816 - https://snyk.io/vuln/SNYK-JS-TMP-17315641
⛔ Snyk checks have failed. 6 issues have been found so far.
💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse. |
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
|
Warning Review the following alerts detected in dependencies. According to your organization's Security Policy, it is recommended to resolve "Warn" alerts. Learn more about Socket for GitHub.
|
| "react": "16.13.1", | ||
| "react-coin-icon": "^0.1.19", | ||
| "react-native": "0.63.2", | ||
| "react-native": "0.69.12", |
There was a problem hiding this comment.
🚩 Potential peer dependency compatibility concerns with react-native upgrade
The react-native version is being bumped from 0.63.2 to 0.69.12 — a jump across 6 minor versions — but no other dependencies in the Example app are updated. Several dependencies like react-native-reanimated (^2.0.0-alpha.7), react-native-gesture-handler (^1.7.0), and react (16.13.1) may not be compatible with RN 0.69, which typically expects React 18. The metro-react-native-babel-preset at ^0.63.0 may also be mismatched. This could cause build or runtime failures in the Example app, though since this is just an example project it wouldn't affect library consumers.
Was this helpful? React with 👍 or 👎 to provide feedback.
Snyk has created this PR to fix 3 vulnerabilities in the yarn dependencies of this project.
Snyk changed the following file(s):
Example/package.jsonExample/yarn.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-IMAGESIZE-17295814
SNYK-JS-IMAGESIZE-17295816
SNYK-JS-TMP-17315641
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:
🦉 Directory Traversal