Skip to content

Commit

Permalink
build(deps): Bump html-webpack-plugin from 5.6.0 to 5.6.2 (#7799)
Browse files Browse the repository at this point in the history
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](jantimon/html-webpack-plugin@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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 21, 2024
1 parent 3f3c19b commit 467dd91
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 2 deletions.
2 changes: 1 addition & 1 deletion benchmark/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
23 changes: 22 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit 467dd91

Please sign in to comment.