From b58036bb005ddccfd3ab76c2b9e76ecb20c5fe44 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 30 Sep 2020 13:53:38 +0000 Subject: [PATCH] Bump html-webpack-plugin from 2.30.1 to 3.2.0 Bumps [html-webpack-plugin](https://github.com/jantimon/html-webpack-plugin) from 2.30.1 to 3.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/v2.30.1...v3.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 47b5bee..fe0ceb5 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "eslint-config-airbnb-base": "^12.1.0", "eslint-plugin-import": "2.22.1", "extract-text-webpack-plugin": "^3.0.1", - "html-webpack-plugin": "^2.30.1", + "html-webpack-plugin": "^3.2.0", "imagemin-webpack-plugin": "^1.6.1", "node-sass": "^4.13.0", "postcss-cssnext": "^3.0.2",