From: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 4 May 2020 09:30:50 +0000 (+0000) Subject: build(deps-dev): bump html-webpack-plugin from 4.2.0 to 4.3.0 X-Git-Tag: v4.0.0-alpha.10~11 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=55ba5b6b671304774a510dbe84c7d3858d41a35d;p=thirdparty%2Fvuejs%2Frouter.git build(deps-dev): bump html-webpack-plugin from 4.2.0 to 4.3.0 Bumps [html-webpack-plugin](https://github.com/jantimon/html-webpack-plugin) from 4.2.0 to 4.3.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.2.0...v4.3.0) Signed-off-by: dependabot-preview[bot] --- diff --git a/package.json b/package.json index d2543e43..7f79422b 100644 --- a/package.json +++ b/package.json @@ -82,7 +82,7 @@ "css-loader": "^3.5.3", "dotenv": "^8.2.0", "faked-promise": "^2.2.2", - "html-webpack-plugin": "^4.2.0", + "html-webpack-plugin": "^4.3.0", "jest": "^25.4.0", "jest-mock-warn": "^1.0.1", "lint-staged": "^10.1.7", diff --git a/yarn.lock b/yarn.lock index dbd8da9a..15bc9125 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4747,10 +4747,10 @@ html-minifier-terser@^5.0.1: relateurl "^0.2.7" terser "^4.6.3" -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== +html-webpack-plugin@^4.3.0: + version "4.3.0" + resolved "https://registry.yarnpkg.com/html-webpack-plugin/-/html-webpack-plugin-4.3.0.tgz#53bf8f6d696c4637d5b656d3d9863d89ce8174fd" + integrity sha512-C0fzKN8yQoVLTelcJxZfJCE+aAvQiY2VUf3UuKrR4a9k5UMWYOtpDLsaXwATbcVCnI05hUS7L9ULQHWLZhyi3w== dependencies: "@types/html-minifier-terser" "^5.0.0" "@types/tapable" "^1.0.5"