Open M-Arthur opened 4 months ago
I was able to fix this by adding following overrides:
{
"dependencies": {
...
},
"overrides": {
"gulp": "5.0.1",
"braces": "latest",
"micromatch": "latest"
}
}
You may want to add specific versions rather than "latest". This solves the fixed dependencies causing these vulnerabilities until they are updated.
Description
I followed the below official docs to install the FOSJsRoutingBundle with Symfony Webencore. https://github.com/FriendsOfSymfony/FOSJsRoutingBundle/blob/master/Resources/doc/installation.rst#step-5-if-you-are-using-webpack-install-the-npm-package-locally
However, I received the following vulnerability warning in
npm audit
and docker scanning.Could you please help me have a look and let me know how to resolve the issue? Thanks
NPM Audit Report
NPM Why