Fix high vulnerability in dependency (npm audit fix)
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
"jsdom": "^24.0.0",
|
||||
"bootstrap": "^5.1.3",
|
||||
"concurrently": "^7.0.0",
|
||||
"html-minifier": "^4.0.0",
|
||||
"html-minifier-terser": "^7.2.0",
|
||||
"image-size": "^0.8.3",
|
||||
"json-to-scss": "^1.3.1",
|
||||
"leaflet": "^1.7.1",
|
||||
|
||||
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user