File tree Expand file tree Collapse file tree 2 files changed +23
-6
lines changed Expand file tree Collapse file tree 2 files changed +23
-6
lines changed Original file line number Diff line number Diff line change 57
57
"eslint-friendly-formatter" : " 4.0.1" ,
58
58
"eslint-loader" : " 2.2.1" ,
59
59
"eslint-plugin-vue" : " 5.2.3" ,
60
- "file-loader" : " 3 .0.1 " ,
60
+ "file-loader" : " 6 .0.0 " ,
61
61
"hls.js" : " 0.12.4" ,
62
62
"html-webpack-plugin" : " 3.2.0" ,
63
63
"node-sass" : " 4.12.0" ,
Original file line number Diff line number Diff line change @@ -2631,12 +2631,13 @@ file-entry-cache@^5.0.1:
2631
2631
dependencies :
2632
2632
flat-cache "^2.0.1"
2633
2633
2634
- file-loader@3.0.1 :
2635
- version "3.0.1"
2636
- resolved "https://registry.yarnpkg.com/file-loader/-/file-loader-3.0.1.tgz#f8e0ba0b599918b51adfe45d66d1e771ad560faa"
2634
+ file-loader@6.0.0 :
2635
+ version "6.0.0"
2636
+ resolved "https://registry.yarnpkg.com/file-loader/-/file-loader-6.0.0.tgz#97bbfaab7a2460c07bcbd72d3a6922407f67649f"
2637
+ integrity sha512-/aMOAYEFXDdjG0wytpTL5YQLfZnnTmLNjn+AIrJ/6HVnTfDqLsVKUUwkDf4I4kgex36BvjuXEn/TX9B/1ESyqQ==
2637
2638
dependencies :
2638
- loader-utils "^1 .0.2 "
2639
- schema-utils "^1.0.0 "
2639
+ loader-utils "^2 .0.0 "
2640
+ schema-utils "^2.6.5 "
2640
2641
2641
2642
fill-range@^4.0.0 :
2642
2643
version "4.0.0"
@@ -3706,6 +3707,13 @@ json5@^1.0.1:
3706
3707
dependencies :
3707
3708
minimist "^1.2.0"
3708
3709
3710
+ json5@^2.1.2 :
3711
+ version "2.1.3"
3712
+ resolved "https://registry.yarnpkg.com/json5/-/json5-2.1.3.tgz#c9b0f7fa9233bfe5807fe66fcf3a5617ed597d43"
3713
+ integrity sha512-KXPvOm8K9IJKFM0bmdn8QXh7udDh1g/giieX0NLCaMnb4hEiVFqnop2ImTXCc5e0/oHz3LTqmHGtExn5hfMkOA==
3714
+ dependencies :
3715
+ minimist "^1.2.5"
3716
+
3709
3717
jsonify@~0.0.0 :
3710
3718
version "0.0.0"
3711
3719
resolved "http://registry.npm.taobao.org/jsonify/download/jsonify-0.0.0.tgz#2c74b6ee41d93ca51b7b5aaee8f503631d252a73"
@@ -3820,6 +3828,15 @@ loader-utils@^1.4.0:
3820
3828
emojis-list "^3.0.0"
3821
3829
json5 "^1.0.1"
3822
3830
3831
+ loader-utils@^2.0.0 :
3832
+ version "2.0.0"
3833
+ resolved "https://registry.yarnpkg.com/loader-utils/-/loader-utils-2.0.0.tgz#e4cace5b816d425a166b5f097e10cd12b36064b0"
3834
+ integrity sha512-rP4F0h2RaWSvPEkD7BLDFQnvSf+nK+wr3ESUjNTyAGobqrijmW92zc+SO6d4p4B1wh7+B/Jg1mkQe5NYUEHtHQ==
3835
+ dependencies :
3836
+ big.js "^5.2.2"
3837
+ emojis-list "^3.0.0"
3838
+ json5 "^2.1.2"
3839
+
3823
3840
locate-path@^3.0.0 :
3824
3841
version "3.0.0"
3825
3842
resolved "https://registry.yarnpkg.com/locate-path/-/locate-path-3.0.0.tgz#dbec3b3ab759758071b58fe59fc41871af21400e"
You can’t perform that action at this time.
0 commit comments