[deps] AC: Update html-loader to v5 (#8479)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2024-04-02 20:12:31 -05:00 committed by GitHub
parent e79662adf7
commit 978846a6c5
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

@ -147,7 +147,7 @@
"gulp-json-editor": "2.6.0",
"gulp-replace": "1.1.4",
"gulp-zip": "6.0.0",
"html-loader": "4.2.0",
"html-loader": "5.0.0",
"html-webpack-injector": "1.1.4",
"html-webpack-plugin": "5.6.0",
"husky": "9.0.11",
@ -22828,16 +22828,16 @@
"peer": true
},
"node_modules/html-loader": {
"version": "4.2.0",
"resolved": "https://registry.npmjs.org/html-loader/-/html-loader-4.2.0.tgz",
"integrity": "sha512-OxCHD3yt+qwqng2vvcaPApCEvbx+nXWu+v69TYHx1FO8bffHn/JjHtE3TTQZmHjwvnJe4xxzuecetDVBrQR1Zg==",
"version": "5.0.0",
"resolved": "https://registry.npmjs.org/html-loader/-/html-loader-5.0.0.tgz",
"integrity": "sha512-puaGKdjdVVIFRtgIC2n5dt5bt0N5j6heXlAQZ4Do1MLjHmOT1gCE1Ogg7XZNeJlnOVHHsrZKGs5dfh+XwZ3XPw==",
"dev": true,
"dependencies": {
"html-minifier-terser": "^7.0.0",
"parse5": "^7.0.0"
"html-minifier-terser": "^7.2.0",
"parse5": "^7.1.2"
},
"engines": {
"node": ">= 14.15.0"
"node": ">= 18.12.0"
},
"funding": {
"type": "opencollective",

View File

@ -108,7 +108,7 @@
"gulp-json-editor": "2.6.0",
"gulp-replace": "1.1.4",
"gulp-zip": "6.0.0",
"html-loader": "4.2.0",
"html-loader": "5.0.0",
"html-webpack-injector": "1.1.4",
"html-webpack-plugin": "5.6.0",
"husky": "9.0.11",