aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2021-03-16 20:36:00 +0000
committerGitHub <noreply@github.com>2021-03-16 20:36:00 +0000
commit5116518d6c2d5ac5845b52ffee6f98be62eb8e66 (patch)
tree37d043820b7c22001053f71f173a83d3e97313d7
parentd8bbad8e1b774d6e46c7fa05324c90ce2b716a66 (diff)
Bump html-webpack-plugin from 4.5.1 to 4.5.2
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/v4.5.2/CHANGELOG.md) - [Commits](https://github.com/jantimon/html-webpack-plugin/compare/v4.5.1...v4.5.2) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-rw-r--r--package.json2
-rw-r--r--yarn.lock8
2 files changed, 5 insertions, 5 deletions
diff --git a/package.json b/package.json
index c8ce2d2..52476f6 100644
--- a/package.json
+++ b/package.json
@@ -49,7 +49,7 @@
"eslint-plugin-react": "7.22.0",
"eslint-plugin-standard": "^5.0.0",
"express": "^4.17.1",
- "html-webpack-plugin": "4.5.1",
+ "html-webpack-plugin": "4.5.2",
"jsonwebtoken": "^8.5.1",
"jszip": "^3.2.2",
"karma": "^6.0.1",
diff --git a/yarn.lock b/yarn.lock
index cc55fb0..1b22282 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -2904,10 +2904,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"