diff --git a/package-lock.json b/package-lock.json index f8a33ea5..d9ecf36c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21,7 +21,7 @@ "css-minimizer-webpack-plugin": "^7.0.0", "eslint": "^9.13.0", "file-loader": "^6.2.0", - "html-webpack-plugin": "^5.6.2", + "html-webpack-plugin": "^5.6.3", "jest": "^29.7.0", "mini-css-extract-plugin": "^2.9.1", "style-loader": "^4.0.0", @@ -6823,9 +6823,9 @@ } }, "node_modules/html-webpack-plugin": { - "version": "5.6.2", - "resolved": "https://registry.npmjs.org/html-webpack-plugin/-/html-webpack-plugin-5.6.2.tgz", - "integrity": "sha512-q7xp/FO9RGBVoTKNItkdX1jKLscLFkgn/dLVFNYbHVbfHLBk6DYW5nsQ8kCzIWcgKP/kUBocetjvav6lD8YfCQ==", + "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==", "dev": true, "dependencies": { "@types/html-minifier-terser": "^6.0.0", @@ -17543,9 +17543,9 @@ } }, "html-webpack-plugin": { - "version": "5.6.2", - "resolved": "https://registry.npmjs.org/html-webpack-plugin/-/html-webpack-plugin-5.6.2.tgz", - "integrity": "sha512-q7xp/FO9RGBVoTKNItkdX1jKLscLFkgn/dLVFNYbHVbfHLBk6DYW5nsQ8kCzIWcgKP/kUBocetjvav6lD8YfCQ==", + "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==", "dev": true, "requires": { "@types/html-minifier-terser": "^6.0.0", diff --git a/package.json b/package.json index cb38e284..8cb1a848 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "css-minimizer-webpack-plugin": "^7.0.0", "eslint": "^9.13.0", "file-loader": "^6.2.0", - "html-webpack-plugin": "^5.6.2", + "html-webpack-plugin": "^5.6.3", "jest": "^29.7.0", "mini-css-extract-plugin": "^2.9.1", "style-loader": "^4.0.0",