-
Notifications
You must be signed in to change notification settings - Fork 6.8k
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
npm audit --fix
fails
#15174
Comments
Have the same issue. I want to try upgrading my dependencies but I might break something |
@MMDH05 The jitsi team can do nothing until webpack-dev-server released a new version. As such we just need to stay patient. The issue is just a tracker. |
This is still not fixable since webpack/webpack-dev-server#5329 is open in webpack-dev-server. Sadly it seems that no update for the last two weeks since express 4.21.1 is out has been published. As such the Jitsi team is still unable to patch this issue and Jitsi cannot be built from source due to the failing |
It absolutely can be installed from source. Use your own common sense to decide if the warnings are relevant or not. In this case, the offending package is used by a development library, which is not part of the Jitsi Meet build artifacts, so it's safe to ignore. |
What happened?
Due to GHSA-pxg6-pf52-xh8x currently Jitsi cannot be installed from source.
Platform
Browser / app / sdk version
2.0.9753
Relevant log output
No response
Reproducibility
More details?
When webpack-dev-server has updated to a version of express that is not vulnerable anymore, the fix is as simple as increasing the version in
package.json
.Express already has a PR that addresses that. As such this is already in motion: expressjs/express#6017
The text was updated successfully, but these errors were encountered: