Bump html-webpack-plugin from 4.2.1 to 4.3.0

Bumps [html-webpack-plugin](https://github.com/jantimon/html-webpack-plugin) from 4.2.1 to 4.3.0.
- [Release notes](https://github.com/jantimon/html-webpack-plugin/releases)
- [Changelog](https://github.com/jantimon/html-webpack-plugin/blob/master/CHANGELOG.md)
- [Commits](https://github.com/jantimon/html-webpack-plugin/compare/v4.2.1...v4.3.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2020-05-01 12:41:13 +00:00 committed by GitHub
parent ae3c6be8bf
commit 3bffe67b36
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 7 deletions

12
package-lock.json generated
View File

@ -13621,9 +13621,9 @@
"dev": true
},
"html-minifier-terser": {
"version": "5.0.5",
"resolved": "https://registry.npmjs.org/html-minifier-terser/-/html-minifier-terser-5.0.5.tgz",
"integrity": "sha512-cBSFFghQh/uHcfSiL42KxxIRMF7A144+3E44xdlctIjxEmkEfCvouxNyFH2wysXk1fCGBPwtcr3hDWlGTfkDew==",
"version": "5.1.0",
"resolved": "https://registry.npmjs.org/html-minifier-terser/-/html-minifier-terser-5.1.0.tgz",
"integrity": "sha512-tiYE76O1zunboByeB/nFGwUEb263Z3nkNv6Lz2oLC1s6M36bLKfTrjQ+7ssVfaucVllE+N7hh/FbpbxvnIA+LQ==",
"dev": true,
"requires": {
"camel-case": "^4.1.1",
@ -13644,9 +13644,9 @@
}
},
"html-webpack-plugin": {
"version": "4.2.1",
"resolved": "https://registry.npmjs.org/html-webpack-plugin/-/html-webpack-plugin-4.2.1.tgz",
"integrity": "sha512-zTTPxKJ8bgRe4RVDzT1MZW8ysW5wwDfJmD3AN+7mw2MKMWZJibZzBgHaDqnL6FJg1kvk38sQPMJNmI8Q1Ntr9A==",
"version": "4.3.0",
"resolved": "https://registry.npmjs.org/html-webpack-plugin/-/html-webpack-plugin-4.3.0.tgz",
"integrity": "sha512-C0fzKN8yQoVLTelcJxZfJCE+aAvQiY2VUf3UuKrR4a9k5UMWYOtpDLsaXwATbcVCnI05hUS7L9ULQHWLZhyi3w==",
"dev": true,
"requires": {
"@types/html-minifier-terser": "^5.0.0",

View File

@ -68,7 +68,7 @@
"eslint-plugin-react-hooks": "^3.0.0",
"file-loader": "6.0.0",
"fs-extra": "9.0.0",
"html-webpack-plugin": "4.2.1",
"html-webpack-plugin": "4.3.0",
"identity-obj-proxy": "3.0.0",
"is-wsl": "^2.1.0",
"jest": "25.5.2",