Skip to content

[Snyk] Security upgrade react-native from 0.83.0 to 0.84.0#553

Open
mCodex wants to merge 1 commit intomasterfrom
snyk-fix-d9de8b300cde98e5806300969f305813
Open

[Snyk] Security upgrade react-native from 0.83.0 to 0.84.0#553
mCodex wants to merge 1 commit intomasterfrom
snyk-fix-d9de8b300cde98e5806300969f305813

Conversation

@mCodex
Copy link
Owner

@mCodex mCodex commented Feb 13, 2026

snyk-top-banner

Snyk has created this PR to fix 1 vulnerabilities in the yarn dependencies of this project.

Snyk changed the following file(s):

  • example/package.json

Note 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 run yarn to update the contents of the ./yarn/cache directory.
If you are not using zero-install you can ignore this as your flow should likely be unchanged.

⚠️ Warning
Failed to update the yarn.lock, please update manually before merging.

Vulnerabilities that will be fixed with an upgrade:

Issue Score
medium severity Missing Release of Resource after Effective Lifetime
SNYK-JS-INFLIGHT-6095116
  631  

Important

  • Check the changes in this PR to ensure they won't cause issues with your project.
  • Max score is 1000. Note that the real score may have changed since the PR was raised.
  • This PR was automatically created by Snyk using the credentials of a real user.

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.

Copilot AI review requested due to automatic review settings February 13, 2026 12:19
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This Snyk PR aims to remediate a reported yarn dependency vulnerability by upgrading React Native in the example workspace.

Changes:

  • Bump react-native in example/package.json from 0.83.0 to 0.84.0.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

"@react-native/new-app-screen": "0.83.0",
"react": "19.2.3",
"react-native": "0.83.0",
"react-native": "0.84.0",
Copy link

Copilot AI Feb 13, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This bumps react-native to 0.84.0 in the workspace manifest, but the repo’s yarn.lock still resolves react-native to 0.83.0 (including for react-native-sensitive-info-example@workspace:example). As-is, CI/builds that rely on the committed lockfile won’t actually pick up 0.84.0 and the vulnerability fix may not apply. Please run yarn install (or the project’s standard install command) and commit the updated yarn.lock so it resolves react-native@0.84.0 for the example workspace (and ensure workspace constraints, e.g. root package.json, don’t keep it pinned to 0.83.x).

Copilot uses AI. Check for mistakes.
Comment on lines 14 to 17
"@react-native/new-app-screen": "0.83.0",
"react": "19.2.3",
"react-native": "0.83.0",
"react-native": "0.84.0",
"react-native-nitro-modules": "0.31.10",
Copy link

Copilot AI Feb 13, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

After updating react-native to 0.84.0, this package.json still pins several React Native template/tooling packages to 0.83.0 (e.g. @react-native/new-app-screen here, and @react-native/* devDependencies below). Mixing these versions is likely to cause upgrade/Metro/Babel config inconsistencies. Consider upgrading the associated @react-native/* packages to their 0.84.x counterparts (or re-running the React Native upgrade/template update process) so the example app dependencies stay in sync.

Copilot uses AI. Check for mistakes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

Comments