From 41d1a9add9f7f922e846ac0a21696d201cdd9e80 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Aug 2025 04:41:55 +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.6.3 to 5.6.4. - [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.6.3...v5.6.4) --- updated-dependencies: - dependency-name: html-webpack-plugin dependency-version: 5.6.4 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- frontend/package-lock.json | 11 ++++++----- frontend/package.json | 2 +- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 282eb04fc..baa9b2e33 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.4", "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.4", + "resolved": "https://registry.npmjs.org/html-webpack-plugin/-/html-webpack-plugin-5.6.4.tgz", + "integrity": "sha512-V/PZeWsqhfpE27nKeX9EO2sbR+D17A+tLf6qU+ht66jdUsN0QLKJN27Z+1+gHrVMKgndBahes0PU6rRihDgHTw==", "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..765671a97 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.4", "mini-css-extract-plugin": "^2.9.2", "node-sass": "^9.0.0", "prettier": "^3.6.2",