Bump html-webpack-plugin from 4.0.0-beta.5 to 4.0.0-beta.7

Bumps [html-webpack-plugin](https://github.com/jantimon/html-webpack-plugin) from 4.0.0-beta.5 to 4.0.0-beta.7.
- [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/commits)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2019-07-13 09:15:58 +00:00 committed by GitHub
parent ea84c35e32
commit a5281dba1c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 31 additions and 21 deletions

50
package-lock.json generated
View File

@ -6752,39 +6752,49 @@
"dev": true "dev": true
}, },
"html-minifier": { "html-minifier": {
"version": "3.5.21", "version": "4.0.0",
"resolved": "https://registry.npmjs.org/html-minifier/-/html-minifier-3.5.21.tgz", "resolved": "https://registry.npmjs.org/html-minifier/-/html-minifier-4.0.0.tgz",
"integrity": "sha512-LKUKwuJDhxNa3uf/LPR/KVjm/l3rBqtYeCOAekvG8F1vItxMUpueGd94i/asDDr8/1u7InxzFA5EeGjhhG5mMA==", "integrity": "sha512-aoGxanpFPLg7MkIl/DDFYtb0iWz7jMFGqFhvEDZga6/4QTjneiD8I/NXL1x5aaoCp7FSIT6h/OhykDdPsbtMig==",
"dev": true, "dev": true,
"requires": { "requires": {
"camel-case": "3.0.x", "camel-case": "^3.0.0",
"clean-css": "4.2.x", "clean-css": "^4.2.1",
"commander": "2.17.x", "commander": "^2.19.0",
"he": "1.2.x", "he": "^1.2.0",
"param-case": "2.1.x", "param-case": "^2.1.1",
"relateurl": "0.2.x", "relateurl": "^0.2.7",
"uglify-js": "3.4.x" "uglify-js": "^3.5.1"
}, },
"dependencies": { "dependencies": {
"commander": { "source-map": {
"version": "2.17.1", "version": "0.6.1",
"resolved": "https://registry.npmjs.org/commander/-/commander-2.17.1.tgz", "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
"integrity": "sha512-wPMUt6FnH2yzG95SA6mzjQOEKUU3aLaDEmzs1ti+1E9h+CsrZghRlqEM/EJ4KscsQVG8uNN4uVreUeT8+drlgg==", "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==",
"dev": true "dev": true
},
"uglify-js": {
"version": "3.6.0",
"resolved": "https://registry.npmjs.org/uglify-js/-/uglify-js-3.6.0.tgz",
"integrity": "sha512-W+jrUHJr3DXKhrsS7NUVxn3zqMOFn0hL/Ei6v0anCIMoKC93TjcflTagwIHLW7SfMFfiQuktQyFVCFHGUE0+yg==",
"dev": true,
"requires": {
"commander": "~2.20.0",
"source-map": "~0.6.1"
}
} }
} }
}, },
"html-webpack-plugin": { "html-webpack-plugin": {
"version": "4.0.0-beta.5", "version": "4.0.0-beta.7",
"resolved": "https://registry.npmjs.org/html-webpack-plugin/-/html-webpack-plugin-4.0.0-beta.5.tgz", "resolved": "https://registry.npmjs.org/html-webpack-plugin/-/html-webpack-plugin-4.0.0-beta.7.tgz",
"integrity": "sha512-y5l4lGxOW3pz3xBTFdfB9rnnrWRPVxlAhX6nrBYIcW+2k2zC3mSp/3DxlWVCMBfnO6UAnoF8OcFn0IMy6kaKAQ==", "integrity": "sha512-xtKllnYj6xQPChdvbLihnj3yPsvB4WFASbqyZK2aflWPkDO+NitASYvsRPXPF3u4XYkZ5L7A+WtBh7J0vJ8APQ==",
"dev": true, "dev": true,
"requires": { "requires": {
"html-minifier": "^3.5.20", "html-minifier": "^4.0.0",
"loader-utils": "^1.1.0", "loader-utils": "^1.2.3",
"lodash": "^4.17.11", "lodash": "^4.17.11",
"pretty-error": "^2.1.1", "pretty-error": "^2.1.1",
"tapable": "^1.1.0", "tapable": "^1.1.3",
"util.promisify": "1.0.0" "util.promisify": "1.0.0"
} }
}, },

View File

@ -68,7 +68,7 @@
"eslint-plugin-react-hooks": "^1.5.0", "eslint-plugin-react-hooks": "^1.5.0",
"file-loader": "4.0.0", "file-loader": "4.0.0",
"fs-extra": "8.1.0", "fs-extra": "8.1.0",
"html-webpack-plugin": "4.0.0-beta.5", "html-webpack-plugin": "4.0.0-beta.7",
"identity-obj-proxy": "3.0.0", "identity-obj-proxy": "3.0.0",
"is-wsl": "^2.0.0", "is-wsl": "^2.0.0",
"jest": "24.8.0", "jest": "24.8.0",