diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 4a7f3c085..b00c6fb56 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -6,7 +6,7 @@ "packages": { "": { "name": "code-coverage-reports", - "version": "1.3.19", + "version": "1.3.20", "license": "MPL-2.0", "dependencies": { "chartist": "^0.11.3", @@ -33,7 +33,7 @@ "eslint-plugin-no-unsanitized": "^4.0.1", "eslint-plugin-prettier": "^3.4.1", "file-loader": "^6.0.0", - "html-webpack-plugin": "^5.5.0", + "html-webpack-plugin": "^5.5.3", "mini-css-extract-plugin": "^2.7.6", "node-sass": "^8.0.0", "prettier": "1.19.1", @@ -6300,9 +6300,9 @@ } }, "node_modules/html-webpack-plugin": { - "version": "5.5.0", - "resolved": "https://registry.npmjs.org/html-webpack-plugin/-/html-webpack-plugin-5.5.0.tgz", - "integrity": "sha512-sy88PC2cRTVxvETRgUHFrL4No3UxvcH8G1NepGhqaTT+GXN2kTamqasot0inS5hXeg1cMbFDt27zzo9p35lZVw==", + "version": "5.5.3", + "resolved": "https://registry.npmjs.org/html-webpack-plugin/-/html-webpack-plugin-5.5.3.tgz", + "integrity": "sha512-6YrDKTuqaP/TquFH7h4srYWsZx+x6k6+FbsTm0ziCwGHDP78Unr1r9F/H4+sGmMbX08GQcJ+K64x55b+7VM/jg==", "dev": true, "dependencies": { "@types/html-minifier-terser": "^6.0.0", diff --git a/frontend/package.json b/frontend/package.json index 5713a21ab..27a2023fe 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -38,7 +38,7 @@ "eslint-plugin-no-unsanitized": "^4.0.1", "eslint-plugin-prettier": "^3.4.1", "file-loader": "^6.0.0", - "html-webpack-plugin": "^5.5.0", + "html-webpack-plugin": "^5.5.3", "mini-css-extract-plugin": "^2.7.6", "node-sass": "^8.0.0", "prettier": "1.19.1",