Skip to content

Commit 057f339

Browse files
chore(deps-dev): bump html-webpack-plugin from 5.6.0 to 5.6.2
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:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent f640ff1 commit 057f339

File tree

2 files changed

+24
-3
lines changed

2 files changed

+24
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"extract-zip": "^2.0.1",
5151
"fast-glob": "^3.3.2",
5252
"glob": "^11.0.0",
53-
"html-webpack-plugin": "^5.6.0",
53+
"html-webpack-plugin": "^5.6.2",
5454
"less": "^4.2.0",
5555
"less-loader": "^12.2.0",
5656
"listr2": "^8.2.5",

yarn.lock

Lines changed: 23 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3676,7 +3676,7 @@ __metadata:
36763676
extract-zip: "npm:^2.0.1"
36773677
fast-glob: "npm:^3.3.2"
36783678
glob: "npm:^11.0.0"
3679-
html-webpack-plugin: "npm:^5.6.0"
3679+
html-webpack-plugin: "npm:^5.6.2"
36803680
js-yaml: "npm:^4.1.0"
36813681
less: "npm:^4.2.0"
36823682
less-loader: "npm:^12.2.0"
@@ -6375,7 +6375,7 @@ __metadata:
63756375
languageName: node
63766376
linkType: hard
63776377

6378-
"html-webpack-plugin@npm:^5.5.3, html-webpack-plugin@npm:^5.6.0":
6378+
"html-webpack-plugin@npm:^5.5.3":
63796379
version: 5.6.0
63806380
resolution: "html-webpack-plugin@npm:5.6.0"
63816381
dependencies:
@@ -6396,6 +6396,27 @@ __metadata:
63966396
languageName: node
63976397
linkType: hard
63986398

6399+
"html-webpack-plugin@npm:^5.6.2":
6400+
version: 5.6.2
6401+
resolution: "html-webpack-plugin@npm:5.6.2"
6402+
dependencies:
6403+
"@types/html-minifier-terser": "npm:^6.0.0"
6404+
html-minifier-terser: "npm:^6.0.2"
6405+
lodash: "npm:^4.17.21"
6406+
pretty-error: "npm:^4.0.0"
6407+
tapable: "npm:^2.0.0"
6408+
peerDependencies:
6409+
"@rspack/core": 0.x || 1.x
6410+
webpack: ^5.20.0
6411+
peerDependenciesMeta:
6412+
"@rspack/core":
6413+
optional: true
6414+
webpack:
6415+
optional: true
6416+
checksum: 10/ab04cd2ac138a9c2b4b9cbe347704d59ea94c54ee279c9e16aeb5d432813bc44a6b0539acebe3a1eddb87f79dbe1f8e2b365faef2624a88457ffcac4122a85ba
6417+
languageName: node
6418+
linkType: hard
6419+
63996420
"htmlparser2@npm:^6.1.0":
64006421
version: 6.1.0
64016422
resolution: "htmlparser2@npm:6.1.0"

0 commit comments

Comments
 (0)