Skip to content

Commit 8f8b0b2

Browse files
build(deps-dev): bump html-webpack-plugin from 5.5.0 to 5.6.0 (docschina#1891)
Bumps [html-webpack-plugin](https://github.com/jantimon/html-webpack-plugin) from 5.5.0 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.0...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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d168df6 commit 8f8b0b2

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@
101101
"front-matter": "^4.0.2",
102102
"github-slugger": "^2.0.0",
103103
"html-loader": "^4.2.0",
104-
"html-webpack-plugin": "^5.5.0",
104+
"html-webpack-plugin": "^5.6.0",
105105
"http-server": "^14.1.1",
106106
"husky": "^8.0.3",
107107
"hyperlink": "^5.0.4",

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -6871,10 +6871,10 @@ html-void-elements@^2.0.0:
68716871
resolved "https://registry.yarnpkg.com/html-void-elements/-/html-void-elements-2.0.0.tgz#ea71bae0dd33de675cdda3c4ace1bc7584bb1071"
68726872
integrity sha512-4OYzQQsBt0G9bJ/nM9/DDsjm4+fVdzAaPJJcWk5QwA3GIAPxQEeOR0rsI8HbDHQz5Gta8pVvGnnTNSbZVEVvkQ==
68736873

6874-
html-webpack-plugin@^5.5.0:
6875-
version "5.5.0"
6876-
resolved "https://registry.yarnpkg.com/html-webpack-plugin/-/html-webpack-plugin-5.5.0.tgz#c3911936f57681c1f9f4d8b68c158cd9dfe52f50"
6877-
integrity sha512-sy88PC2cRTVxvETRgUHFrL4No3UxvcH8G1NepGhqaTT+GXN2kTamqasot0inS5hXeg1cMbFDt27zzo9p35lZVw==
6874+
html-webpack-plugin@^5.6.0:
6875+
version "5.6.0"
6876+
resolved "https://registry.yarnpkg.com/html-webpack-plugin/-/html-webpack-plugin-5.6.0.tgz#50a8fa6709245608cb00e811eacecb8e0d7b7ea0"
6877+
integrity sha512-iwaY4wzbe48AfKLZ/Cc8k0L+FKG6oSNRaZ8x5A/T/IVDGyXcbHncM9TdDa93wn0FsSm82FhTKW7f3vS61thXAw==
68786878
dependencies:
68796879
"@types/html-minifier-terser" "^6.0.0"
68806880
html-minifier-terser "^6.0.2"

0 commit comments

Comments
 (0)