File tree Expand file tree Collapse file tree 2 files changed +22
-1
lines changed Expand file tree Collapse file tree 2 files changed +22
-1
lines changed Original file line number Diff line number Diff line change 36
36
"express" : " ^4.16.4" ,
37
37
"fs-extra" : " ^7.0.0" ,
38
38
"hash-sum" : " ^1.0.2" ,
39
- "loader-utils" : " ^1.1.0 " ,
39
+ "loader-utils" : " ^1.2.3 " ,
40
40
"lru-cache" : " ^4.1.3" ,
41
41
"memory-fs" : " ^0.4.1" ,
42
42
"portfinder" : " ^1.0.17" ,
Original file line number Diff line number Diff line change @@ -1461,6 +1461,11 @@ big.js@^3.1.3:
1461
1461
resolved "https://registry.yarnpkg.com/big.js/-/big.js-3.2.0.tgz#a5fc298b81b9e0dca2e458824784b65c52ba588e"
1462
1462
integrity sha512-+hN/Zh2D08Mx65pZ/4g5bsmNiZUuChDiQfTUQ7qJr4/kuopCr88xZsAXv6mBoZEsUI4OuGHlX59qE94K2mMW8Q==
1463
1463
1464
+ big.js@^5.2.2 :
1465
+ version "5.2.2"
1466
+ resolved "https://registry.yarnpkg.com/big.js/-/big.js-5.2.2.tgz#65f0af382f578bcdc742bd9c281e9cb2d7768328"
1467
+ integrity sha512-vyL2OymJxmarO8gxMr0mhChsO9QGwhynfuu4+MHTAW6czfq9humCB7rKpUjDd9YUiDPU4mzpyupFSvOClAwbmQ==
1468
+
1464
1469
binary-extensions@^1.0.0 :
1465
1470
version "1.12.0"
1466
1471
resolved "https://registry.yarnpkg.com/binary-extensions/-/binary-extensions-1.12.0.tgz#c2d780f53d45bba8317a8902d4ceeaf3a6385b14"
@@ -4587,6 +4592,13 @@ json5@^0.5.0:
4587
4592
resolved "https://registry.yarnpkg.com/json5/-/json5-0.5.1.tgz#1eade7acc012034ad84e2396767ead9fa5495821"
4588
4593
integrity sha1-Hq3nrMASA0rYTiOWdn6tn6VJWCE=
4589
4594
4595
+ json5@^1.0.1 :
4596
+ version "1.0.1"
4597
+ resolved "https://registry.yarnpkg.com/json5/-/json5-1.0.1.tgz#779fb0018604fa854eacbf6252180d83543e3dbe"
4598
+ integrity sha512-aKS4WQjPenRxiQsC93MNfjx+nbF4PAdYzmd/1JIj8HYzqfbu86beTuNgXDzPknWk0n0uARlyewZo4s++ES36Ow==
4599
+ dependencies :
4600
+ minimist "^1.2.0"
4601
+
4590
4602
jsonfile@^4.0.0 :
4591
4603
version "4.0.0"
4592
4604
resolved "https://registry.yarnpkg.com/jsonfile/-/jsonfile-4.0.0.tgz#8771aae0799b64076b76640fca058f9c10e33ecb"
@@ -4821,6 +4833,15 @@ loader-utils@^1.0.2, loader-utils@^1.1.0:
4821
4833
emojis-list "^2.0.0"
4822
4834
json5 "^0.5.0"
4823
4835
4836
+ loader-utils@^1.2.3 :
4837
+ version "1.2.3"
4838
+ resolved "https://registry.yarnpkg.com/loader-utils/-/loader-utils-1.2.3.tgz#1ff5dc6911c9f0a062531a4c04b609406108c2c7"
4839
+ integrity sha512-fkpz8ejdnEMG3s37wGL07iSBDg99O9D5yflE9RGNH3hRdx9SOwYfnGYdZOUIZitN8E+E2vkq3MUMYMvPYl5ZZA==
4840
+ dependencies :
4841
+ big.js "^5.2.2"
4842
+ emojis-list "^2.0.0"
4843
+ json5 "^1.0.1"
4844
+
4824
4845
locate-path@^2.0.0 :
4825
4846
version "2.0.0"
4826
4847
resolved "https://registry.yarnpkg.com/locate-path/-/locate-path-2.0.0.tgz#2b568b265eec944c6d9c0de9c3dbbbca0354cd8e"
You can’t perform that action at this time.
0 commit comments