Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Semver dependency update #992

Open
mfernandes-alcumus opened this issue Jul 28, 2023 · 2 comments
Open

Semver dependency update #992

mfernandes-alcumus opened this issue Jul 28, 2023 · 2 comments

Comments

@mfernandes-alcumus
Copy link

This version of bcrypt uses semver-6.3.0 which is a vulnerability, can this be updated asap? this is causing great security concerns for this package in our system.

@jdaviderb
Copy link

@mfernandes-alcumus Meanwhile, you can fix this using the npm feature of "overrides" in the package.json

"overrides": {
"semver@6.3.0": "5.7.2"
}

@mfernandes-alcumus
Copy link
Author

I've tried that, it doesn't work, do I need to have semver installed as a dependency first @jdaviderb?

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

No branches or pull requests

2 participants