mirror of
https://github.com/bitwarden/browser.git
synced 2024-12-21 16:18:28 +01:00
[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:
parent
5184dd9562
commit
20ba9fb4be
17
package-lock.json
generated
17
package-lock.json
generated
@ -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": {
|
||||
|
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user