Skip to content

Commit

Permalink
Update dependency html-webpack-plugin to ^4.4.1 (#3523)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 1, 2020
1 parent 935147b commit 40b751a
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/kind-tips-reply.md
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`.
2 changes: 1 addition & 1 deletion packages/app-admin-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"falsey": "^1.0.0",
"file-loader": "^3.0.1",
"graphql": "^14.7.0",
"html-webpack-plugin": "^4.3.0",
"html-webpack-plugin": "^4.4.1",
"lodash.debounce": "^4.0.8",
"lodash.set": "^4.3.2",
"lodash.throttle": "^4.1.1",
Expand Down
15 changes: 15 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 40b751a

Please sign in to comment.