gulp-html-minifier-terser
Advanced tools
Comparing version 6.0.0 to 6.0.1
{ | ||
"name": "gulp-html-minifier-terser", | ||
"description": "gulp plugin to minify HTML.", | ||
"version": "6.0.0", | ||
"version": "6.0.1", | ||
"homepage": "https://github.com/pioug/gulp-html-minifier-terser", | ||
@@ -48,5 +48,5 @@ "authors": [ | ||
"dependencies": { | ||
"html-minifier-terser": "^5.0.4", | ||
"html-minifier-terser": "^5.1.1", | ||
"plugin-error": "^1.0.1", | ||
"through2": "^3.0.1" | ||
"through2": "^4.0.2" | ||
}, | ||
@@ -56,3 +56,3 @@ "devDependencies": { | ||
"gulp-format-md": "^2.0.0", | ||
"mocha": "^7.1.1", | ||
"mocha": "^8.1.3", | ||
"vinyl": "^2.2.0" | ||
@@ -59,0 +59,0 @@ }, |
+ Addedthrough2@4.0.2(transitive)
- Removedthrough2@3.0.2(transitive)
Updatedhtml-minifier-terser@^5.1.1
Updatedthrough2@^4.0.2