chore(deps): update dependency html-webpack-plugin to v5.6.0

This commit is contained in:
renovate[bot]
2023-12-22 18:22:46 +00:00
committed by GitHub
parent 0b703e748b
commit afa5174abd
2 changed files with 14 additions and 5 deletions

17
web/package-lock.json generated
View File

@@ -100,7 +100,7 @@
"eslint-plugin-react-hooks": "4.6.0", "eslint-plugin-react-hooks": "4.6.0",
"eslint-plugin-storybook": "0.6.15", "eslint-plugin-storybook": "0.6.15",
"handlebars": "^4.7.7", "handlebars": "^4.7.7",
"html-webpack-plugin": "5.5.4", "html-webpack-plugin": "5.6.0",
"install": "^0.13.0", "install": "^0.13.0",
"knip": "^2.11.0", "knip": "^2.11.0",
"less": "4.2.0", "less": "4.2.0",
@@ -18987,9 +18987,9 @@
} }
}, },
"node_modules/html-webpack-plugin": { "node_modules/html-webpack-plugin": {
"version": "5.5.4", "version": "5.6.0",
"resolved": "https://registry.npmjs.org/html-webpack-plugin/-/html-webpack-plugin-5.5.4.tgz", "resolved": "https://registry.npmjs.org/html-webpack-plugin/-/html-webpack-plugin-5.6.0.tgz",
"integrity": "sha512-3wNSaVVxdxcu0jd4FpQFoICdqgxs4zIQQvj+2yQKFfBOnLETQ6X5CDWdeasuGlSsooFlMkEioWDTqBv1wvw5Iw==", "integrity": "sha512-iwaY4wzbe48AfKLZ/Cc8k0L+FKG6oSNRaZ8x5A/T/IVDGyXcbHncM9TdDa93wn0FsSm82FhTKW7f3vS61thXAw==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"@types/html-minifier-terser": "^6.0.0", "@types/html-minifier-terser": "^6.0.0",
@@ -19006,7 +19006,16 @@
"url": "https://opencollective.com/html-webpack-plugin" "url": "https://opencollective.com/html-webpack-plugin"
}, },
"peerDependencies": { "peerDependencies": {
"@rspack/core": "0.x || 1.x",
"webpack": "^5.20.0" "webpack": "^5.20.0"
},
"peerDependenciesMeta": {
"@rspack/core": {
"optional": true
},
"webpack": {
"optional": true
}
} }
}, },
"node_modules/htmlparser2": { "node_modules/htmlparser2": {

View File

@@ -106,7 +106,7 @@
"eslint-plugin-react-hooks": "4.6.0", "eslint-plugin-react-hooks": "4.6.0",
"eslint-plugin-storybook": "0.6.15", "eslint-plugin-storybook": "0.6.15",
"handlebars": "^4.7.7", "handlebars": "^4.7.7",
"html-webpack-plugin": "5.5.4", "html-webpack-plugin": "5.6.0",
"install": "^0.13.0", "install": "^0.13.0",
"knip": "^2.11.0", "knip": "^2.11.0",
"less": "4.2.0", "less": "4.2.0",