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 65
65
"webpack" : " ^4.4.0 || ^5.0.0"
66
66
},
67
67
"dependencies" : {
68
- "loader-utils" : " ^1.1 .0" ,
68
+ "loader-utils" : " ^2.0 .0" ,
69
69
"normalize-url" : " 1.9.1" ,
70
70
"schema-utils" : " ^1.0.0" ,
71
71
"webpack-external-import" : " ^2.0.0" ,
Original file line number Diff line number Diff line change @@ -6594,6 +6594,13 @@ json5@^2.1.0:
6594
6594
dependencies :
6595
6595
minimist "^1.2.0"
6596
6596
6597
+ json5@^2.1.2 :
6598
+ version "2.1.2"
6599
+ resolved "https://registry.yarnpkg.com/json5/-/json5-2.1.2.tgz#43ef1f0af9835dd624751a6b7fa48874fb2d608e"
6600
+ integrity sha512-MoUOQ4WdiN3yxhm7NEVJSJrieAo5hNSLQ5sj05OTRHPL9HOBy8u4Bu88jsC1jvqAdN+E1bJmsUcZH+1HQxliqQ==
6601
+ dependencies :
6602
+ minimist "^1.2.5"
6603
+
6597
6604
jsonfile@^4.0.0 :
6598
6605
version "4.0.0"
6599
6606
resolved "https://registry.yarnpkg.com/jsonfile/-/jsonfile-4.0.0.tgz#8771aae0799b64076b76640fca058f9c10e33ecb"
@@ -6831,6 +6838,15 @@ loader-utils@^1.4.0:
6831
6838
emojis-list "^3.0.0"
6832
6839
json5 "^1.0.1"
6833
6840
6841
+ loader-utils@^2.0.0 :
6842
+ version "2.0.0"
6843
+ resolved "https://registry.yarnpkg.com/loader-utils/-/loader-utils-2.0.0.tgz#e4cace5b816d425a166b5f097e10cd12b36064b0"
6844
+ integrity sha512-rP4F0h2RaWSvPEkD7BLDFQnvSf+nK+wr3ESUjNTyAGobqrijmW92zc+SO6d4p4B1wh7+B/Jg1mkQe5NYUEHtHQ==
6845
+ dependencies :
6846
+ big.js "^5.2.2"
6847
+ emojis-list "^3.0.0"
6848
+ json5 "^2.1.2"
6849
+
6834
6850
loadjs@^4.2.0 :
6835
6851
version "4.2.0"
6836
6852
resolved "https://registry.yarnpkg.com/loadjs/-/loadjs-4.2.0.tgz#2a0336376397a6a43edf98c9ec3229ddd5abb6f6"
@@ -7307,6 +7323,11 @@
[email protected] , minimist@^1.1.1, minimist@^1.1.3, minimist@^1.2.0:
7307
7323
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.0.tgz#a35008b20f41383eec1fb914f4cd5df79a264284"
7308
7324
integrity sha1-o1AIsg9BOD7sH7kU9M1d95omQoQ=
7309
7325
7326
+ minimist@^1.2.5 :
7327
+ version "1.2.5"
7328
+ resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.5.tgz#67d66014b66a6a8aaa0c083c5fd58df4e4e97602"
7329
+ integrity sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw==
7330
+
7310
7331
minimist@~0.0.1 :
7311
7332
version "0.0.10"
7312
7333
resolved "https://registry.yarnpkg.com/minimist/-/minimist-0.0.10.tgz#de3f98543dbf96082be48ad1a0c7cda836301dcf"
You can’t perform that action at this time.
0 commit comments