Fix high vulnerability in dependency (npm audit fix)

This commit is contained in:
2025-09-26 16:41:24 +02:00
parent d5d8e31c2a
commit a7b552d001
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
import htmlmin from 'html-minifier';
import htmlmin from 'html-minifier-terser';
export default function htmlMinTransform(value, outputPath) {
if (outputPath.indexOf('.html') > -1) {