diff --git a/package-lock.json b/package-lock.json index 2623fff..63725aa 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "@types/node": "^22.10.0", "clean-webpack-plugin": "4.0.0", "compression-webpack-plugin": "11.1.0", - "html-webpack-plugin": "5.6.3", + "html-webpack-plugin": "5.6.5", "serve": "14.2.4", "source-map-loader": "5.0.0", "terser-webpack-plugin": "5.3.11", @@ -2375,9 +2375,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.5", + "resolved": "https://registry.npmjs.org/html-webpack-plugin/-/html-webpack-plugin-5.6.5.tgz", + "integrity": "sha512-4xynFbKNNk+WlzXeQQ+6YYsH2g7mpfPszQZUi3ovKlj+pDmngQ7vRXjrrmGROabmKwyQkcgcX5hqfOwHbFmK5g==", "dev": true, "dependencies": { "@types/html-minifier-terser": "^6.0.0", @@ -7085,9 +7085,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.5", + "resolved": "https://registry.npmjs.org/html-webpack-plugin/-/html-webpack-plugin-5.6.5.tgz", + "integrity": "sha512-4xynFbKNNk+WlzXeQQ+6YYsH2g7mpfPszQZUi3ovKlj+pDmngQ7vRXjrrmGROabmKwyQkcgcX5hqfOwHbFmK5g==", "dev": true, "requires": { "@types/html-minifier-terser": "^6.0.0", diff --git a/package.json b/package.json index 952105f..9b7a3c3 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "@types/node": "^22.10.0", "clean-webpack-plugin": "4.0.0", "compression-webpack-plugin": "11.1.0", - "html-webpack-plugin": "5.6.3", + "html-webpack-plugin": "5.6.5", "source-map-loader": "5.0.0", "ts-loader": "9.5.1", "typescript": "5.7.2",