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

@@ -11,7 +11,7 @@
"jsdom": "^24.0.0", "jsdom": "^24.0.0",
"bootstrap": "^5.1.3", "bootstrap": "^5.1.3",
"concurrently": "^7.0.0", "concurrently": "^7.0.0",
"html-minifier": "^4.0.0", "html-minifier-terser": "^7.2.0",
"image-size": "^0.8.3", "image-size": "^0.8.3",
"json-to-scss": "^1.3.1", "json-to-scss": "^1.3.1",
"leaflet": "^1.7.1", "leaflet": "^1.7.1",

View File

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