Skip to content

Commit

Permalink
Bump html-webpack-plugin from 5.5.4 to 5.6.0 in /client (#2479)
Browse files Browse the repository at this point in the history
Bumps [html-webpack-plugin](https://github.com/jantimon/html-webpack-plugin) from 5.5.4 to 5.6.0.
- [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.5.4...v5.6.0)

---
updated-dependencies:
- dependency-name: html-webpack-plugin
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

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 Dec 22, 2023
1 parent 8802c3d commit c0068e8
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 6 deletions.
2 changes: 1 addition & 1 deletion client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"eslint-webpack-plugin": "^4.0.1",
"font-awesome": "^4.7.0",
"git-revision-webpack-plugin": "^5.0.0",
"html-webpack-plugin": "^5.5.4",
"html-webpack-plugin": "^5.6.0",
"license-webpack-plugin": "^4.0.2",
"riot": "^3.13.2",
"riot-compiler": "^3.6.0",
Expand Down
16 changes: 11 additions & 5 deletions client/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2394,7 +2394,7 @@ __metadata:
eslint-webpack-plugin: "npm:^4.0.1"
font-awesome: "npm:^4.7.0"
git-revision-webpack-plugin: "npm:^5.0.0"
html-webpack-plugin: "npm:^5.5.4"
html-webpack-plugin: "npm:^5.6.0"
license-webpack-plugin: "npm:^4.0.2"
riot: "npm:^3.13.2"
riot-compiler: "npm:^3.6.0"
Expand Down Expand Up @@ -2427,18 +2427,24 @@ __metadata:
languageName: node
linkType: hard

"html-webpack-plugin@npm:^5.5.4":
version: 5.5.4
resolution: "html-webpack-plugin@npm:5.5.4"
"html-webpack-plugin@npm:^5.6.0":
version: 5.6.0
resolution: "html-webpack-plugin@npm:5.6.0"
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
checksum: ef3ceb84a1cd4304a3b4d2391e767ed8a32ec99454dff90daca6654bed689a54b0bc43de5a498564718e02df71e13ffb492b61234c09f59f6ab058e2c2a25be6
peerDependenciesMeta:
"@rspack/core":
optional: true
webpack:
optional: true
checksum: d651f3a88a7c932c72c6a30f0fdd610b49a864a69f1ddb34562c750f1602ea471e27fd8fc32c01adadd484b38fa6b74f055d1ccce26e5f8fcf814ee0d398a121
languageName: node
linkType: hard

Expand Down

0 comments on commit c0068e8

Please sign in to comment.