aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--vnext/package-lock.json6
-rw-r--r--vnext/package.json2
2 files changed, 4 insertions, 4 deletions
diff --git a/vnext/package-lock.json b/vnext/package-lock.json
index c5e72664..d8c851fb 100644
--- a/vnext/package-lock.json
+++ b/vnext/package-lock.json
@@ -7996,9 +7996,9 @@
"dev": true
},
"html-webpack-plugin": {
- "version": "5.0.0",
- "resolved": "https://registry.npmjs.org/html-webpack-plugin/-/html-webpack-plugin-5.0.0.tgz",
- "integrity": "sha512-kxTyb8cyZwEyUqXTgdHRUOF4C7uCrquzw2T+YTudehm/yspodgCkREjdmc4dXI8k2P4NEjqOVbnOOlPZg4TKJA==",
+ "version": "5.1.0",
+ "resolved": "https://registry.npmjs.org/html-webpack-plugin/-/html-webpack-plugin-5.1.0.tgz",
+ "integrity": "sha512-2axkp+2NHmvHUWrKe1dY4LyM3WatQEdFChr42OY7R/Ad7f0AQzaKscGCcqN/FtQBxo8rdfJP7M3RMFDttqok3g==",
"dev": true,
"requires": {
"@types/html-minifier-terser": "^5.0.0",
diff --git a/vnext/package.json b/vnext/package.json
index 0970d079..3fce6eb9 100644
--- a/vnext/package.json
+++ b/vnext/package.json
@@ -30,7 +30,7 @@
"eslint-webpack-plugin": "^2.5.0",
"file-loader": "^6.2.0",
"html-loader": "^1.3.2",
- "html-webpack-plugin": "^5.0.0",
+ "html-webpack-plugin": "^5.1.0",
"jest": "^26.6.3",
"mini-css-extract-plugin": "^1.3.6",
"postcss-loader": "^5.0.0",