From b439639df3c27ec6acd20b4d68dd9f86bf8ab23e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 25 Jul 2026 12:41:28 +0000 Subject: [PATCH] Update dependency html-webpack-plugin to v5.6.8 --- package-lock.json | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 4f92f7e..26ba2eb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -23,7 +23,7 @@ "autoprefixer": "10.5.4", "copy-webpack-plugin": "14.0.0", "css-loader": "7.1.4", - "html-webpack-plugin": "5.6.7", + "html-webpack-plugin": "5.6.8", "mini-css-extract-plugin": "2.10.2", "postcss": "8.5.23", "postcss-loader": "8.2.1", @@ -1534,9 +1534,9 @@ } }, "node_modules/html-webpack-plugin": { - "version": "5.6.7", - "resolved": "https://registry.npmjs.org/html-webpack-plugin/-/html-webpack-plugin-5.6.7.tgz", - "integrity": "sha512-md+vXtdCAe60s1k6AU3dUyMJnDxUyQAwfwPKoLisvgUF1IXjtlLsk2se54+qfL9Mdm26bbwvjJybpNx48NKRLw==", + "version": "5.6.8", + "resolved": "https://registry.npmjs.org/html-webpack-plugin/-/html-webpack-plugin-5.6.8.tgz", + "integrity": "sha512-MZmKQcTnhEh1SPSyMiEytIeDZDUoBZVorNHivQGXMASHf/BSGGOrKa2xQ5bGx3TCe1n109ecCt+cpww7wwWhKA==", "dev": true, "license": "MIT", "dependencies": { @@ -1554,7 +1554,7 @@ "url": "https://opencollective.com/html-webpack-plugin" }, "peerDependencies": { - "@rspack/core": "0.x || 1.x", + "@rspack/core": "0.x || 1.x || 2.x", "webpack": "^5.20.0" }, "peerDependenciesMeta": { diff --git a/package.json b/package.json index 90c2c37..edf0c62 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "autoprefixer": "10.5.4", "copy-webpack-plugin": "14.0.0", "css-loader": "7.1.4", - "html-webpack-plugin": "5.6.7", + "html-webpack-plugin": "5.6.8", "mini-css-extract-plugin": "2.10.2", "postcss": "8.5.23", "postcss-loader": "8.2.1",