From fe8bd7cd7031401cc3593d03925d47bf886ce390 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Mar 2021 05:48:15 +0000 Subject: [PATCH] chore(deps-dev): bump html-webpack-plugin from 4.5.2 to 5.3.1 Bumps [html-webpack-plugin](https://github.com/jantimon/html-webpack-plugin) from 4.5.2 to 5.3.1. - [Release notes](https://github.com/jantimon/html-webpack-plugin/releases) - [Changelog](https://github.com/jantimon/html-webpack-plugin/blob/main/CHANGELOG.md) - [Commits](https://github.com/jantimon/html-webpack-plugin/compare/v4.5.2...v5.3.1) Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6af49e8..4910869 100644 --- a/package.json +++ b/package.json @@ -84,7 +84,7 @@ "eslint-plugin-sonarjs": "^0.6.0", "eslint-webpack-plugin": "^2.4.0", "html-loader": "^2.0.0", - "html-webpack-plugin": "4", + "html-webpack-plugin": "5", "identity-obj-proxy": "^3.0.0", "jest": "^26.1.0", "prettier": "^2.0.5",