Skip to content

Commit df8c346

Browse files
build(deps): bump html-webpack-plugin from 5.5.4 to 5.6.0 (#2196)
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:production 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>
1 parent fd854c5 commit df8c346

File tree

2 files changed

+12
-6
lines changed

2 files changed

+12
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
"fake-indexeddb": "^5.0.1",
6565
"file-loader": "^6.2.0",
6666
"fs-extra": "^11.2.0",
67-
"html-webpack-plugin": "^5.5.4",
67+
"html-webpack-plugin": "^5.6.0",
6868
"identity-obj-proxy": "^3.0.0",
6969
"jest": "^29.7.0",
7070
"jest-environment-jsdom": "^29.7.0",

yarn.lock

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2905,7 +2905,7 @@ __metadata:
29052905
fake-indexeddb: ^5.0.1
29062906
file-loader: ^6.2.0
29072907
fs-extra: ^11.2.0
2908-
html-webpack-plugin: ^5.5.4
2908+
html-webpack-plugin: ^5.6.0
29092909
identity-obj-proxy: ^3.0.0
29102910
jest: ^29.7.0
29112911
jest-environment-jsdom: ^29.7.0
@@ -10084,18 +10084,24 @@ __metadata:
1008410084
languageName: node
1008510085
linkType: hard
1008610086

10087-
"html-webpack-plugin@npm:^5.5.4":
10088-
version: 5.5.4
10089-
resolution: "html-webpack-plugin@npm:5.5.4"
10087+
"html-webpack-plugin@npm:^5.6.0":
10088+
version: 5.6.0
10089+
resolution: "html-webpack-plugin@npm:5.6.0"
1009010090
dependencies:
1009110091
"@types/html-minifier-terser": ^6.0.0
1009210092
html-minifier-terser: ^6.0.2
1009310093
lodash: ^4.17.21
1009410094
pretty-error: ^4.0.0
1009510095
tapable: ^2.0.0
1009610096
peerDependencies:
10097+
"@rspack/core": 0.x || 1.x
1009710098
webpack: ^5.20.0
10098-
checksum: b49befb73d67a3716fd0e6f7776b108d2b0b7050fb8221f05cd114cbae13c03150a13b7cdf5e76170be040ce7936a1cf76f7a4bfd9ebe1552b72d7889a74c374
10099+
peerDependenciesMeta:
10100+
"@rspack/core":
10101+
optional: true
10102+
webpack:
10103+
optional: true
10104+
checksum: 32a6e41da538e798fd0be476637d7611a5e8a98a3508f031996e9eb27804dcdc282cb01f847cf5d066f21b49cfb8e21627fcf977ffd0c9bea81cf80e5a65070d
1009910105
languageName: node
1010010106
linkType: hard
1010110107

0 commit comments

Comments
 (0)