mirror of
https://github.com/owncast/owncast.git
synced 2024-11-21 12:18:02 +03:00
chore(deps): update dependency html-webpack-plugin to v5.6.2
This commit is contained in:
parent
3dbc075f9b
commit
9ddf99ad1a
2 changed files with 5 additions and 3 deletions
6
web/package-lock.json
generated
6
web/package-lock.json
generated
|
@ -105,7 +105,7 @@
|
|||
"eslint-plugin-react-hooks": "4.6.2",
|
||||
"eslint-plugin-storybook": "0.9.0",
|
||||
"handlebars": "^4.7.7",
|
||||
"html-webpack-plugin": "5.6.0",
|
||||
"html-webpack-plugin": "5.6.2",
|
||||
"install": "^0.13.0",
|
||||
"knip": "^5.0.0",
|
||||
"less": "4.2.0",
|
||||
|
@ -16690,7 +16690,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/html-webpack-plugin": {
|
||||
"version": "5.6.0",
|
||||
"version": "5.6.2",
|
||||
"resolved": "https://registry.npmjs.org/html-webpack-plugin/-/html-webpack-plugin-5.6.2.tgz",
|
||||
"integrity": "sha512-q7xp/FO9RGBVoTKNItkdX1jKLscLFkgn/dLVFNYbHVbfHLBk6DYW5nsQ8kCzIWcgKP/kUBocetjvav6lD8YfCQ==",
|
||||
"dev": true,
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
|
|
|
@ -114,7 +114,7 @@
|
|||
"eslint-plugin-react-hooks": "4.6.2",
|
||||
"eslint-plugin-storybook": "0.9.0",
|
||||
"handlebars": "^4.7.7",
|
||||
"html-webpack-plugin": "5.6.0",
|
||||
"html-webpack-plugin": "5.6.2",
|
||||
"install": "^0.13.0",
|
||||
"knip": "^5.0.0",
|
||||
"less": "4.2.0",
|
||||
|
|
Loading…
Reference in a new issue