'npm audit' reports problems with some node dependencies #17551
Labels
not-in-changelog
For issues or pull requests that should not be included in our release changelog on matomo.org.
Potential Bug
Something that might be a bug, but needs validation and confirmation it can be reproduced.
'npm audit' outputs warnings if you are running versions of node modules with known security problems. These are not necessarily exploitable in the context of Matomo but its still nice to tidy them up.
On current 4.x-dev I get the following.
Expected Behavior
'npm audit' should give Matomo a clean bill of health.
Current Behavior
Warnings about problem dependencies are listed.
Possible Solution
As an aside, it appears that the contents of node_modules is in source control in the Matomo repo. Is that just to be absolutely certain of what version of the dependencies are in use?
The text was updated successfully, but these errors were encountered: