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.23" ,
Original file line number Diff line number Diff line change @@ -1469,6 +1469,11 @@ big.js@^3.1.3:
1469
1469
resolved "https://registry.yarnpkg.com/big.js/-/big.js-3.2.0.tgz#a5fc298b81b9e0dca2e458824784b65c52ba588e"
1470
1470
integrity sha512-+hN/Zh2D08Mx65pZ/4g5bsmNiZUuChDiQfTUQ7qJr4/kuopCr88xZsAXv6mBoZEsUI4OuGHlX59qE94K2mMW8Q==
1471
1471
1472
+ big.js@^5.2.2 :
1473
+ version "5.2.2"
1474
+ resolved "https://registry.yarnpkg.com/big.js/-/big.js-5.2.2.tgz#65f0af382f578bcdc742bd9c281e9cb2d7768328"
1475
+ integrity sha512-vyL2OymJxmarO8gxMr0mhChsO9QGwhynfuu4+MHTAW6czfq9humCB7rKpUjDd9YUiDPU4mzpyupFSvOClAwbmQ==
1476
+
1472
1477
binary-extensions@^1.0.0 :
1473
1478
version "1.12.0"
1474
1479
resolved "https://registry.yarnpkg.com/binary-extensions/-/binary-extensions-1.12.0.tgz#c2d780f53d45bba8317a8902d4ceeaf3a6385b14"
@@ -4600,6 +4605,13 @@ json5@^0.5.0:
4600
4605
resolved "https://registry.yarnpkg.com/json5/-/json5-0.5.1.tgz#1eade7acc012034ad84e2396767ead9fa5495821"
4601
4606
integrity sha1-Hq3nrMASA0rYTiOWdn6tn6VJWCE=
4602
4607
4608
+ json5@^1.0.1 :
4609
+ version "1.0.1"
4610
+ resolved "https://registry.yarnpkg.com/json5/-/json5-1.0.1.tgz#779fb0018604fa854eacbf6252180d83543e3dbe"
4611
+ integrity sha512-aKS4WQjPenRxiQsC93MNfjx+nbF4PAdYzmd/1JIj8HYzqfbu86beTuNgXDzPknWk0n0uARlyewZo4s++ES36Ow==
4612
+ dependencies :
4613
+ minimist "^1.2.0"
4614
+
4603
4615
jsonfile@^4.0.0 :
4604
4616
version "4.0.0"
4605
4617
resolved "https://registry.yarnpkg.com/jsonfile/-/jsonfile-4.0.0.tgz#8771aae0799b64076b76640fca058f9c10e33ecb"
@@ -4834,6 +4846,15 @@ loader-utils@^1.0.2, loader-utils@^1.1.0:
4834
4846
emojis-list "^2.0.0"
4835
4847
json5 "^0.5.0"
4836
4848
4849
+ loader-utils@^1.2.3 :
4850
+ version "1.2.3"
4851
+ resolved "https://registry.yarnpkg.com/loader-utils/-/loader-utils-1.2.3.tgz#1ff5dc6911c9f0a062531a4c04b609406108c2c7"
4852
+ integrity sha512-fkpz8ejdnEMG3s37wGL07iSBDg99O9D5yflE9RGNH3hRdx9SOwYfnGYdZOUIZitN8E+E2vkq3MUMYMvPYl5ZZA==
4853
+ dependencies :
4854
+ big.js "^5.2.2"
4855
+ emojis-list "^2.0.0"
4856
+ json5 "^1.0.1"
4857
+
4837
4858
locate-path@^2.0.0 :
4838
4859
version "2.0.0"
4839
4860
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