From d59ee0ecbbd9f0d866a3a68017adafe0f2b23e11 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 21 Sep 2020 13:27:24 +0000 Subject: [PATCH] chore(deps): update dependency html-webpack-plugin to v4.5.0 --- example/webpack/package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/example/webpack/package.json b/example/webpack/package.json index d928bdc8..7fd6ffe3 100644 --- a/example/webpack/package.json +++ b/example/webpack/package.json @@ -11,7 +11,7 @@ "author": "", "license": "MIT", "devDependencies": { - "html-webpack-plugin": "4.4.1", + "html-webpack-plugin": "4.5.0", "mocker-api": "2.3.5", "webpack": "4.44.1", "webpack-cli": "3.3.12", diff --git a/yarn.lock b/yarn.lock index ca2d3997..7bdbacf8 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4134,10 +4134,10 @@ html-minifier-terser@^5.0.1: relateurl "^0.2.7" terser "^4.6.3" -html-webpack-plugin@4.4.1: - version "4.4.1" - resolved "https://registry.yarnpkg.com/html-webpack-plugin/-/html-webpack-plugin-4.4.1.tgz#61ab85aa1a84ba181443345ebaead51abbb84149" - integrity sha512-nEtdEIsIGXdXGG7MjTTZlmhqhpHU9pJFc1OYxcP36c5/ZKP6b0BJMww2QTvJGQYA9aMxUnjDujpZdYcVOXiBCQ== +html-webpack-plugin@4.5.0: + version "4.5.0" + resolved "https://registry.yarnpkg.com/html-webpack-plugin/-/html-webpack-plugin-4.5.0.tgz#625097650886b97ea5dae331c320e3238f6c121c" + integrity sha512-MouoXEYSjTzCrjIxWwg8gxL5fE2X2WZJLmBYXlaJhQUH5K/b5OrqmV7T4dB7iu0xkmJ6JlUuV6fFVtnqbPopZw== dependencies: "@types/html-minifier-terser" "^5.0.0" "@types/tapable" "^1.0.5"