Skip to content

Commit 707dc46

Browse files
build(deps-dev): bump html-webpack-plugin from 4.3.0 to 5.3.1
Bumps [html-webpack-plugin](https://github.com/jantimon/html-webpack-plugin) from 4.3.0 to 5.3.1. - [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@v4.3.0...v5.3.1) Signed-off-by: dependabot-preview[bot] <[email protected]>
1 parent 358eeab commit 707dc46

File tree

2 files changed

+14
-113
lines changed

2 files changed

+14
-113
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"@uirouter/cypress-runner": "^1.1.0",
4141
"codelyzer": "^6.0.2",
4242
"fibers": "5.0.0",
43-
"html-webpack-plugin": "4.3.0",
43+
"html-webpack-plugin": "5.3.1",
4444
"node-sass": "4.14.1",
4545
"shx": "^0.3.3",
4646
"tslint": "6.1.2",

yarn.lock

+13-112
Original file line numberDiff line numberDiff line change
@@ -1434,11 +1434,6 @@
14341434
resolved "https://registry.yarnpkg.com/@tootallnate/once/-/once-1.1.2.tgz#ccb91445360179a04e7fe6aff78c00ffc1eeaf82"
14351435
integrity sha512-RbzJvlNzmRq5c3O09UipeuXno4tA1FE6ikOjxZK0tuxVv3412l64l5t1W5pj4+rJq9vpkm/kwiR07aZXnsKPxw==
14361436

1437-
"@types/anymatch@*":
1438-
version "1.3.1"
1439-
resolved "https://registry.yarnpkg.com/@types/anymatch/-/anymatch-1.3.1.tgz#336badc1beecb9dacc38bea2cf32adf627a8421a"
1440-
integrity sha512-/+CRPXpBDpo2RK9C68N3b2cOvO0Cf5B9aPijHsoDQTHivnGSObdOF2BRQOYjojWTDy6nQvMjmqRXIxH55VjxxA==
1441-
14421437
"@types/color-name@^1.1.1":
14431438
version "1.1.1"
14441439
resolved "https://registry.yarnpkg.com/@types/color-name/-/color-name-1.1.1.tgz#1c1261bbeaa10a8055bbc5d8ab84b7b2afc846a0"
@@ -1508,27 +1503,6 @@
15081503
resolved "https://registry.yarnpkg.com/@types/source-list-map/-/source-list-map-0.1.2.tgz#0078836063ffaf17412349bba364087e0ac02ec9"
15091504
integrity sha512-K5K+yml8LTo9bWJI/rECfIPrGgxdpeNbj+d53lwN4QjW1MCwlkhUms+gtdzigTeUyBr09+u8BwOIY3MXvHdcsA==
15101505

1511-
"@types/tapable@*", "@types/tapable@^1.0.5":
1512-
version "1.0.6"
1513-
resolved "https://registry.yarnpkg.com/@types/tapable/-/tapable-1.0.6.tgz#a9ca4b70a18b270ccb2bc0aaafefd1d486b7ea74"
1514-
integrity sha512-W+bw9ds02rAQaMvaLYxAbJ6cvguW/iJXNT6lTssS1ps6QdrMKttqEAMEG/b5CR8TZl3/L7/lH0ZV5nNR1LXikA==
1515-
1516-
"@types/uglify-js@*":
1517-
version "3.9.3"
1518-
resolved "https://registry.yarnpkg.com/@types/uglify-js/-/uglify-js-3.9.3.tgz#d94ed608e295bc5424c9600e6b8565407b6b4b6b"
1519-
integrity sha512-KswB5C7Kwduwjj04Ykz+AjvPcfgv/37Za24O2EDzYNbwyzOo8+ydtvzUfZ5UMguiVu29Gx44l1A6VsPPcmYu9w==
1520-
dependencies:
1521-
source-map "^0.6.1"
1522-
1523-
"@types/webpack-sources@*":
1524-
version "1.4.0"
1525-
resolved "https://registry.yarnpkg.com/@types/webpack-sources/-/webpack-sources-1.4.0.tgz#e58f1f05f87d39a5c64cf85705bdbdbb94d4d57e"
1526-
integrity sha512-c88dKrpSle9BtTqR6ifdaxu1Lvjsl3C5OsfvuUbUwdXymshv1TkufUAXBajCCUM/f/TmnkZC/Esb03MinzSiXQ==
1527-
dependencies:
1528-
"@types/node" "*"
1529-
"@types/source-list-map" "*"
1530-
source-map "^0.7.3"
1531-
15321506
"@types/webpack-sources@^0.1.5":
15331507
version "0.1.5"
15341508
resolved "https://registry.yarnpkg.com/@types/webpack-sources/-/webpack-sources-0.1.5.tgz#be47c10f783d3d6efe1471ff7f042611bd464a92"
@@ -1538,18 +1512,6 @@
15381512
"@types/source-list-map" "*"
15391513
source-map "^0.6.1"
15401514

1541-
"@types/webpack@^4.41.8":
1542-
version "4.41.21"
1543-
resolved "https://registry.yarnpkg.com/@types/webpack/-/webpack-4.41.21.tgz#cc685b332c33f153bb2f5fc1fa3ac8adeb592dee"
1544-
integrity sha512-2j9WVnNrr/8PLAB5csW44xzQSJwS26aOnICsP3pSGCEdsu6KYtfQ6QJsVUKHWRnm1bL7HziJsfh5fHqth87yKA==
1545-
dependencies:
1546-
"@types/anymatch" "*"
1547-
"@types/node" "*"
1548-
"@types/tapable" "*"
1549-
"@types/uglify-js" "*"
1550-
"@types/webpack-sources" "*"
1551-
source-map "^0.6.0"
1552-
15531515
"@uirouter/angular@^8.0.1":
15541516
version "8.0.1"
15551517
resolved "https://registry.yarnpkg.com/@uirouter/angular/-/angular-8.0.1.tgz#72be1b8483f19f32912365a7a207e6a4de749790"
@@ -4004,24 +3966,6 @@ es-abstract@^1.17.0-next.1, es-abstract@^1.17.2:
40043966
string.prototype.trimleft "^2.1.1"
40053967
string.prototype.trimright "^2.1.1"
40063968

4007-
es-abstract@^1.5.1:
4008-
version "1.11.0"
4009-
resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.11.0.tgz#cce87d518f0496893b1a30cd8461835535480681"
4010-
dependencies:
4011-
es-to-primitive "^1.1.1"
4012-
function-bind "^1.1.1"
4013-
has "^1.0.1"
4014-
is-callable "^1.1.3"
4015-
is-regex "^1.0.4"
4016-
4017-
es-to-primitive@^1.1.1:
4018-
version "1.1.1"
4019-
resolved "https://registry.yarnpkg.com/es-to-primitive/-/es-to-primitive-1.1.1.tgz#45355248a88979034b6792e19bb81f2b7975dd0d"
4020-
dependencies:
4021-
is-callable "^1.1.1"
4022-
is-date-object "^1.0.1"
4023-
is-symbol "^1.0.1"
4024-
40253969
es-to-primitive@^1.2.1:
40263970
version "1.2.1"
40273971
resolved "https://registry.yarnpkg.com/es-to-primitive/-/es-to-primitive-1.2.1.tgz#e55cd4c9cdc188bcefb03b366c736323fc5c898a"
@@ -4640,7 +4584,7 @@ fstream@^1.0.0, fstream@^1.0.12:
46404584
mkdirp ">=0.5 0"
46414585
rimraf "2"
46424586

4643-
function-bind@^1.0.2, function-bind@^1.1.1:
4587+
function-bind@^1.1.1:
46444588
version "1.1.1"
46454589
resolved "https://registry.yarnpkg.com/function-bind/-/function-bind-1.1.1.tgz#a56899d3ea3c9bab874bb9773b7c5ede92f4895d"
46464590

@@ -4896,12 +4840,6 @@ has@^1.0.0, has@^1.0.3:
48964840
dependencies:
48974841
function-bind "^1.1.1"
48984842

4899-
has@^1.0.1:
4900-
version "1.0.1"
4901-
resolved "https://registry.yarnpkg.com/has/-/has-1.0.1.tgz#8461733f538b0837c9361e39a9ab9e9704dc2f28"
4902-
dependencies:
4903-
function-bind "^1.0.2"
4904-
49054843
hash-base@^3.0.0:
49064844
version "3.0.4"
49074845
resolved "https://registry.yarnpkg.com/hash-base/-/hash-base-3.0.4.tgz#5fc8686847ecd73499403319a6b0a3f3f6ae4918"
@@ -4990,20 +4928,16 @@ html-minifier-terser@^5.0.1:
49904928
relateurl "^0.2.7"
49914929
terser "^4.6.3"
49924930

4993-
html-webpack-plugin@4.3.0:
4994-
version "4.3.0"
4995-
resolved "https://registry.yarnpkg.com/html-webpack-plugin/-/html-webpack-plugin-4.3.0.tgz#53bf8f6d696c4637d5b656d3d9863d89ce8174fd"
4996-
integrity sha512-C0fzKN8yQoVLTelcJxZfJCE+aAvQiY2VUf3UuKrR4a9k5UMWYOtpDLsaXwATbcVCnI05hUS7L9ULQHWLZhyi3w==
4931+
html-webpack-plugin@5.3.1:
4932+
version "5.3.1"
4933+
resolved "https://registry.yarnpkg.com/html-webpack-plugin/-/html-webpack-plugin-5.3.1.tgz#8797327548e3de438e3494e0c6d06f181a7f20d1"
4934+
integrity sha512-rZsVvPXUYFyME0cuGkyOHfx9hmkFa4pWfxY/mdY38PsBEaVNsRoA+Id+8z6DBDgyv3zaw6XQszdF8HLwfQvcdQ==
49974935
dependencies:
49984936
"@types/html-minifier-terser" "^5.0.0"
4999-
"@types/tapable" "^1.0.5"
5000-
"@types/webpack" "^4.41.8"
50014937
html-minifier-terser "^5.0.1"
5002-
loader-utils "^1.2.3"
5003-
lodash "^4.17.15"
4938+
lodash "^4.17.20"
50044939
pretty-error "^2.1.1"
5005-
tapable "^1.1.3"
5006-
util.promisify "1.0.0"
4940+
tapable "^2.0.0"
50074941

50084942
htmlparser2@^3.3.0:
50094943
version "3.10.1"
@@ -5371,10 +5305,6 @@ is-buffer@^1.1.5:
53715305
resolved "https://registry.yarnpkg.com/is-buffer/-/is-buffer-1.1.6.tgz#efaa2ea9daa0d7ab2ea13a97b2b8ad51fefbe8be"
53725306
integrity sha512-NcdALwpXkTm5Zvvbk7owOUSvVvBKDgKP5/ewfXEznmQFfs4ZRmanOeKBTjRVjka3QFoN6XJ+9F3USqfHqTaU5w==
53735307

5374-
is-callable@^1.1.1, is-callable@^1.1.3:
5375-
version "1.1.3"
5376-
resolved "https://registry.yarnpkg.com/is-callable/-/is-callable-1.1.3.tgz#86eb75392805ddc33af71c92a0eedf74ee7604b2"
5377-
53785308
is-callable@^1.1.4, is-callable@^1.1.5:
53795309
version "1.1.5"
53805310
resolved "https://registry.yarnpkg.com/is-callable/-/is-callable-1.1.5.tgz#f7e46b596890456db74e7f6e976cb3273d06faab"
@@ -5580,12 +5510,6 @@ is-promise@^2.1.0:
55805510
version "2.1.0"
55815511
resolved "https://registry.yarnpkg.com/is-promise/-/is-promise-2.1.0.tgz#79a2a9ece7f096e80f36d2b2f3bc16c1ff4bf3fa"
55825512

5583-
is-regex@^1.0.4:
5584-
version "1.0.4"
5585-
resolved "https://registry.yarnpkg.com/is-regex/-/is-regex-1.0.4.tgz#5517489b547091b0930e095654ced25ee97e9491"
5586-
dependencies:
5587-
has "^1.0.1"
5588-
55895513
is-regex@^1.0.5:
55905514
version "1.0.5"
55915515
resolved "https://registry.yarnpkg.com/is-regex/-/is-regex-1.0.5.tgz#39d589a358bf18967f726967120b8fc1aed74eae"
@@ -5614,10 +5538,6 @@ is-svg@^3.0.0:
56145538
dependencies:
56155539
html-comment-regex "^1.1.0"
56165540

5617-
is-symbol@^1.0.1:
5618-
version "1.0.1"
5619-
resolved "https://registry.yarnpkg.com/is-symbol/-/is-symbol-1.0.1.tgz#3cc59f00025194b6ab2e38dbae6689256b660572"
5620-
56215541
is-symbol@^1.0.2:
56225542
version "1.0.3"
56235543
resolved "https://registry.yarnpkg.com/is-symbol/-/is-symbol-1.0.3.tgz#38e1014b9e6329be0de9d24a414fd7441ec61937"
@@ -6007,15 +5927,15 @@ lodash.uniq@^4.5.0:
60075927
resolved "https://registry.yarnpkg.com/lodash.uniq/-/lodash.uniq-4.5.0.tgz#d0225373aeb652adc1bc82e4945339a842754773"
60085928
integrity sha1-0CJTc662Uq3BvILklFM5qEJ1R3M=
60095929

6010-
[email protected], lodash@^4.17.11, lodash@^4.17.13, lodash@^4.17.14, lodash@^4.17.15:
5930+
60115931
version "4.17.15"
60125932
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.15.tgz#b447f6670a0455bbfeedd11392eff330ea097548"
60135933
integrity sha512-8xOcRHvCjnocdS5cpwXQXVzmmh5e5+saE2QGoeQmbKmRS6J3VQppPOIt0MnmE+4xlZoumy0GPG0D0MVIQbNA1A==
60145934

6015-
lodash@^4.0.0, lodash@^4.17.19, lodash@~4.17.10:
6016-
version "4.17.19"
6017-
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.19.tgz#e48ddedbe30b3321783c5b4301fbd353bc1e4a4b"
6018-
integrity sha512-JNvd8XER9GQX0v2qJgsaN/mzFCNA5BRe/j8JN9d+tWyGLSodKQHKFicdwNYzWwI3wjRnaKPsGj1XkBjx/F96DQ==
5935+
lodash@^4.0.0, lodash@^4.17.11, lodash@^4.17.13, lodash@^4.17.14, lodash@^4.17.15, lodash@^4.17.19, lodash@^4.17.20, lodash@~4.17.10:
5936+
version "4.17.21"
5937+
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.21.tgz#679591c564c3bffaae8454cf0b3df370c3d6911c"
5938+
integrity sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==
60195939

60205940
60215941
version "3.0.0"
@@ -6934,13 +6854,6 @@ object.assign@^4.1.0:
69346854
has-symbols "^1.0.0"
69356855
object-keys "^1.0.11"
69366856

6937-
object.getownpropertydescriptors@^2.0.3:
6938-
version "2.0.3"
6939-
resolved "https://registry.yarnpkg.com/object.getownpropertydescriptors/-/object.getownpropertydescriptors-2.0.3.tgz#8758c846f5b407adab0f236e0986f14b051caa16"
6940-
dependencies:
6941-
define-properties "^1.1.2"
6942-
es-abstract "^1.5.1"
6943-
69446857
object.getownpropertydescriptors@^2.1.0:
69456858
version "2.1.0"
69466859
resolved "https://registry.yarnpkg.com/object.getownpropertydescriptors/-/object.getownpropertydescriptors-2.1.0.tgz#369bf1f9592d8ab89d712dced5cb81c7c5352649"
@@ -9503,11 +9416,7 @@ symbol-observable@^1.1.0:
95039416
resolved "https://registry.yarnpkg.com/symbol-observable/-/symbol-observable-1.2.0.tgz#c22688aed4eab3cdc2dfeacbb561660560a00804"
95049417
integrity sha512-e900nM8RRtGhlV36KGEU9k65K3mPb1WV70OdjfxlG2EAuM1noi/E/BaW/uMhL7bPEssK8QV57vN3esixjUvcXQ==
95059418

9506-
tapable@^1.0.0:
9507-
version "1.0.0"
9508-
resolved "https://registry.yarnpkg.com/tapable/-/tapable-1.0.0.tgz#cbb639d9002eed9c6b5975eb20598d7936f1f9f2"
9509-
9510-
tapable@^1.1.3:
9419+
tapable@^1.0.0, tapable@^1.1.3:
95119420
version "1.1.3"
95129421
resolved "https://registry.yarnpkg.com/tapable/-/tapable-1.1.3.tgz#a1fccc06b58db61fd7a45da2da44f5f3a3e67ba2"
95139422
integrity sha512-4WK/bYZmj8xLr+HUCODHGF1ZFzsYffasLUgEiMBY4fgtltdO6B4WJtlSbPaDTLpYTcGVwM2qLnFTICEcNxs3kA==
@@ -10005,14 +9914,6 @@ util-deprecate@^1.0.1, util-deprecate@~1.0.1:
100059914
resolved "https://registry.yarnpkg.com/util-deprecate/-/util-deprecate-1.0.2.tgz#450d4dc9fa70de732762fbd2d4a28981419a0ccf"
100069915
integrity sha1-RQ1Nyfpw3nMnYvvS1KKJgUGaDM8=
100079916

10008-
10009-
version "1.0.0"
10010-
resolved "https://registry.yarnpkg.com/util.promisify/-/util.promisify-1.0.0.tgz#440f7165a459c9a16dc145eb8e72f35687097030"
10011-
integrity sha512-i+6qA2MPhvoKLuxnJNpXAGhg7HphQOSUq2LKMZD0m15EiskXUkMvKdF4Uui0WYeCUGea+o2cw/ZuwehtfsrNkA==
10012-
dependencies:
10013-
define-properties "^1.1.2"
10014-
object.getownpropertydescriptors "^2.0.3"
10015-
100169917
util.promisify@~1.0.0:
100179918
version "1.0.1"
100189919
resolved "https://registry.yarnpkg.com/util.promisify/-/util.promisify-1.0.1.tgz#6baf7774b80eeb0f7520d8b81d07982a59abbaee"

0 commit comments

Comments
 (0)