diff --git a/frontend/package-lock.json b/frontend/package-lock.json index aa941c01e..49c148416 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -33,7 +33,7 @@ "eslint-plugin-prettier": "^5.2.1", "eslint-webpack-plugin": "^4.2.0", "file-loader": "^6.0.0", - "html-webpack-plugin": "^5.6.0", + "html-webpack-plugin": "^5.6.3", "mini-css-extract-plugin": "^2.9.2", "node-sass": "^9.0.0", "prettier": "^3.3.3", @@ -6464,9 +6464,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", diff --git a/frontend/package.json b/frontend/package.json index aa710472f..1f3b977f6 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -38,7 +38,7 @@ "eslint-plugin-no-unsanitized": "^4.0.1", "eslint-plugin-prettier": "^5.2.1", "file-loader": "^6.0.0", - "html-webpack-plugin": "^5.6.0", + "html-webpack-plugin": "^5.6.3", "mini-css-extract-plugin": "^2.9.2", "node-sass": "^9.0.0", "prettier": "^3.3.3",