fix: html-webpack-plugin dev dep

This commit is contained in:
KernelDeimos 2024-09-04 23:51:57 -04:00
parent 6bdcae769d
commit cc4ab1cb36
2 changed files with 2 additions and 1 deletions

2
package-lock.json generated
View File

@ -28,6 +28,7 @@
"express": "^4.18.2",
"globals": "^15.0.0",
"html-entities": "^2.3.3",
"html-webpack-plugin": "^5.6.0",
"license-check-and-add": "^4.0.5",
"mocha": "^10.6.0",
"nodemon": "^3.1.0",
@ -10880,7 +10881,6 @@
"resolved": "https://registry.npmjs.org/html-webpack-plugin/-/html-webpack-plugin-5.6.0.tgz",
"integrity": "sha512-iwaY4wzbe48AfKLZ/Cc8k0L+FKG6oSNRaZ8x5A/T/IVDGyXcbHncM9TdDa93wn0FsSm82FhTKW7f3vS61thXAw==",
"dev": true,
"license": "MIT",
"dependencies": {
"@types/html-minifier-terser": "^6.0.0",
"html-minifier-terser": "^6.0.2",

View File

@ -19,6 +19,7 @@
"express": "^4.18.2",
"globals": "^15.0.0",
"html-entities": "^2.3.3",
"html-webpack-plugin": "^5.6.0",
"license-check-and-add": "^4.0.5",
"mocha": "^10.6.0",
"nodemon": "^3.1.0",