grunt
grunt copied to clipboard
Need to fix these vulnerabilities
  How I can Fix this after npm install. I tried versioning and made changes in dependencies. Can someone please guide me on this because I am new on this and having facing this issue from last one week. Am using npm latest and grunt to build meanwhile am getting vulnerabilities after npm install, I would like to know is there any issues after the build or it will affect the application while those vulnerabilities exits. Or can I ignore those vulnerabilities
Before you make an issue, please read the Contributing guide->Filing issues section.
Can you post the log of warnings or errors you get?
I'm going to assume this old issue is about underscore.string. See https://github.com/gruntjs/grunt/issues/1664 for details
it allows automatic updates of patch versions. If you see a warning, remove
package-lock.jsonand re-runnpm install. No changes to grunt were needed.