From cfd4f66e2e7314da83d4b27dc9499ba4bb13fb37 Mon Sep 17 00:00:00 2001 From: Sam Moore Date: Sat, 23 Feb 2019 14:18:55 -0600 Subject: [PATCH] build(dependencies): bump imagemin-optipng to ^4.0 This removes a warning shown by npm caused by older versions of imagemin-optipng including a deprecated version of gulp-util in its dependency tree. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7d5e7a2..1631690 100644 --- a/package.json +++ b/package.json @@ -66,7 +66,7 @@ "html-webpack-plugin": "^3.2.0", "image-webpack-loader": "^4.3.1", "imagemin": "^6.0.0", - "imagemin-optipng": "^5.2.1", + "imagemin-optipng": "^6.0.0", "imagemin-pngquant": "^6.0.0", "mini-css-extract-plugin": "^0.4.2", "node-sass": "^4.11.0",