Reputation: 35
getting malicious code vulnerability from mend and the solution is to upgrade the fsevents version from 1.2.4 to 1.2.11. Current angular-cli version of the project is 6.0.8, angular/core version is 6.0.0.
Can anyone tells me how can I upgrade fsevents package from 1.2.4 to 1.2.11 without causing any issue to other dependencies.
I tried using npm i [email protected]. It updated the version but started giving errors on other dependencies.
Upvotes: 0
Views: 39