From 467dd91dded2fcf7231a85e81137f8dcc8d6d44b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 09:44:14 +0300 Subject: [PATCH] build(deps): Bump html-webpack-plugin from 5.6.0 to 5.6.2 (#7799) Bumps [html-webpack-plugin](https://github.com/jantimon/html-webpack-plugin) from 5.6.0 to 5.6.2. - [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.0...v5.6.2) --- updated-dependencies: - dependency-name: html-webpack-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- benchmark/package.json | 2 +- yarn.lock | 23 ++++++++++++++++++++++- 2 files changed, 23 insertions(+), 2 deletions(-) diff --git a/benchmark/package.json b/benchmark/package.json index 9a0c70f046..21f71ee49f 100644 --- a/benchmark/package.json +++ b/benchmark/package.json @@ -17,7 +17,7 @@ "css-minimizer-webpack-plugin": "^7.0.0", "dotenv": "^16.4.5", "finalhandler": "1.3.1", - "html-webpack-plugin": "^5.5.0", + "html-webpack-plugin": "^5.6.2", "mini-css-extract-plugin": "^2.9.1", "playwright": "1.47.2", "postcss": "^8.4.47", diff --git a/yarn.lock b/yarn.lock index f3b2387f3d..bd3df000e4 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5163,7 +5163,7 @@ __metadata: css-minimizer-webpack-plugin: "npm:^7.0.0" dotenv: "npm:^16.4.5" finalhandler: "npm:1.3.1" - html-webpack-plugin: "npm:^5.5.0" + html-webpack-plugin: "npm:^5.6.2" mini-css-extract-plugin: "npm:^2.9.1" playwright: "npm:1.47.2" postcss: "npm:^8.4.47" @@ -9249,6 +9249,27 @@ __metadata: languageName: node linkType: hard +"html-webpack-plugin@npm:^5.6.2": + version: 5.6.2 + resolution: "html-webpack-plugin@npm:5.6.2" + dependencies: + "@types/html-minifier-terser": "npm:^6.0.0" + html-minifier-terser: "npm:^6.0.2" + lodash: "npm:^4.17.21" + pretty-error: "npm:^4.0.0" + tapable: "npm:^2.0.0" + peerDependencies: + "@rspack/core": 0.x || 1.x + webpack: ^5.20.0 + peerDependenciesMeta: + "@rspack/core": + optional: true + webpack: + optional: true + checksum: 10/ab04cd2ac138a9c2b4b9cbe347704d59ea94c54ee279c9e16aeb5d432813bc44a6b0539acebe3a1eddb87f79dbe1f8e2b365faef2624a88457ffcac4122a85ba + languageName: node + linkType: hard + "htmlparser2@npm:^6.1.0": version: 6.1.0 resolution: "htmlparser2@npm:6.1.0"