diff --git a/package-lock.json b/package-lock.json index a1edd2a9..95673613 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7050,9 +7050,9 @@ } }, "html-webpack-plugin": { - "version": "4.0.0-beta.7", - "resolved": "https://registry.npmjs.org/html-webpack-plugin/-/html-webpack-plugin-4.0.0-beta.7.tgz", - "integrity": "sha512-xtKllnYj6xQPChdvbLihnj3yPsvB4WFASbqyZK2aflWPkDO+NitASYvsRPXPF3u4XYkZ5L7A+WtBh7J0vJ8APQ==", + "version": "4.0.0-beta.8", + "resolved": "https://registry.npmjs.org/html-webpack-plugin/-/html-webpack-plugin-4.0.0-beta.8.tgz", + "integrity": "sha512-n5S2hJi3/vioRvEDswZP2WFgZU8TUqFoYIrkg5dt+xDC4TigQEhIcl4Y81Qs2La/EqKWuJZP8+ikbHGVmzQ4Mg==", "dev": true, "requires": { "html-minifier": "^4.0.0", diff --git a/package.json b/package.json index 872b0f9c..9856a2cb 100644 --- a/package.json +++ b/package.json @@ -68,7 +68,7 @@ "eslint-plugin-react-hooks": "^1.5.0", "file-loader": "4.1.0", "fs-extra": "8.1.0", - "html-webpack-plugin": "4.0.0-beta.7", + "html-webpack-plugin": "4.0.0-beta.8", "identity-obj-proxy": "3.0.0", "is-wsl": "^2.0.0", "jest": "24.8.0",