gruntjs / grunt-cli

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

Update dependencies #92

Closed phun-ky closed 8 years ago

phun-ky commented 8 years ago

@shama grunt-cli and grunt uses lodash 2.4.2, which is no longer supported. could this also be fixed?

ref #85

shama commented 8 years ago

grunt-cli doesn't directly depend on lodash. The places that do depend on lodash have been updated: https://github.com/gruntjs/grunt-legacy-util/blob/master/package.json#L31 and will go out in the next release.

Please let us know if there is a dependency we have missed updating lodash though.