Skip to content

Commit ae282da

Browse files
committed
build(deps): upgrade html-webpack-plugin to 4.5.0
1 parent 7866c5b commit ae282da

File tree

1 file changed

+20
-25
lines changed

1 file changed

+20
-25
lines changed

yarn.lock

Lines changed: 20 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1597,7 +1597,7 @@
15971597
"@types/source-list-map" "*"
15981598
source-map "^0.7.3"
15991599

1600-
"@types/webpack@*", "@types/webpack@^4.41.8":
1600+
"@types/webpack@*":
16011601
version "4.41.22"
16021602
resolved "https://registry.yarnpkg.com/@types/webpack/-/webpack-4.41.22.tgz#ff9758a17c6bd499e459b91e78539848c32d0731"
16031603
integrity sha512-JQDJK6pj8OMV9gWOnN1dcLCyU9Hzs6lux0wBO4lr1+gyEhIBR9U3FMrz12t2GPkg110XAxEAw2WHF6g7nZIbRQ==
@@ -1609,7 +1609,7 @@
16091609
"@types/webpack-sources" "*"
16101610
source-map "^0.6.0"
16111611

1612-
"@types/webpack@^4.41.21":
1612+
"@types/webpack@^4.41.21", "@types/webpack@^4.41.8":
16131613
version "4.41.23"
16141614
resolved "https://registry.yarnpkg.com/@types/webpack/-/webpack-4.41.23.tgz#1925f42a7325be4ae0fce38329f1cc27768fcda7"
16151615
integrity sha512-ojA4CupZg8RCzVJLugWlvqrHpT59GWhqFxbinlsnvk10MjQCWB+ot7XDACctbWhnhtdhYK7+HOH1JxkVLiZhMg==
@@ -4106,9 +4106,9 @@ entities@^1.1.1, entities@~1.1.1:
41064106
integrity sha512-f2LZMYl1Fzu7YSBKg+RoROelpOaNrcGmE9AZubeDfrCEia483oW4MI4VyFd5VNHIgQ/7qm1I0wUHK1eJnn2y2w==
41074107

41084108
entities@^2.0.0:
4109-
version "2.0.3"
4110-
resolved "https://registry.yarnpkg.com/entities/-/entities-2.0.3.tgz#5c487e5742ab93c15abb5da22759b8590ec03b7f"
4111-
integrity sha512-MyoZ0jgnLvB2X3Lg5HqpFmn1kybDiIfEQmKzTb5apr51Rb+T3KdmMiqa70T+bhGnyv7bQ6WMj2QMHpGMmlrUYQ==
4109+
version "2.1.0"
4110+
resolved "https://registry.yarnpkg.com/entities/-/entities-2.1.0.tgz#992d3129cf7df6870b96c57858c249a120f8b8b5"
4111+
integrity sha512-hCx1oky9PFrJ611mf0ifBLBRW8lUUVRlFolb5gWRfIELabBlbp9xZvrqZLZAs+NxFnbfQoeGd8wDkygjg7U85w==
41124112

41134113
env-paths@^2.2.0:
41144114
version "2.2.0"
@@ -5717,9 +5717,9 @@ html-minifier-terser@^5.0.1:
57175717
terser "^4.6.3"
57185718

57195719
html-webpack-plugin@^4.4.1:
5720-
version "4.4.1"
5721-
resolved "https://registry.yarnpkg.com/html-webpack-plugin/-/html-webpack-plugin-4.4.1.tgz#61ab85aa1a84ba181443345ebaead51abbb84149"
5722-
integrity sha512-nEtdEIsIGXdXGG7MjTTZlmhqhpHU9pJFc1OYxcP36c5/ZKP6b0BJMww2QTvJGQYA9aMxUnjDujpZdYcVOXiBCQ==
5720+
version "4.5.0"
5721+
resolved "https://registry.yarnpkg.com/html-webpack-plugin/-/html-webpack-plugin-4.5.0.tgz#625097650886b97ea5dae331c320e3238f6c121c"
5722+
integrity sha512-MouoXEYSjTzCrjIxWwg8gxL5fE2X2WZJLmBYXlaJhQUH5K/b5OrqmV7T4dB7iu0xkmJ6JlUuV6fFVtnqbPopZw==
57235723
dependencies:
57245724
"@types/html-minifier-terser" "^5.0.0"
57255725
"@types/tapable" "^1.0.5"
@@ -8382,12 +8382,12 @@ pretty-bytes@^1.0.2:
83828382
meow "^3.1.0"
83838383

