From 9691a46ba8f5d370cd103e5236f0e1228a16e4b0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 2 Sep 2026 22:58:22 +0000 Subject: [PATCH] Update dependency html-webpack-plugin to ^5.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 5cce0a7db..7637790ad 100644 --- a/package-lock.json +++ b/package-lock.json @@ -66,7 +66,7 @@ "cmdk": "^1.1.1", "concurrently": "^9.2.1", "css-loader": "^7.1.4", - "html-webpack-plugin": "^5.6.7", + "html-webpack-plugin": "^5.6.8", "identity-obj-proxy": "^3.0.0", "jest-image-snapshot": "^6.5.2", "js-md5": "^0.8.3", @@ -12738,9 +12738,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": { @@ -12758,7 +12758,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 97d82c9e3..789699339 100644 --- a/package.json +++ b/package.json @@ -75,7 +75,7 @@ "cmdk": "^1.1.1", "concurrently": "^9.2.1", "css-loader": "^7.1.4", - "html-webpack-plugin": "^5.6.7", + "html-webpack-plugin": "^5.6.8", "identity-obj-proxy": "^3.0.0", "jest-image-snapshot": "^6.5.2", "js-md5": "^0.8.3",