From b6c1681009766d1b4a7670f9f3ac8b878e9e01b5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 26 Jul 2026 06:04:23 +0000 Subject: [PATCH] dependabot-npm(deps-dev): bump html-webpack-plugin from 5.6.7 to 5.6.8 Bumps [html-webpack-plugin](https://github.com/jantimon/html-webpack-plugin) from 5.6.7 to 5.6.8. - [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.7...v5.6.8) --- updated-dependencies: - dependency-name: html-webpack-plugin dependency-version: 5.6.8 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- 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 3bba731..a513a08 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "devDependencies": { "autoprefixer": "^10.5.4", "css-loader": "^7.1.4", - "html-webpack-plugin": "^5.6.7", + "html-webpack-plugin": "^5.6.8", "postcss-loader": "^8.2.1", "prettier": "^3.9.5", "sass": "^1.101.0", @@ -3672,9 +3672,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": { @@ -3692,7 +3692,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 79a844c..1192bd7 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "devDependencies": { "autoprefixer": "^10.5.4", "css-loader": "^7.1.4", - "html-webpack-plugin": "^5.6.7", + "html-webpack-plugin": "^5.6.8", "postcss-loader": "^8.2.1", "prettier": "^3.9.5", "sass": "^1.101.0",