Closed zbennett10 closed 6 years ago
It looks like gulp-imagemin
still has gulp-util
as a dependency 🤔
├─┬ gulp-imagemin@4.1.0
│ └─┬ imagemin-gifsicle@5.2.0
│ └─┬ gifsicle@3.0.4
│ └─┬ bin-build@2.2.0
│ └─┬ download@4.4.3
│ └─┬ gulp-decompress@1.2.0
│ └── gulp-util@3.0.8
@phil-r yeah I think that there are quite a few packages that will still have gulp-util listed as a dependency somewhere down the tree... It's good that there is already a pr for the gulp-decompress package.
Created this little pull request to replace deprecated gulp-util with proper dependencies.
Thanks for this great tool!
For more info about the deprecation see: https://medium.com/gulpjs/gulp-util-ca3b1f9f9ac5
Fixes #290