-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update dependency html-webpack-plugin to ^4.4.1 (#3523)
- Loading branch information
1 parent
935147b
commit 40b751a
Showing
3 changed files
with
21 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"@keystonejs/app-admin-ui": patch | ||
--- | ||
|
||
Updated dependency `html-webpack-plugin` to `^4.4.1`. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14153,6 +14153,21 @@ html-webpack-plugin@^4.3.0: | |
tapable "^1.1.3" | ||
util.promisify "1.0.0" | ||
|
||
html-webpack-plugin@^4.4.1: | ||
version "4.4.1" | ||
resolved "https://registry.yarnpkg.com/html-webpack-plugin/-/html-webpack-plugin-4.4.1.tgz#61ab85aa1a84ba181443345ebaead51abbb84149" | ||
integrity sha512-nEtdEIsIGXdXGG7MjTTZlmhqhpHU9pJFc1OYxcP36c5/ZKP6b0BJMww2QTvJGQYA9aMxUnjDujpZdYcVOXiBCQ== | ||
dependencies: | ||
"@types/html-minifier-terser" "^5.0.0" | ||
"@types/tapable" "^1.0.5" | ||
"@types/webpack" "^4.41.8" | ||
html-minifier-terser "^5.0.1" | ||
loader-utils "^1.2.3" | ||
lodash "^4.17.15" | ||
pretty-error "^2.1.1" | ||
tapable "^1.1.3" | ||
util.promisify "1.0.0" | ||
|
||
[email protected]: | ||
version "4.1.0" | ||
resolved "https://registry.yarnpkg.com/htmlparser2/-/htmlparser2-4.1.0.tgz#9a4ef161f2e4625ebf7dfbe6c0a2f52d18a59e78" | ||
|