[Snyk] Security upgrade react-native from 0.84.0 to 0.85.0#50
Merged
RhysAtBolt merged 3 commits intomainfrom Apr 7, 2026
Merged
[Snyk] Security upgrade react-native from 0.84.0 to 0.85.0#50RhysAtBolt merged 3 commits intomainfrom
RhysAtBolt merged 3 commits intomainfrom
Conversation
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116
Contributor
Author
✅ 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. |
Regenerates the lockfile after Snyk bumped react-native from 0.84.0 to 0.85.0 in example/package.json. The previous commit only changed the manifest; CI's hardened mode requires the lockfile to be in sync. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
RhysAtBolt
approved these changes
Apr 7, 2026
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.
Description
Bumps
react-nativefrom0.84.0to0.85.0in the example app to fix a medium-severity vulnerability (SNYK-JS-INFLIGHT-6095116: Missing Release of Resource after Effective Lifetime in the transitive `inflight` dependency).This PR was originally created by Snyk. The `yarn.lock` has been updated to match.
Testing
Security Review
Important
A security review is required for every PR in this repository to comply with PCI requirements.
Security Impact Summary
This PR upgrades a transitive dependency (
inflight) that had a resource leak vulnerability. No payment flows, authentication logic, user data handling, or external integrations are changed. The upgrade only affects the example app's dependency tree, not the SDK itself.