mikaelbr / gulp-notify

gulp plugin to send messages based on Vinyl Files or Errors to Mac OS X, Linux or Windows using the node-notifier module. Fallbacks to Growl or simply logging
MIT License
592 stars 40 forks source link

Upgrade lodash template function #149

Closed mcdado closed 2 months ago

mcdado commented 2 months ago

Usage of lodash's method packages is discouraged and the modules are not updated. (source)

Using gulp-notify will cause npm audit to fail since there is no updated version of lodash.template. The minimum amount of work is to just replace the method package with the lodash/template import.

mikaelbr commented 2 months ago

Thanks for fixing!

mcdado commented 2 months ago

Of course this changes the minimum supporter version of Node.js, but the previously supported version was ancient 😉