diff --git a/frontend/web/package.json b/frontend/web/package.json index f2569d8..917277a 100644 --- a/frontend/web/package.json +++ b/frontend/web/package.json @@ -32,7 +32,7 @@ "css-minimizer-webpack-plugin": "^7.0.2", "eslint": "^9.34.0", "globals": "^16.3.0", - "html-webpack-plugin": "^5.6.0", + "html-webpack-plugin": "^5.6.4", "mini-css-extract-plugin": "^2.9.0", "prettier": "^3.6.2", "uglifyjs-webpack-plugin": "^2.2.0", diff --git a/frontend/web/yarn.lock b/frontend/web/yarn.lock index 2cac607..e0f4361 100644 --- a/frontend/web/yarn.lock +++ b/frontend/web/yarn.lock @@ -1857,10 +1857,10 @@ html-minifier-terser@^6.0.2: relateurl "^0.2.7" terser "^5.10.0" -html-webpack-plugin@^5.6.0: - version "5.6.3" - resolved "https://registry.npmjs.org/html-webpack-plugin/-/html-webpack-plugin-5.6.3.tgz#a31145f0fee4184d53a794f9513147df1e653685" - integrity sha512-QSf1yjtSAsmf7rYBV7XX86uua4W/vkhIt0xNXKbsi2foEeW7vjJQz4bhnpL3xH+l1ryl1680uNv968Z+X6jSYg== +html-webpack-plugin@^5.6.4: + version "5.6.4" + resolved "https://registry.yarnpkg.com/html-webpack-plugin/-/html-webpack-plugin-5.6.4.tgz#d8cb0f7edff7745ae7d6cccb0bff592e9f7f7959" + integrity sha512-V/PZeWsqhfpE27nKeX9EO2sbR+D17A+tLf6qU+ht66jdUsN0QLKJN27Z+1+gHrVMKgndBahes0PU6rRihDgHTw== dependencies: "@types/html-minifier-terser" "^6.0.0" html-minifier-terser "^6.0.2"