This commit is contained in:
dependabot-preview[bot] 2024-12-01 09:11:15 +00:00 committed by GitHub
commit 4cc77264b1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View file

@ -21806,16 +21806,16 @@
"dev": true
},
"html-loader": {
"version": "0.5.1",
"resolved": "https://registry.npmjs.org/html-loader/-/html-loader-0.5.1.tgz",
"integrity": "sha512-RxokXoxcsRSWcN553Ew+K0TUo68gQfmddTuUIZ4xRD8Ax1xXzX2UYQ3FC3D5MoRPGAdL1erWKeEFihDrrdxHiA==",
"version": "0.5.5",
"resolved": "https://registry.npmjs.org/html-loader/-/html-loader-0.5.5.tgz",
"integrity": "sha512-7hIW7YinOYUpo//kSYcPB6dCKoceKLmOwjEMmhIobHuWGDVl0Nwe4l68mdG/Ru0wcUxQjVMEoZpkalZ/SE7zog==",
"dev": true,
"requires": {
"es6-templates": "^0.2.2",
"es6-templates": "^0.2.3",
"fastparse": "^1.1.1",
"html-minifier": "^3.0.1",
"loader-utils": "^1.0.2",
"object-assign": "^4.1.0"
"html-minifier": "^3.5.8",
"loader-utils": "^1.1.0",
"object-assign": "^4.1.1"
}
},
"html-minifier": {

View file

@ -39,7 +39,7 @@
"express": "4.17.1",
"fastly": "2.2.0",
"file-loader": "1.0.0",
"html-loader": "0.5.1",
"html-loader": "0.5.5",
"html-webpack-plugin": "2.30.1",
"json-loader": "0.5.7",
"lodash.debounce": "4.0.8",