diff --git a/package-lock.json b/package-lock.json index 85ee4328..68157e82 100644 --- a/package-lock.json +++ b/package-lock.json @@ -25,7 +25,7 @@ "css-minimizer-webpack-plugin": "^7.0.2", "eslint": "^7.32.0", "file-loader": "^6.2.0", - "html-webpack-plugin": "^5.6.3", + "html-webpack-plugin": "^5.6.4", "jest": "^30.0.0", "mini-css-extract-plugin": "^2.9.4", "style-loader": "^4.0.0", @@ -8998,9 +8998,9 @@ } }, "node_modules/html-webpack-plugin": { - "version": "5.6.3", - "resolved": "https://registry.npmjs.org/html-webpack-plugin/-/html-webpack-plugin-5.6.3.tgz", - "integrity": "sha512-QSf1yjtSAsmf7rYBV7XX86uua4W/vkhIt0xNXKbsi2foEeW7vjJQz4bhnpL3xH+l1ryl1680uNv968Z+X6jSYg==", + "version": "5.6.4", + "resolved": "https://registry.npmjs.org/html-webpack-plugin/-/html-webpack-plugin-5.6.4.tgz", + "integrity": "sha512-V/PZeWsqhfpE27nKeX9EO2sbR+D17A+tLf6qU+ht66jdUsN0QLKJN27Z+1+gHrVMKgndBahes0PU6rRihDgHTw==", "dev": true, "dependencies": { "@types/html-minifier-terser": "^6.0.0", @@ -23621,9 +23621,9 @@ } }, "html-webpack-plugin": { - "version": "5.6.3", - "resolved": "https://registry.npmjs.org/html-webpack-plugin/-/html-webpack-plugin-5.6.3.tgz", - "integrity": "sha512-QSf1yjtSAsmf7rYBV7XX86uua4W/vkhIt0xNXKbsi2foEeW7vjJQz4bhnpL3xH+l1ryl1680uNv968Z+X6jSYg==", + "version": "5.6.4", + "resolved": "https://registry.npmjs.org/html-webpack-plugin/-/html-webpack-plugin-5.6.4.tgz", + "integrity": "sha512-V/PZeWsqhfpE27nKeX9EO2sbR+D17A+tLf6qU+ht66jdUsN0QLKJN27Z+1+gHrVMKgndBahes0PU6rRihDgHTw==", "dev": true, "requires": { "@types/html-minifier-terser": "^6.0.0", diff --git a/package.json b/package.json index 42e64994..5d56c24e 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "css-minimizer-webpack-plugin": "^7.0.2", "eslint": "^7.32.0", "file-loader": "^6.2.0", - "html-webpack-plugin": "^5.6.3", + "html-webpack-plugin": "^5.6.4", "jest": "^30.0.0", "mini-css-extract-plugin": "^2.9.4", "style-loader": "^4.0.0",