diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 282eb04fc..c16553e57 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -6,7 +6,7 @@ "packages": { "": { "name": "code-coverage-reports", - "version": "1.3.36", + "version": "1.3.39", "license": "MPL-2.0", "dependencies": { "chartist": "^0.11.3", @@ -33,7 +33,7 @@ "eslint-plugin-prettier": "^5.5.3", "eslint-webpack-plugin": "^4.2.0", "file-loader": "^6.0.0", - "html-webpack-plugin": "^5.6.3", + "html-webpack-plugin": "^5.6.5", "mini-css-extract-plugin": "^2.9.2", "node-sass": "^9.0.0", "prettier": "^3.6.2", @@ -6511,10 +6511,11 @@ } }, "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, + "license": "MIT", "dependencies": { "@types/html-minifier-terser": "^6.0.0", "html-minifier-terser": "^6.0.2", diff --git a/frontend/package.json b/frontend/package.json index 0e4175910..5f4b96452 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -38,7 +38,7 @@ "eslint-plugin-no-unsanitized": "^4.0.1", "eslint-plugin-prettier": "^5.5.3", "file-loader": "^6.0.0", - "html-webpack-plugin": "^5.6.3", + "html-webpack-plugin": "^5.6.5", "mini-css-extract-plugin": "^2.9.2", "node-sass": "^9.0.0", "prettier": "^3.6.2",