grunt icon indicating copy to clipboard operation
grunt copied to clipboard

Need to fix these vulnerabilities

Open sanjowinson opened this issue 6 years ago • 1 comments

  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

sanjowinson avatar Aug 20 '19 10:08 sanjowinson

Before you make an issue, please read the Contributing guide->Filing issues section.

Can you post the log of warnings or errors you get?

Falcikas avatar Dec 16 '20 07:12 Falcikas

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.json and re-run npm install. No changes to grunt were needed.

Krinkle avatar Jun 10 '24 00:06 Krinkle