[Snyk] Security upgrade react-native-gesture-handler from 2.9.0 to 2.17.0#216
[Snyk] Security upgrade react-native-gesture-handler from 2.9.0 to 2.17.0#216snyk-io[bot] wants to merge 1 commit intomasterfrom
Conversation
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-LODASH-15053838
|
This upgrade of react-native-gesture-handler is within the same major version (v2), but introduces new requirements for the underlying React Native version. Key Changes:
Recommendation: Source: GitHub Releases
|
✅ Snyk checks have passed. No issues have been found so far.
💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse. |
There was a problem hiding this comment.
PR Complexity Score: 1.3 - Trivial
View Breakdown
- Lines Changed: 16
- Files Changed: 2
- Complexity Added: 0
- Raw Score: 6.32
Overview
This PR updates the react-native-gesture-handler dependency in the example app from version 2.9.0 to 2.17.0.
It aligns the example project with a newer gesture-handler release and refreshes the associated lockfile entries.
Key Changes
- Upgrades
react-native-gesture-handlerin the example app from2.9.0to2.17.0to use the latest features and fixes. - Updates the
yarn.lockentry forreact-native-gesture-handlerto point to the new version and its registry URL. - Removes the standalone
lodashlock entry and dropslodashas a transitive dependency ofreact-native-gesture-handler, reflecting upstream changes.
Risks & Considerations
- Potential compatibility issues between
react-native-gesture-handler@2.17.0andreact-native@0.71.0or other gesture/navigation libraries should be verified. - Behaviour changes or deprecations in
react-native-gesture-handlerbetween 2.9.0 and 2.17.0 might affect gesture handling in the example app. - If any code relied indirectly on
lodashviareact-native-gesture-handler, it may now need an explicitlodashdependency.
File-level change summary
| File | Change summary |
|---|---|
| example/package.json | Bumps react-native-gesture-handler dependency from 2.9.0 to 2.17.0 in the example app. |
| example/yarn.lock | Updates lockfile to resolve react-native-gesture-handler at 2.17.0 and removes the now-unused lodash entry. |
Snyk has created this PR to fix 1 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-LODASH-15053838
Breaking Change Risk
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:
🦉 Prototype Pollution