From ba37e68cb57169b9594f52baf04e1636da47553a Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 1 Apr 2020 23:36:42 +0000 Subject: [PATCH] Bump html-webpack-plugin from 4.0.3 to 4.0.4 (#782) --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 6643bae0f..58accb1b4 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "core-js": "^3.6.4", "css-loader": "^3.4.2", "eslint": "^6.8.0", - "html-webpack-plugin": "^4.0.3", + "html-webpack-plugin": "^4.0.4", "jest": "^25.2.4", "jest-junit": "^10.0.0", "mini-css-extract-plugin": "^0.9.0", diff --git a/yarn.lock b/yarn.lock index 494568229..dde73b12e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3911,10 +3911,10 @@ html-minifier-terser@^5.0.1: relateurl "^0.2.7" terser "^4.6.3" -html-webpack-plugin@^4.0.3: - version "4.0.3" - resolved "https://registry.yarnpkg.com/html-webpack-plugin/-/html-webpack-plugin-4.0.3.tgz#70659c8836210249cb6fa9dd6706a957547666d5" - integrity sha512-XCm5MGK6Yv/ey30fbhqjKIGm1r6G1HxmNorJ/xUdL/Zj3mOLtb9ZHEEIw0e4h3VzgyUrp8szCJh3VN9z1LNx7A== +html-webpack-plugin@^4.0.4: + version "4.0.4" + resolved "https://registry.yarnpkg.com/html-webpack-plugin/-/html-webpack-plugin-4.0.4.tgz#90cdfb168094e93e047174d9baca098ec5540636" + integrity sha512-BREQzUbFfIQS39KqxkT2L1Ot0tuu1isako1CaCQLrgEQ43zi2ScHAe3SMTnVBWsStnIsGtl8jprDdxwZkNhrwQ== dependencies: "@types/html-minifier-terser" "^5.0.0" "@types/tapable" "^1.0.5"