Remove zlib dependency from package.json

This commit is contained in:
Woody 2024-03-21 12:00:18 +01:00
parent 3c23672347
commit 7bafe995e5
No known key found for this signature in database
GPG Key ID: 9872D7F5072789B2
2 changed files with 277 additions and 289 deletions

563
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -26,7 +26,6 @@
"clean-css": "^5.3.3", "clean-css": "^5.3.3",
"html-minifier-terser": "^7.2.0", "html-minifier-terser": "^7.2.0",
"inliner": "^1.13.1", "inliner": "^1.13.1",
"nodemon": "^3.0.2", "nodemon": "^3.0.2"
"zlib": "^1.0.5"
} }
} }