83848384
pretty-error@^2.1.1:
8385-
version "2.1.1"
8386-
resolved "https://registry.yarnpkg.com/pretty-error/-/pretty-error-2.1.1.tgz#5f4f87c8f91e5ae3f3ba87ab4cf5e03b1a17f1a3"
8387-
integrity sha1-X0+HyPkeWuPzuoerTPXgOxoX8aM=
8385+
version "2.1.2"
8386+
resolved "https://registry.yarnpkg.com/pretty-error/-/pretty-error-2.1.2.tgz#be89f82d81b1c86ec8fdfbc385045882727f93b6"
8387+
integrity sha512-EY5oDzmsX5wvuynAByrmY0P0hcp+QpnAKbJng2A2MPjVKXCxrDSUkzghVJ4ZGPIv+JC4gX8fPUWscC0RtjsWGw==
83888388
dependencies:
8389-
renderkid "^2.0.1"
8390-
utila "~0.4"
8389+
lodash "^4.17.20"
8390+
renderkid "^2.0.4"
83918391

83928392
pretty-ms@^7.0.0:
83938393
version "7.0.0"
@@ -8861,16 +8861,16 @@ remove-trailing-separator@^1.0.1:
88618861
resolved "https://registry.yarnpkg.com/remove-trailing-separator/-/remove-trailing-separator-1.1.0.tgz#c24bce2a283adad5bc3f58e0d48249b92379d8ef"
88628862
integrity sha1-wkvOKig62tW8P1jg1IJJuSN52O8=
88638863

8864-
renderkid@^2.0.1:
8865-
version "2.0.3"
8866-
resolved "https://registry.yarnpkg.com/renderkid/-/renderkid-2.0.3.tgz#380179c2ff5ae1365c522bf2fcfcff01c5b74149"
8867-
integrity sha512-z8CLQp7EZBPCwCnncgf9C4XAi3WR0dv+uWu/PjIyhhAb5d6IJ/QZqlHFprHeKT+59//V6BNUsLbvN8+2LarxGA==
8864+
renderkid@^2.0.4:
8865+
version "2.0.4"
8866+
resolved "https://registry.yarnpkg.com/renderkid/-/renderkid-2.0.4.tgz#d325e532afb28d3f8796ffee306be8ffd6fc864c"
8867+
integrity sha512-K2eXrSOJdq+HuKzlcjOlGoOarUu5SDguDEhE7+Ah4zuOWL40j8A/oHvLlLob9PSTNvVnBd+/q0Er1QfpEuem5g==
88688868
dependencies:
88698869
css-select "^1.1.0"
88708870
dom-converter "^0.2"
88718871
htmlparser2 "^3.3.0"
8872+
lodash "^4.17.20"
88728873
strip-ansi "^3.0.0"
8873-
utila "^0.4.0"
88748874

88758875
repeat-element@^1.1.2:
88768876
version "1.1.3"
@@ -10091,12 +10091,7 @@ tsconfig-paths@^3.9.0:
1009110091
minimist "^1.2.0"
1009210092
strip-bom "^3.0.0"
1009310093

10094-
tslib@^1.10.0:
10095-
version "1.13.0"
10096-
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.13.0.tgz#c881e13cc7015894ed914862d276436fa9a47043"
10097-
integrity sha512-i/6DQjL8Xf3be4K/E6Wgpekn5Qasl1usyw++dAA35Ue5orEn65VIxOA+YvNNl9HV3qv70T7CNwjODHZrLwvd1Q==
10098-
10099-
tslib@^1.8.1, tslib@^1.9.0:
10094+
tslib@^1.10.0, tslib@^1.8.1, tslib@^1.9.0:
1010010095
version "1.14.1"
1010110096
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.14.1.tgz#cf2d38bdc34a134bcaf1091c41f6619e2f672d00"
1010210097
integrity sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==
@@ -10445,7 +10440,7 @@ util@^0.11.0:
1044510440
dependencies:
1044610441
inherits "2.0.3"
1044710442

10448-
utila@^0.4.0, utila@~0.4:
10443+
utila@~0.4:
1044910444
version "0.4.0"
1045010445
resolved "https://registry.yarnpkg.com/utila/-/utila-0.4.0.tgz#8a16a05d445657a3aea5eecc5b12a4fa5379772c"
1045110446
integrity sha1-ihagXURWV6Oupe7MWxKk+lN5dyw=

0 commit comments

Comments
 (0)