Skip to content

Commit 14b41cb

Browse files
committed
chore: update yarn.lock
1 parent 1514d97 commit 14b41cb

File tree

1 file changed

+41
-13
lines changed

1 file changed

+41
-13
lines changed

yarn.lock

Lines changed: 41 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -4281,6 +4281,11 @@ commander@^2.19.0, commander@^2.2.0, commander@^2.20.0, commander@^2.9.0:
42814281
resolved "https://registry.yarnpkg.com/commander/-/commander-2.20.3.tgz#fd485e84c03eb4881c20722ba48035e8531aeb33"
42824282
integrity sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==
42834283

4284+
commander@^4.0.0:
4285+
version "4.0.1"
4286+
resolved "https://registry.yarnpkg.com/commander/-/commander-4.0.1.tgz#b67622721785993182e807f4883633e6401ba53c"
4287+
integrity sha512-IPF4ouhCP+qdlcmCedhxX4xiGBPyigb8v5NeUp+0LyhwLgxMqyp3S0vl7TAPfS/hiP7FC3caI/PB9lTmP8r1NA==
4288+
42844289
commander@~2.19.0:
42854290
version "2.19.0"
42864291
resolved "https://registry.yarnpkg.com/commander/-/commander-2.19.0.tgz#f6198aa84e5b83c46054b94ddedbfed5ee9ff12a"
@@ -7949,7 +7954,7 @@ [email protected]:
79497954
resolved "https://registry.yarnpkg.com/he/-/he-1.1.1.tgz#93410fd21b009735151f8868c2f271f3427e23fd"
79507955
integrity sha1-k0EP0hsAlzUVH4howvJx80J+I/0=
79517956

7952-
[email protected], he@^1.1.1:
7957+
[email protected], he@^1.1.1, he@^1.2.0:
79537958
version "1.2.0"
79547959
resolved "https://registry.yarnpkg.com/he/-/he-1.2.0.tgz#84ae65fa7eafb165fddb61566ae14baf05664f0f"
79557960
integrity sha512-F/1DnUGPopORZi0ni+CvrCgHQ5FyEAHRLSApuYWMmrbSwoN2Mn/7k+Gl38gJnR7yyDZk6WLXwiGod1JOWNDKGw==
@@ -8032,7 +8037,20 @@ html-loader@^0.5.5:
80328037
loader-utils "^1.1.0"
80338038
object-assign "^4.1.1"
80348039

8035-
html-minifier@^3.2.3, html-minifier@^3.5.16, html-minifier@^3.5.20, html-minifier@^3.5.8:
8040+
html-minifier-terser@^5.0.1:
8041+
version "5.0.2"
8042+
resolved "https://registry.yarnpkg.com/html-minifier-terser/-/html-minifier-terser-5.0.2.tgz#0e67a0b062ae1dd0719fc73199479298f807ae16"
8043+
integrity sha512-VAaitmbBuHaPKv9bj47XKypRhgDxT/cDLvsPiiF7w+omrN3K0eQhpigV9Z1ilrmHa9e0rOYcD6R/+LCDADGcnQ==
8044+
dependencies:
8045+
camel-case "^3.0.0"
8046+
clean-css "^4.2.1"
8047+
commander "^4.0.0"
8048+
he "^1.2.0"
8049+
param-case "^2.1.1"
8050+
relateurl "^0.2.7"
8051+
terser "^4.3.9"
8052+
8053+
html-minifier@^3.2.3, html-minifier@^3.5.16, html-minifier@^3.5.8:
80368054
version "3.5.21"
80378055
resolved "https://registry.yarnpkg.com/html-minifier/-/html-minifier-3.5.21.tgz#d0040e054730e354db008463593194015212d20c"
80388056
integrity sha512-LKUKwuJDhxNa3uf/LPR/KVjm/l3rBqtYeCOAekvG8F1vItxMUpueGd94i/asDDr8/1u7InxzFA5EeGjhhG5mMA==
@@ -8058,15 +8076,16 @@ html-webpack-plugin@^3.2.0:
80588076
toposort "^1.0.0"
80598077
util.promisify "1.0.0"
80608078

8061-
"html-webpack-plugin@github:jantimon/html-webpack-plugin#webpack-4":
8062-
version "4.0.0-beta"
8063-
resolved "https://codeload.github.com/jantimon/html-webpack-plugin/tar.gz/7fb656a2dfdf129162f993a260f3291336b17ff1"
8079+
html-webpack-plugin@^4.0.0-beta.11:
8080+
version "4.0.0-beta.11"
8081+
resolved "https://registry.yarnpkg.com/html-webpack-plugin/-/html-webpack-plugin-4.0.0-beta.11.tgz#3059a69144b5aecef97708196ca32f9e68677715"
8082+
integrity sha512-4Xzepf0qWxf8CGg7/WQM5qBB2Lc/NFI7MhU59eUDTkuQp3skZczH4UA1d6oQyDEIoMDgERVhRyTdtUPZ5s5HBg==
80648083
dependencies:
8065-
html-minifier "^3.5.20"
8066-
loader-utils "^1.1.0"
8067-
lodash "^4.17.11"
8084+
html-minifier-terser "^5.0.1"
8085+
loader-utils "^1.2.3"
8086+
lodash "^4.17.15"
80688087
pretty-error "^2.1.1"
8069-
tapable "^1.1.0"
8088+
tapable "^1.1.3"
80708089
util.promisify "1.0.0"
80718090

