mirror of
https://github.com/owncast/owncast.git
synced 2024-11-22 04:40:37 +03:00
chore(deps): update dependency html-webpack-plugin to v5.5.3
This commit is contained in:
parent
a657f9b05b
commit
a4e443ee3d
2 changed files with 5 additions and 5 deletions
8
web/package-lock.json
generated
8
web/package-lock.json
generated
|
@ -97,7 +97,7 @@
|
|||
"eslint-plugin-react-hooks": "4.6.0",
|
||||
"eslint-plugin-storybook": "0.6.12",
|
||||
"handlebars": "^4.7.7",
|
||||
"html-webpack-plugin": "5.5.2",
|
||||
"html-webpack-plugin": "5.5.3",
|
||||
"install": "^0.13.0",
|
||||
"knip": "^2.11.0",
|
||||
"less": "4.1.3",
|
||||
|
@ -24699,9 +24699,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/html-webpack-plugin": {
|
||||
"version": "5.5.2",
|
||||
"resolved": "https://registry.npmjs.org/html-webpack-plugin/-/html-webpack-plugin-5.5.2.tgz",
|
||||
"integrity": "sha512-2KsxTJQmtqsT1JGaZJmoMW25wpC0HM9gpW3jH/UMH62To0UKlzRUbJ/FtQNhZ0gd4gWMoetEYkyG8FMNqEO66Q==",
|
||||
"version": "5.5.3",
|
||||
"resolved": "https://registry.npmjs.org/html-webpack-plugin/-/html-webpack-plugin-5.5.3.tgz",
|
||||
"integrity": "sha512-6YrDKTuqaP/TquFH7h4srYWsZx+x6k6+FbsTm0ziCwGHDP78Unr1r9F/H4+sGmMbX08GQcJ+K64x55b+7VM/jg==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"@types/html-minifier-terser": "^6.0.0",
|
||||
|
|
|
@ -102,7 +102,7 @@
|
|||
"eslint-plugin-react-hooks": "4.6.0",
|
||||
"eslint-plugin-storybook": "0.6.12",
|
||||
"handlebars": "^4.7.7",
|
||||
"html-webpack-plugin": "5.5.2",
|
||||
"html-webpack-plugin": "5.5.3",
|
||||
"install": "^0.13.0",
|
||||
"knip": "^2.11.0",
|
||||
"less": "4.1.3",
|
||||
|
|
Loading…
Reference in a new issue