From: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 19 Feb 2021 16:50:57 +0000 (+0800) Subject: build(deps-dev): bump html-webpack-plugin from 4.5.1 to 4.5.2 in /html (#609) X-Git-Url: http://git.prime8.dev/?a=commitdiff_plain;h=0b5fd5d5fa78303561f21c310c73cc3996e94c16;p=ttyd.git build(deps-dev): bump html-webpack-plugin from 4.5.1 to 4.5.2 in /html (#609) Bumps [html-webpack-plugin](https://github.com/jantimon/html-webpack-plugin) from 4.5.1 to 4.5.2. - [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/commits) Signed-off-by: dependabot-preview[bot] Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> --- diff --git a/html/package.json b/html/package.json index 7dcf426..efc1769 100644 --- a/html/package.json +++ b/html/package.json @@ -41,7 +41,7 @@ "gulp-gzip": "^1.4.2", "gulp-inline-source": "^4.0.0", "gulp-rename": "^2.0.0", - "html-webpack-plugin": "^4.5.1", + "html-webpack-plugin": "^4.5.2", "husky": "^5.0.9", "lint-staged": "^10.5.4", "mini-css-extract-plugin": "^1.3.8", diff --git a/html/yarn.lock b/html/yarn.lock index d10198a..fc14b1b 100644 --- a/html/yarn.lock +++ b/html/yarn.lock @@ -3676,10 +3676,10 @@ html-minifier-terser@^5.0.1: relateurl "^0.2.7" terser "^4.6.3" -html-webpack-plugin@^4.5.1: - version "4.5.1" - resolved "https://registry.yarnpkg.com/html-webpack-plugin/-/html-webpack-plugin-4.5.1.tgz#40aaf1b5cb78f2f23a83333999625c20929cda65" - integrity sha512-yzK7RQZwv9xB+pcdHNTjcqbaaDZ+5L0zJHXfi89iWIZmb/FtzxhLk0635rmJihcQbs3ZUF27Xp4oWGx6EK56zg== +html-webpack-plugin@^4.5.2: + version "4.5.2" + resolved "https://registry.yarnpkg.com/html-webpack-plugin/-/html-webpack-plugin-4.5.2.tgz#76fc83fa1a0f12dd5f7da0404a54e2699666bc12" + integrity sha512-q5oYdzjKUIPQVjOosjgvCHQOv9Ett9CYYHlgvJeXG0qQvdSojnBq4vAdQBwn1+yGveAwHCoe/rMR86ozX3+c2A== dependencies: "@types/html-minifier-terser" "^5.0.0" "@types/tapable" "^1.0.5"