Skip to content

Commit 6639803

Browse files
build(deps): bump html-webpack-plugin from 4.3.0 to 4.4.1 (#1940)
* build(deps): bump html-webpack-plugin from 4.3.0 to 4.4.1 Bumps [html-webpack-plugin](https://github.com/jantimon/html-webpack-plugin) from 4.3.0 to 4.4.1. - [Release notes](https://github.com/jantimon/html-webpack-plugin/releases) - [Changelog](https://github.com/jantimon/html-webpack-plugin/blob/master/CHANGELOG.md) - [Commits](jantimon/html-webpack-plugin@v4.3.0...v4.4.1) Signed-off-by: dependabot[bot] <support@github.com> * Finish upgrading via bolt Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dependabot[bot] <dependabot[bot]@users.noreply.github.com>
1 parent e47f318 commit 6639803

File tree

3 files changed

+12
-7
lines changed

3 files changed

+12
-7
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"fs-extra": "^9.0.1",
5858
"glob": "^7.1.5",
5959
"global": "^4.3.2",
60-
"html-webpack-plugin": "^4.0.2",
60+
"html-webpack-plugin": "^4.4.1",
6161
"inquirer": "^7.3.3",
6262
"lodash": "^4.17.20",
6363
"log-symbols": "^4.0.0",

packages/plugin/webpack/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"express": "^4.17.1",
2727
"fs-extra": "^9.0.1",
2828
"global": "^4.3.2",
29-
"html-webpack-plugin": "^4.0.2",
29+
"html-webpack-plugin": "^4.4.1",
3030
"webpack": "^4.42.0",
3131
"webpack-dev-middleware": "^3.7.2",
3232
"webpack-hot-middleware": "^2.25.0",

yarn.lock

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1365,7 +1365,12 @@
13651365
"@types/node" "*"
13661366
form-data "^3.0.0"
13671367

1368-
"@types/node@*", "@types/node@>= 8", "@types/node@^14.6.1":
1368+
"@types/node@*":
1369+
version "14.6.2"
1370+
resolved "https://registry.yarnpkg.com/@types/node/-/node-14.6.2.tgz#264b44c5a28dfa80198fc2f7b6d3c8a054b9491f"
1371+
integrity sha512-onlIwbaeqvZyniGPfdw/TEhKIh79pz66L1q06WUQqJLnAb6wbjvOtepLYTGHTqzdXgBYIE3ZdmqHDGsRsbBz7A==
1372+
1373+
"@types/node@>= 8", "@types/node@^14.6.1":
13691374
version "14.6.1"
13701375
resolved "https://registry.yarnpkg.com/@types/node/-/node-14.6.1.tgz#fdf6f6c6c73d3d8eee9c98a9a0485bc524b048d7"
13711376
integrity sha512-HnYlg/BRF8uC1FyKRFZwRaCPTPYKa+6I8QiUZFLredaGOou481cgFS4wKRFyKvQtX8xudqkSdBczJHIYSQYKrQ==
@@ -5425,10 +5430,10 @@ html-minifier-terser@^5.0.1:
54255430
relateurl "^0.2.7"
54265431
terser "^4.6.3"
54275432

5428-
html-webpack-plugin@^4.0.2:
5429-
version "4.3.0"
5430-
resolved "https://registry.yarnpkg.com/html-webpack-plugin/-/html-webpack-plugin-4.3.0.tgz#53bf8f6d696c4637d5b656d3d9863d89ce8174fd"
5431-
integrity sha512-C0fzKN8yQoVLTelcJxZfJCE+aAvQiY2VUf3UuKrR4a9k5UMWYOtpDLsaXwATbcVCnI05hUS7L9ULQHWLZhyi3w==
5433+
html-webpack-plugin@^4.4.1:
5434+
version "4.4.1"
5435+
resolved "https://registry.yarnpkg.com/html-webpack-plugin/-/html-webpack-plugin-4.4.1.tgz#61ab85aa1a84ba181443345ebaead51abbb84149"
5436+
integrity sha512-nEtdEIsIGXdXGG7MjTTZlmhqhpHU9pJFc1OYxcP36c5/ZKP6b0BJMww2QTvJGQYA9aMxUnjDujpZdYcVOXiBCQ==
54325437
dependencies:
54335438
"@types/html-minifier-terser" "^5.0.0"
54345439
"@types/tapable" "^1.0.5"

0 commit comments

Comments
 (0)