Update dependencies to newer versions
Updated several key dependencies in package.json and package-lock.json to their newer versions. Also replaced 'html-minifier' with 'html-minifier-terser'. The updates include minor and patch upgrades.
This commit is contained in:
parent
258154e2e3
commit
30a71a2e9c
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ await Promise.all(
|
|||
let html = await fs.readFile(file, 'utf-8')
|
||||
|
||||
// Minify the HTML
|
||||
html = minify(html, {
|
||||
html = await minify(html, {
|
||||
removeComments: true,
|
||||
preserveLineBreaks: true,
|
||||
collapseWhitespace: true,
|
||||
|
|
Loading…
Add table
Reference in a new issue