diff --git a/packages/config-webpack/package.json b/packages/config-webpack/package.json index 99f89d40..bbb4b107 100644 --- a/packages/config-webpack/package.json +++ b/packages/config-webpack/package.json @@ -26,7 +26,7 @@ "devDependencies": { "@types/css-minimizer-webpack-plugin": "^1.1.0", "@types/html-minifier-terser": "^5.1.1", - "@types/html-webpack-plugin": "^3.2.3", + "@types/html-webpack-plugin": "^3.2.4", "@types/terser-webpack-plugin": "^5.0.0", "@types/webpack-bundle-analyzer": "^3.9.0" }, diff --git a/yarn.lock b/yarn.lock index 39142662..faa6ee4b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3187,10 +3187,10 @@ "@types/relateurl" "*" "@types/uglify-js" "*" -"@types/html-webpack-plugin@^3.2.3": - version "3.2.3" - resolved "https://registry.yarnpkg.com/@types/html-webpack-plugin/-/html-webpack-plugin-3.2.3.tgz#865323e30e82560c0ca898dbf9f6f9d1c541cd7f" - integrity sha512-Y7dsVhTn75IaD4lMIY02UP1L8e0ou8KQu8DKPJAegEFKdJR28/8ejayDG8ykfR0DtYCx3dCEHIkdpN8AOB6txQ== +"@types/html-webpack-plugin@^3.2.4": + version "3.2.4" + resolved "https://registry.yarnpkg.com/@types/html-webpack-plugin/-/html-webpack-plugin-3.2.4.tgz#ed770ddfec53ed2aa6b5f4523acca291192235c6" + integrity sha512-WM0s78bfCIXnTlICf+8nWP0IvP+fn4YfiI3uxAX1K1PSRpzs0iysp03j4zR0xTgxSqF67TbOsHs49YXonRAkeQ== dependencies: "@types/html-minifier" "*" "@types/tapable" "*"