From: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2020 08:49:41 +0000 (+0000) Subject: build(deps-dev): bump html-webpack-plugin from 4.0.4 to 4.2.0 X-Git-Tag: v4.0.0-alpha.6~38 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=de53fcf4a84e68f7516bc91c0a662c4af4a48200;p=thirdparty%2Fvuejs%2Frouter.git build(deps-dev): bump html-webpack-plugin from 4.0.4 to 4.2.0 Bumps [html-webpack-plugin](https://github.com/jantimon/html-webpack-plugin) from 4.0.4 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/v4.0.4...v4.2.0) Signed-off-by: dependabot-preview[bot] --- diff --git a/package.json b/package.json index 981cde86..e3b844da 100644 --- a/package.json +++ b/package.json @@ -67,7 +67,7 @@ "css-loader": "^3.4.2", "dotenv": "^8.2.0", "faked-promise": "^2.2.2", - "html-webpack-plugin": "^4.0.3", + "html-webpack-plugin": "^4.2.0", "jest": "^25.2.4", "jest-mock-warn": "^1.0.1", "lint-staged": "^10.0.10", diff --git a/yarn.lock b/yarn.lock index 03326cfb..896e4ba9 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4090,10 +4090,10 @@ html-minifier-terser@^5.0.1: relateurl "^0.2.7" terser "^4.6.3" -html-webpack-plugin@^4.0.3: - version "4.0.4" - resolved "https://registry.yarnpkg.com/html-webpack-plugin/-/html-webpack-plugin-4.0.4.tgz#90cdfb168094e93e047174d9baca098ec5540636" - integrity sha512-BREQzUbFfIQS39KqxkT2L1Ot0tuu1isako1CaCQLrgEQ43zi2ScHAe3SMTnVBWsStnIsGtl8jprDdxwZkNhrwQ== +html-webpack-plugin@^4.2.0: + version "4.2.0" + resolved "https://registry.yarnpkg.com/html-webpack-plugin/-/html-webpack-plugin-4.2.0.tgz#ea46f15b620d4c1c8c73ea399395c81208e9f823" + integrity sha512-zL7LYTuq/fcJX6vV6tmmvFR508Bd9e6kvVGbS76YAjZ2CPVRzsjkvDYs/SshPevpolSdTWgaDV39D6k6oQoVFw== dependencies: "@types/html-minifier-terser" "^5.0.0" "@types/tapable" "^1.0.5"