diff --git a/package.json b/package.json index 907242027041..fc46eb2ffa07 100644 --- a/package.json +++ b/package.json @@ -195,7 +195,7 @@ "foreman": "^3.0.1", "history": "^5.2.0", "html-validate": "^8.7.3", - "html-webpack-plugin": "^5.5.3", + "html-webpack-plugin": "^5.5.4", "husky": "^8.0.3", "identity-obj-proxy": "^3.0.0", "ignore-loader": "^0.1.2", diff --git a/yarn.lock b/yarn.lock index f5b8ef1e5285..276fc7aba096 100644 --- a/yarn.lock +++ b/yarn.lock @@ -8045,10 +8045,10 @@ html-void-elements@^3.0.0: resolved "https://registry.yarnpkg.com/html-void-elements/-/html-void-elements-3.0.0.tgz#fc9dbd84af9e747249034d4d62602def6517f1d7" integrity sha512-bEqo66MRXsUGxWHV5IP0PUiAWwoEjba4VCzg0LjFJBpchPaTfyfCKTG6bc5F8ucKec3q5y6qOdGyYTSBEvhCrg== -html-webpack-plugin@^5.5.3: - version "5.5.3" - resolved "https://registry.yarnpkg.com/html-webpack-plugin/-/html-webpack-plugin-5.5.3.tgz#72270f4a78e222b5825b296e5e3e1328ad525a3e" - integrity sha512-6YrDKTuqaP/TquFH7h4srYWsZx+x6k6+FbsTm0ziCwGHDP78Unr1r9F/H4+sGmMbX08GQcJ+K64x55b+7VM/jg== +html-webpack-plugin@^5.5.4: + version "5.5.4" + resolved "https://registry.yarnpkg.com/html-webpack-plugin/-/html-webpack-plugin-5.5.4.tgz#517a48e6f046ff1ae1a172c983cd993eb79d2f6a" + integrity sha512-3wNSaVVxdxcu0jd4FpQFoICdqgxs4zIQQvj+2yQKFfBOnLETQ6X5CDWdeasuGlSsooFlMkEioWDTqBv1wvw5Iw== dependencies: "@types/html-minifier-terser" "^6.0.0" html-minifier-terser "^6.0.2"