diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 093470a44..b0b8c3e5a 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -6,7 +6,7 @@ "packages": { "": { "name": "code-coverage-reports", - "version": "1.3.27", + "version": "1.3.28", "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.3", + "html-webpack-plugin": "^5.6.0", "mini-css-extract-plugin": "^2.7.6", "node-sass": "^9.0.0", "prettier": "1.19.1", @@ -6470,9 +6470,9 @@ } }, "node_modules/html-webpack-plugin": { - "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==", + "version": "5.6.0", + "resolved": "https://registry.npmjs.org/html-webpack-plugin/-/html-webpack-plugin-5.6.0.tgz", + "integrity": "sha512-iwaY4wzbe48AfKLZ/Cc8k0L+FKG6oSNRaZ8x5A/T/IVDGyXcbHncM9TdDa93wn0FsSm82FhTKW7f3vS61thXAw==", "dev": true, "dependencies": { "@types/html-minifier-terser": "^6.0.0", @@ -6489,7 +6489,16 @@ "url": "https://opencollective.com/html-webpack-plugin" }, "peerDependencies": { + "@rspack/core": "0.x || 1.x", "webpack": "^5.20.0" + }, + "peerDependenciesMeta": { + "@rspack/core": { + "optional": true + }, + "webpack": { + "optional": true + } } }, "node_modules/htmlparser2": { diff --git a/frontend/package.json b/frontend/package.json index 464247dd7..111663eb9 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.3", + "html-webpack-plugin": "^5.6.0", "mini-css-extract-plugin": "^2.7.6", "node-sass": "^9.0.0", "prettier": "1.19.1",