80728091
@@ -9981,7 +10000,7 @@ lodash.uniq@^4.5.0:
998110000
resolved "https://registry.yarnpkg.com/lodash.uniq/-/lodash.uniq-4.5.0.tgz#d0225373aeb652adc1bc82e4945339a842754773"
998210001
integrity sha1-0CJTc662Uq3BvILklFM5qEJ1R3M=
998310002

9984-
[email protected], lodash@^4.0.0, lodash@^4.11.1, lodash@^4.13.1, lodash@^4.15.0, lodash@^4.17.10, lodash@^4.17.11, lodash@^4.17.12, lodash@^4.17.13, lodash@^4.17.14, lodash@^4.17.15, lodash@^4.17.3, lodash@^4.17.4, lodash@^4.17.5, lodash@^4.2.0, lodash@^4.2.1, lodash@^4.3.0, lodash@^4.8.0, lodash@~4.17.10, lodash@~4.17.11:
10003+
[email protected], lodash@^4.0.0, lodash@^4.11.1, lodash@^4.13.1, lodash@^4.15.0, lodash@^4.17.10, lodash@^4.17.12, lodash@^4.17.13, lodash@^4.17.14, lodash@^4.17.15, lodash@^4.17.3, lodash@^4.17.4, lodash@^4.17.5, lodash@^4.2.0, lodash@^4.2.1, lodash@^4.3.0, lodash@^4.8.0, lodash@~4.17.10, lodash@~4.17.11:
998510004
version "4.17.15"
998610005
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.15.tgz#b447f6670a0455bbfeedd11392eff330ea097548"
998710006
integrity sha512-8xOcRHvCjnocdS5cpwXQXVzmmh5e5+saE2QGoeQmbKmRS6J3VQppPOIt0MnmE+4xlZoumy0GPG0D0MVIQbNA1A==
@@ -11698,7 +11717,7 @@ parallel-transform@^1.1.0:
1169811717
inherits "^2.0.3"
1169911718
readable-stream "^2.1.5"
1170011719

11701-
[email protected], param-case@^2.1.0:
11720+
[email protected], param-case@^2.1.0, param-case@^2.1.1:
1170211721
version "2.1.1"
1170311722
resolved "https://registry.yarnpkg.com/param-case/-/param-case-2.1.1.tgz#df94fd8cf6531ecf75e6bef9a0858fbc72be2247"
1170411723
integrity sha1-35T9jPZTHs915r75oIWPvHK+Ikc=
@@ -13343,7 +13362,7 @@ regjsparser@^0.6.0:
1334313362
dependencies:
1334413363
jsesc "~0.5.0"
1334513364

13346-
13365+
[email protected], relateurl@^0.2.7:
1334713366
version "0.2.7"
1334813367
resolved "https://registry.yarnpkg.com/relateurl/-/relateurl-0.2.7.tgz#54dbf377e51440aca90a4cd274600d3ff2d888a9"
1334913368
integrity sha1-VNvzd+UUQKypCkzSdGANP/LYiKk=
@@ -14976,7 +14995,7 @@ [email protected]:
1497614995
yaml "^1.6.0"
1497714996
yapool "^1.0.0"
1497814997

14979-
tapable@^1.0.0, tapable@^1.0.0-beta.5, tapable@^1.1.0, tapable@^1.1.3:
14998+
tapable@^1.0.0, tapable@^1.0.0-beta.5, tapable@^1.1.3:
1498014999
version "1.1.3"
1498115000
resolved "https://registry.yarnpkg.com/tapable/-/tapable-1.1.3.tgz#a1fccc06b58db61fd7a45da2da44f5f3a3e67ba2"
1498215001
integrity sha512-4WK/bYZmj8xLr+HUCODHGF1ZFzsYffasLUgEiMBY4fgtltdO6B4WJtlSbPaDTLpYTcGVwM2qLnFTICEcNxs3kA==
@@ -15087,6 +15106,15 @@ terser@^4.1.2:
1508715106
source-map "~0.6.1"
1508815107
source-map-support "~0.5.12"
1508915108

15109+
terser@^4.3.9:
15110+
version "4.4.0"
15111+
resolved "https://registry.yarnpkg.com/terser/-/terser-4.4.0.tgz#22c46b4817cf4c9565434bfe6ad47336af259ac3"
15112+
integrity sha512-oDG16n2WKm27JO8h4y/w3iqBGAOSCtq7k8dRmrn4Wf9NouL0b2WpMHGChFGZq4nFAQy1FsNJrVQHfurXOSTmOA==
15113+
dependencies:
15114+
commander "^2.20.0"
15115+
source-map "~0.6.1"
15116+
source-map-support "~0.5.12"
15117+
1509015118
test-exclude@^5.2.3:
1509115119
version "5.2.3"
1509215120
resolved "https://registry.yarnpkg.com/test-exclude/-/test-exclude-5.2.3.tgz#c3d3e1e311eb7ee405e092dac10aefd09091eac0"

0 commit comments

Comments
 (0)