[deps] AC: Update html-webpack-plugin to v5.6.0 (#8474)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2024-03-25 14:36:48 -05:00 committed by GitHub
parent 5184dd9562
commit 20ba9fb4be
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 14 additions and 5 deletions

17
package-lock.json generated
View File

@ -149,7 +149,7 @@
"gulp-zip": "6.0.0",
"html-loader": "4.2.0",
"html-webpack-injector": "1.1.4",
"html-webpack-plugin": "5.5.4",
"html-webpack-plugin": "5.6.0",
"husky": "9.0.11",
"jest-junit": "16.0.0",
"jest-mock-extended": "3.0.5",
@ -22361,9 +22361,9 @@
"dev": true
},
"node_modules/html-webpack-plugin": {
"version": "5.5.4",
"resolved": "https://registry.npmjs.org/html-webpack-plugin/-/html-webpack-plugin-5.5.4.tgz",
"integrity": "sha512-3wNSaVVxdxcu0jd4FpQFoICdqgxs4zIQQvj+2yQKFfBOnLETQ6X5CDWdeasuGlSsooFlMkEioWDTqBv1wvw5Iw==",
"version": "5.6.0",
"resolved": "https://registry.npmjs.org/html-webpack-plugin/-/html-webpack-plugin-5.6.0.tgz",
"integrity": "sha512-iwaY4wzbe48AfKLZ/Cc8k0L+FKG6oSNRaZ8x5A/T/IVDGyXcbHncM9TdDa93wn0FsSm82FhTKW7f3vS61thXAw==",
"dev": true,
"dependencies": {
"@types/html-minifier-terser": "^6.0.0",
@ -22380,7 +22380,16 @@
"url": "https://opencollective.com/html-webpack-plugin"
},
"peerDependencies": {
"@rspack/core": "0.x || 1.x",
"webpack": "^5.20.0"
},
"peerDependenciesMeta": {
"@rspack/core": {
"optional": true
},
"webpack": {
"optional": true
}
}
},
"node_modules/html-webpack-plugin/node_modules/commander": {

View File

@ -110,7 +110,7 @@
"gulp-zip": "6.0.0",
"html-loader": "4.2.0",
"html-webpack-injector": "1.1.4",
"html-webpack-plugin": "5.5.4",
"html-webpack-plugin": "5.6.0",
"husky": "9.0.11",
"jest-junit": "16.0.0",
"jest-mock-extended": "3.0.5",