diff --git a/package-lock.json b/package-lock.json index 91a69b51..93736a94 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13235,9 +13235,9 @@ } }, "html-webpack-plugin": { - "version": "4.0.4", - "resolved": "https://registry.npmjs.org/html-webpack-plugin/-/html-webpack-plugin-4.0.4.tgz", - "integrity": "sha512-BREQzUbFfIQS39KqxkT2L1Ot0tuu1isako1CaCQLrgEQ43zi2ScHAe3SMTnVBWsStnIsGtl8jprDdxwZkNhrwQ==", + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/html-webpack-plugin/-/html-webpack-plugin-4.2.0.tgz", + "integrity": "sha512-zL7LYTuq/fcJX6vV6tmmvFR508Bd9e6kvVGbS76YAjZ2CPVRzsjkvDYs/SshPevpolSdTWgaDV39D6k6oQoVFw==", "dev": true, "requires": { "@types/html-minifier-terser": "^5.0.0", diff --git a/package.json b/package.json index 2ac821c5..f81c6b44 100644 --- a/package.json +++ b/package.json @@ -68,7 +68,7 @@ "eslint-plugin-react-hooks": "^3.0.0", "file-loader": "6.0.0", "fs-extra": "9.0.0", - "html-webpack-plugin": "4.0.4", + "html-webpack-plugin": "4.2.0", "identity-obj-proxy": "3.0.0", "is-wsl": "^2.1.0", "jest": "25.3.0",