Skip to content

[Snyk] Fix for 3 vulnerabilities#876

Open
lposen wants to merge 1 commit into
masterfrom
snyk-fix-93a721f9ea0da595f37cb28f863271ea
Open

[Snyk] Fix for 3 vulnerabilities#876
lposen wants to merge 1 commit into
masterfrom
snyk-fix-93a721f9ea0da595f37cb28f863271ea

Conversation

@lposen

@lposen lposen commented Jun 11, 2026

Copy link
Copy Markdown
Contributor

snyk-top-banner

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

Snyk changed the following file(s):

  • 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
high severity Regular Expression Denial of Service (ReDoS)
SNYK-JS-MINIMATCH-15309438
  169  
high severity Inefficient Algorithmic Complexity
SNYK-JS-MINIMATCH-15353389
  169  
medium severity Missing Release of Resource after Effective Lifetime
SNYK-JS-INFLIGHT-6095116
  131  

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:

🦉 Regular Expression Denial of Service (ReDoS)

Copilot AI review requested due to automatic review settings June 11, 2026 20:20
@qltysh

qltysh Bot commented Jun 11, 2026

Copy link
Copy Markdown

Qlty


⚠️ Comments skipped @lposen doesn't have a Qlty seat in Iterable.

Qlty doesn't post analysis or coverage comments for contributors without a seat. An authorized user can grant @lposen a seat from this pull request's page in Qlty.

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull request overview

This PR updates Yarn devDependencies in package.json to remediate three Snyk-reported vulnerabilities by upgrading several packages (including major bumps).

Changes:

  • Bump del-cli from ^5.1.0 to ^6.0.0.
  • Bump eslint from ^8.x to ^9.0.0.
  • Bump react-native from 0.84.1 to 0.85.0 and react-native-builder-bob from ^0.40.x to ^0.41.0.

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

Comment thread package.json
Comment on lines +88 to +89
"del-cli": "^6.0.0",
"eslint": "^9.0.0",
Comment thread package.json
Comment on lines 97 to +99
"react": "19.2.3",
"react-native": "0.84.1",
"react-native-builder-bob": "^0.40.4",
"react-native": "0.85.0",
"react-native-builder-bob": "^0.41.0",
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.

3 participants