[Snyk] Fix for 1 vulnerabilities#442
Conversation
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-TMP-11501554
There was a problem hiding this comment.
Pull Request Overview
This PR fixes a Snyk-identified security vulnerability (SNYK-JS-TMP-11501554) by upgrading multiple dependencies in the example package. The vulnerability has a medium severity score of 733 and involves a symlink attack in the tmp package.
- Updates four key dependencies to their latest stable versions
- Addresses a symlink attack vulnerability in the dependency chain
- Represents breaking changes that may require additional testing
| "@react-navigation/native": "^5.7.2", | ||
| "@react-navigation/stack": "^5.8.0", | ||
| "appium": "^1.18.3", | ||
| "appium": "^2.0.0", |
There was a problem hiding this comment.
The upgrade from appium 1.18.3 to 2.0.0 is a major version change that introduces breaking changes. This requires updating test scripts and potentially changing the API usage patterns. Ensure all appium-related code is compatible with v2.0.0 before merging.
| "appium": "^2.0.0", | |
| "appium": "1.18.3", |
| "appium": "^2.0.0", | ||
| "react": "16.13.1", | ||
| "react-native": "0.63.2", | ||
| "react-native": "0.69.12", |
There was a problem hiding this comment.
The upgrade from React Native 0.63.2 to 0.69.12 spans multiple major versions and includes significant breaking changes. This upgrade requires updating native code, build configurations, and potentially refactoring components to use newer APIs.
| "react-native-screens": "^2.9.0", | ||
| "react-native-sensitive-info": "file:.yalc/react-native-sensitive-info", | ||
| "react-native-windows": "^0.63.0-0", | ||
| "react-native-windows": "^0.65.0", |
There was a problem hiding this comment.
The react-native-windows upgrade from 0.63.0-0 to 0.65.0 may not be compatible with the React Native 0.69.12 upgrade. Verify that react-native-windows 0.65.0 supports React Native 0.69.x, as version mismatches can cause build failures.
| "react-native-windows": "^0.65.0", | |
| "react-native-windows": "^0.69.0", |
Snyk has created this PR to fix 1 vulnerabilities in the yarn dependencies of this project.
Snyk changed the following file(s):
example/package.jsonNote 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-TMP-11501554
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.