From a7cce60ecc875adf1811b86d55efee6d06250899 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 10 Apr 2020 05:05:25 +0000 Subject: [PATCH] Bump html-webpack-plugin from 3.2.0 to 4.2.0 Bumps [html-webpack-plugin](https://github.com/jantimon/html-webpack-plugin) from 3.2.0 to 4.2.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/v3.2.0...v4.2.0) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a03c237..c5d27a3 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "babel-preset-react": "^6.24.1", "clean-webpack-plugin": "^3.0.0", "css-loader": "^3.4.2", - "html-webpack-plugin": "^3.2.0", + "html-webpack-plugin": "^4.2.0", "react": "^16.8.1", "react-dom": "^16.8.1", "react-hot-loader": "^4.6.5",