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 4a92cdfa..32021b86 100644
--- a/vnext/package-lock.json
+++ b/vnext/package-lock.json
@@ -8237,9 +8237,9 @@
"dev": true
},
"html-webpack-plugin": {
- "version": "5.3.0",
- "resolved": "https://registry.npmjs.org/html-webpack-plugin/-/html-webpack-plugin-5.3.0.tgz",
- "integrity": "sha512-BjtSQCy5J0e9EDV+NZ4i+w36N9avXfQDF4QoAV9YAECG50x6/2tfJkFb0ws9eTcszLdyg4vs6FI6hMgVzVoQqw==",
+ "version": "5.3.1",
+ "resolved": "https://registry.npmjs.org/html-webpack-plugin/-/html-webpack-plugin-5.3.1.tgz",
+ "integrity": "sha512-rZsVvPXUYFyME0cuGkyOHfx9hmkFa4pWfxY/mdY38PsBEaVNsRoA+Id+8z6DBDgyv3zaw6XQszdF8HLwfQvcdQ==",
"dev": true,
"requires": {
"@types/html-minifier-terser": "^5.0.0",
diff --git a/vnext/package.json b/vnext/package.json
index 64116d64..0cfbbfa7 100644
--- a/vnext/package.json
+++ b/vnext/package.json
@@ -30,7 +30,7 @@
"eslint-webpack-plugin": "^2.5.2",
"file-loader": "^6.2.0",
"html-loader": "^2.1.2",
- "html-webpack-plugin": "^5.3.0",
+ "html-webpack-plugin": "^5.3.1",
"jest": "^26.6.3",
"mini-css-extract-plugin": "^1.3.9",
"postcss-loader": "^5.1.0",