Skip to content

[Snyk] Security upgrade del-cli from 5.1.0 to 6.0.0#287

Open
rvu-snyk wants to merge 1 commit intomasterfrom
snyk-fix-fa8ed4934095866e5cbb6dff7728250a
Open

[Snyk] Security upgrade del-cli from 5.1.0 to 6.0.0#287
rvu-snyk wants to merge 1 commit intomasterfrom
snyk-fix-fa8ed4934095866e5cbb6dff7728250a

Conversation

@rvu-snyk
Copy link

snyk-top-banner

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

Snyk changed the following file(s):

  • packages/koa-prometheus/package.json
  • packages/koa-prometheus/package-lock.json

Vulnerabilities that will be fixed with an upgrade:

Issue Score
high severity Inefficient Algorithmic Complexity
SNYK-JS-MINIMATCH-15353389
  828  

Breaking Change Risk

Merge Risk: Medium

Notice: This assessment is enhanced by AI.


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.

…ackage-lock.json to reduce vulnerabilities

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-MINIMATCH-15353389
@rvu-snyk
Copy link
Author

Merge Risk: Medium

This is a major version upgrade for del-cli.

Breaking Changes:

  • Node.js Requirement: Support for Node.js versions below 18 has been dropped.
  • Underlying del package: This version updates to a new major version of del, which is now a pure ESM (ECMAScript Module) package. This means it no longer supports CommonJS (require()).

Impact:

  • The upgrade requires your project to be running on Node.js 18 or newer.
  • If you use del-cli within a CommonJS-based build script, you may encounter issues due to the ESM-only nature of the underlying del package.

Recommendation:
Verify that your runtime environment meets the new Node.js version requirement. Test your build scripts to ensure they are compatible with the move to ESM.

Source: GitHub Releases

Notice 🤖: This content was augmented using artificial intelligence. AI-generated content may contain errors and should be reviewed for accuracy before use.

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