From 4f0eb1d75657873569b429982f80f18e74f4dcab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Dec 2023 15:35:17 +0000 Subject: [PATCH] build(deps-dev): bump html-webpack-plugin in /frontend Bumps [html-webpack-plugin](https://github.com/jantimon/html-webpack-plugin) from 5.5.3 to 5.6.0. - [Release notes](https://github.com/jantimon/html-webpack-plugin/releases) - [Changelog](https://github.com/jantimon/html-webpack-plugin/blob/main/CHANGELOG.md) - [Commits](https://github.com/jantimon/html-webpack-plugin/compare/v5.5.3...v5.6.0) --- updated-dependencies: - dependency-name: html-webpack-plugin dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- frontend/package-lock.json | 19 ++++++++++++++----- frontend/package.json | 2 +- 2 files changed, 15 insertions(+), 6 deletions(-) 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",