From a4e7bbacc98056058d2144d3a459d4e09afd2bac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Aug 2026 15:25:47 +0000 Subject: [PATCH] build(deps-dev): bump html-webpack-plugin Bumps [html-webpack-plugin](https://github.com/jantimon/html-webpack-plugin) from 5.6.6 to 5.6.8. - [Changelog](https://github.com/jantimon/html-webpack-plugin/blob/main/CHANGELOG.md) - [Commits](https://github.com/jantimon/html-webpack-plugin/compare/v5.6.6...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] --- src/microsoft-trydotnet-editor/package-lock.json | 11 ++++++----- src/microsoft-trydotnet-editor/package.json | 2 +- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/src/microsoft-trydotnet-editor/package-lock.json b/src/microsoft-trydotnet-editor/package-lock.json index a4c541517..a175271a2 100644 --- a/src/microsoft-trydotnet-editor/package-lock.json +++ b/src/microsoft-trydotnet-editor/package-lock.json @@ -28,7 +28,7 @@ "css-loader": "^7.1.4", "eslint": "^10.8.1", "file-loader": "6.2.0", - "html-webpack-plugin": "^5.6.6", + "html-webpack-plugin": "^5.6.8", "jsdom": "^30.0.1", "mocha": "11.7.5", "mocha-multi-reporters": "1.5.1", @@ -2522,10 +2522,11 @@ } }, "node_modules/html-webpack-plugin": { - "version": "5.6.6", - "resolved": "https://registry.npmjs.org/html-webpack-plugin/-/html-webpack-plugin-5.6.6.tgz", - "integrity": "sha512-bLjW01UTrvoWTJQL5LsMRo1SypHW80FTm12OJRSnr3v6YHNhfe+1r0MYUZJMACxnCHURVnBWRwAsWs2yPU9Ezw==", + "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": { "@types/html-minifier-terser": "^6.0.0", "html-minifier-terser": "^6.0.2", @@ -2541,7 +2542,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/src/microsoft-trydotnet-editor/package.json b/src/microsoft-trydotnet-editor/package.json index 9994c7b83..c552e2b74 100644 --- a/src/microsoft-trydotnet-editor/package.json +++ b/src/microsoft-trydotnet-editor/package.json @@ -36,7 +36,7 @@ "css-loader": "^7.1.4", "eslint": "^10.8.1", "file-loader": "6.2.0", - "html-webpack-plugin": "^5.6.6", + "html-webpack-plugin": "^5.6.8", "jsdom": "^30.0.1", "mocha": "11.7.5", "mocha-multi-reporters": "1.5.1",