From 87fc66f0f762872380489e2099413f0c7d3f3f8d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Aug 2026 13:23:14 +0000 Subject: [PATCH] build(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 83ecd67..1379f8d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "devDependencies": { "@fluidframework/build-common": "^2.0.3", "copy-webpack-plugin": "^14.0.0", - "html-webpack-plugin": "^5.6.7", + "html-webpack-plugin": "^5.6.8", "jest": "^30.4.2", "jest-junit": "^17.0.0", "jest-puppeteer": "^11.0.0", @@ -8506,9 +8506,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": { @@ -8526,7 +8526,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 630e2bf..813da7f 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "devDependencies": { "@fluidframework/build-common": "^2.0.3", "copy-webpack-plugin": "^14.0.0", - "html-webpack-plugin": "^5.6.7", + "html-webpack-plugin": "^5.6.8", "jest": "^30.4.2", "jest-junit": "^17.0.0", "jest-puppeteer": "^11.0.0",