gruntjs / grunt-cli

Grunt's command line interface.
http://gruntjs.com/
MIT License
706 stars 248 forks source link

Security warning for liftoff dependency #135

Closed mcandre closed 4 years ago

mcandre commented 4 years ago

Please update liftoff to resolve npm audit warnings.

vladikoff commented 4 years ago
➜  grunt-cli git:(master) npm i 
npm notice created a lockfile as package-lock.json. You should commit this file.
added 264 packages from 182 contributors and audited 264 packages in 4.148s

3 packages are looking for funding
  run `npm fund` for details

found 0 vulnerabilities

   ╭────────────────────────────────────────────────────────────────╮
   │                                                                │
   │      New patch version of npm available! 6.14.4 → 6.14.5       │
   │   Changelog: https://github.com/npm/cli/releases/tag/v6.14.5   │
   │               Run npm install -g npm to update!                │
   │                                                                │
   ╰────────────────────────────────────────────────────────────────╯

➜  grunt-cli git:(master) ✗ npm audit

                       === npm audit security report ===                        

found 0 vulnerabilities
 in 264 scanned packages
➜  grunt-cli git:(master) ✗ 

I am not getting any warnings at this time