Skip to content

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):

  • package.json
⚠️ Warning
Failed to update the package-lock.json, please update manually before merging.

Merge Risk: High

This major upgrade from Lerna v6 to v8 introduces significant breaking changes by removing core package management commands.

Breaking Changes:

  • The lerna bootstrap, lerna add, and lerna link commands have been removed by default as of v7. [1, 3, 8] Projects relying on these for dependency installation and linking will fail.
  • Lerna now delegates dependency management to the package manager's native workspaces (npm, yarn, pnpm). [8]

Source: Lerna Documentation

Recommendation:
Update CI and local development workflows to use your package manager's install command (e.g., npm install, yarn install) instead of lerna bootstrap. After upgrading, run lerna repair to migrate your lerna.json configuration. [1, 5]

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


Vulnerabilities that will be fixed with an upgrade:

Issue Score
high severity Command Injection
SNYK-JS-GLOB-14040952
  778  

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:

🦉 Command Injection

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-GLOB-14040952
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