Klathmon / imagemin-webpack-plugin

Plugin to compress images with imagemin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

`imagemin-optipng` dependency needs upgrading

wesrice opened this issue · comments

Greetings!

I have an environment that restricts outbound traffic. Our dependency of imagemin-webpack-plugin is breaking our build due to a transitive dependency, optipng-bin@5.1.0, trying to download some source files on yarn install. optipng-bin@6.0.0 has been released, which bundles these source files, enabling environments like mine to function as expected.

To utilize optipng-bin@6.0.0, imagemin-webpack-plugin's dependency of imagemin-optipng@6.0.0 needs to be updated to imagemin-optipng@7.0.0, which requires the newer optipng-bin dependency.

In addition to this, optipng-bin@6.0.0 also requires "node": ">=8", so the required Node version of this package should be bumped as well, probably resulting in a major version bump for the package.