Skip to content

Commit

Permalink
chore(deps): update dependency html-webpack-plugin to v5.6.2 (#756)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 17, 2024
1 parent 05a1983 commit fce98ca
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"dotenv-webpack": "8.1.0",
"favicons": "7.2.0",
"favicons-webpack-plugin": "6.0.1",
"html-webpack-plugin": "5.6.0",
"html-webpack-plugin": "5.6.2",
"husky": "9",
"postcss": "8.4.47",
"postcss-loader": "8",
Expand Down
25 changes: 23 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2603,7 +2603,28 @@ __metadata:
languageName: node
linkType: hard

"html-webpack-plugin@npm:5.6.0, html-webpack-plugin@npm:^5.5.0":
"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

"html-webpack-plugin@npm:^5.5.0":
version: 5.6.0
resolution: "html-webpack-plugin@npm:5.6.0"
dependencies:
Expand Down Expand Up @@ -3295,7 +3316,7 @@ __metadata:
dotenv-webpack: "npm:8.1.0"
favicons: "npm:7.2.0"
favicons-webpack-plugin: "npm:6.0.1"
html-webpack-plugin: "npm:5.6.0"
html-webpack-plugin: "npm:5.6.2"
husky: "npm:9"
postcss: "npm:8.4.47"
postcss-loader: "npm:8"
Expand Down

0 comments on commit fce98ca

Please sign in to comment.