@@ -915,6 +915,10 @@ block-stream@*:
915
915
dependencies :
916
916
inherits "~2.0.0"
917
917
918
+ bluebird@^2.10.2 :
919
+ version "2.11.0"
920
+ resolved "https://registry.yarnpkg.com/bluebird/-/bluebird-2.11.0.tgz#534b9033c022c9579c56ba3b3e5a5caafbb650e1"
921
+
918
922
bluebird@^3.4.7 :
919
923
version "3.5.0"
920
924
resolved "https://registry.yarnpkg.com/bluebird/-/bluebird-3.5.0.tgz#791420d7f551eea2897453a8a77653f96606d67c"
@@ -1403,6 +1407,19 @@ convert-source-map@^1.1.1, convert-source-map@^1.5.0:
1403
1407
version "1.5.0"
1404
1408
resolved "https://registry.yarnpkg.com/convert-source-map/-/convert-source-map-1.5.0.tgz#9acd70851c6d5dfdd93d9282e5edf94a03ff46b5"
1405
1409
1410
+ copy-webpack-plugin@^4.0.1 :
1411
+ version "4.0.1"
1412
+ resolved "https://registry.yarnpkg.com/copy-webpack-plugin/-/copy-webpack-plugin-4.0.1.tgz#9728e383b94316050d0c7463958f2b85c0aa8200"
1413
+ dependencies :
1414
+ bluebird "^2.10.2"
1415
+ fs-extra "^0.26.4"
1416
+ glob "^6.0.4"
1417
+ is-glob "^3.1.0"
1418
+ loader-utils "^0.2.15"
1419
+ lodash "^4.3.0"
1420
+ minimatch "^3.0.0"
1421
+ node-dir "^0.1.10"
1422
+
1406
1423
core-js@^1.0.0 :
1407
1424
version "1.2.7"
1408
1425
resolved "https://registry.yarnpkg.com/core-js/-/core-js-1.2.7.tgz#652294c14651db28fa93bd2d5ff2983a4f08c636"
@@ -2366,6 +2383,16 @@ fs-exists-sync@^0.1.0:
2366
2383
version "0.1.0"
2367
2384
resolved "https://registry.yarnpkg.com/fs-exists-sync/-/fs-exists-sync-0.1.0.tgz#982d6893af918e72d08dec9e8673ff2b5a8d6add"
2368
2385
2386
+ fs-extra@^0.26.4 :
2387
+ version "0.26.7"
2388
+ resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-0.26.7.tgz#9ae1fdd94897798edab76d0918cf42d0c3184fa9"
2389
+ dependencies :
2390
+ graceful-fs "^4.1.2"
2391
+ jsonfile "^2.1.0"
2392
+ klaw "^1.0.0"
2393
+ path-is-absolute "^1.0.0"
2394
+ rimraf "^2.2.8"
2395
+
2369
2396
fs.realpath@^1.0.0 :
2370
2397
version "1.0.0"
2371
2398
resolved "https://registry.yarnpkg.com/fs.realpath/-/fs.realpath-1.0.0.tgz#1504ad2523158caa40db4a2787cb01411994ea4f"
@@ -2466,6 +2493,16 @@ glob-parent@^2.0.0:
2466
2493
dependencies :
2467
2494
is-glob "^2.0.0"
2468
2495
2496
+ glob@^6.0.4 :
2497
+ version "6.0.4"
2498
+ resolved "https://registry.yarnpkg.com/glob/-/glob-6.0.4.tgz#0f08860f6a155127b2fadd4f9ce24b1aab6e4d22"
2499
+ dependencies :
2500
+ inflight "^1.0.4"
2501
+ inherits "2"
2502
+ minimatch "2 || 3"
2503
+ once "^1.3.0"
2504
+ path-is-absolute "^1.0.0"
2505
+
2469
2506
glob@^7.0.0, glob@^7.0.3, glob@^7.0.5, glob@^7.1.2, glob@~7.1.1 :
2470
2507
version "7.1.2"
2471
2508
resolved "https://registry.yarnpkg.com/glob/-/glob-7.1.2.tgz#c19c9df9a028702d678612384a6552404c636d15"
@@ -2546,7 +2583,7 @@ got@^6.7.1:
2546
2583
unzip-response "^2.0.1"
2547
2584
url-parse-lax "^1.0.0"
2548
2585
2549
- graceful-fs@^4.1.11, graceful-fs@^4.1.2 :
2586
+ graceful-fs@^4.1.11, graceful-fs@^4.1.2, graceful-fs@^4.1.6, graceful-fs@^4.1.9 :
2550
2587
version "4.1.11"
2551
2588
resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.1.11.tgz#0e8bdfe4d1ddb8854d64e04ea7c00e2a026e5658"
2552
2589
@@ -2945,7 +2982,7 @@ is-extglob@^1.0.0:
2945
2982
version "1.0.0"
2946
2983
resolved "https://registry.yarnpkg.com/is-extglob/-/is-extglob-1.0.0.tgz#ac468177c4943405a092fc8f29760c6ffc6206c0"
2947
2984
2948
- is-extglob@^2.1.1 :
2985
+ is-extglob@^2.1.0, is-extglob@^2.1. 1 :
2949
2986
version "2.1.1"
2950
2987
resolved "https://registry.yarnpkg.com/is-extglob/-/is-extglob-2.1.1.tgz#a88c02535791f02ed37c76a1b9ea9773c833f8c2"
2951
2988
@@ -2971,6 +3008,12 @@ is-glob@^2.0.0, is-glob@^2.0.1:
2971
3008
dependencies :
2972
3009
is-extglob "^1.0.0"
2973
3010
3011
+ is-glob@^3.1.0 :
3012
+ version "3.1.0"
3013
+ resolved "https://registry.yarnpkg.com/is-glob/-/is-glob-3.1.0.tgz#7ba5ae24217804ac70707b96922567486cc3e84a"
3014
+ dependencies :
3015
+ is-extglob "^2.1.0"
3016
+
2974
3017
is-glob@^4.0.0 :
2975
3018
version "4.0.0"
2976
3019
resolved "https://registry.yarnpkg.com/is-glob/-/is-glob-4.0.0.tgz#9521c76845cc2610a85203ddf080a958c2ffabc0"
@@ -3264,6 +3307,12 @@ json5@^0.5.0, json5@^0.5.1:
3264
3307
version "0.5.1"
3265
3308
resolved "https://registry.yarnpkg.com/json5/-/json5-0.5.1.tgz#1eade7acc012034ad84e2396767ead9fa5495821"
3266
3309
3310
+ jsonfile@^2.1.0 :
3311
+ version "2.4.0"
3312
+ resolved "https://registry.yarnpkg.com/jsonfile/-/jsonfile-2.4.0.tgz#3736a2b428b87bbda0cc83b53fa3d633a35c2ae8"
3313
+ optionalDependencies :
3314
+ graceful-fs "^4.1.6"
3315
+
3267
3316
jsonify@~0.0.0 :
3268
3317
version "0.0.0"
3269
3318
resolved "https://registry.yarnpkg.com/jsonify/-/jsonify-0.0.0.tgz#2c74b6ee41d93ca51b7b5aaee8f503631d252a73"
@@ -3305,6 +3354,12 @@ kind-of@^4.0.0:
3305
3354
dependencies :
3306
3355
is-buffer "^1.1.5"
3307
3356
3357
+ klaw@^1.0.0 :
3358
+ version "1.3.1"
3359
+ resolved "https://registry.yarnpkg.com/klaw/-/klaw-1.3.1.tgz#4088433b46b3b1ba259d78785d8e96f73ba02439"
3360
+ optionalDependencies :
3361
+ graceful-fs "^4.1.9"
3362
+
3308
3363
latest-version@^3.0.0 :
3309
3364
version "3.1.0"
3310
3365
resolved "https://registry.yarnpkg.com/latest-version/-/latest-version-3.1.0.tgz#a205383fea322b33b5ae3b18abee0dc2f356ee15"
@@ -3450,7 +3505,7 @@ loader-runner@^2.3.0:
3450
3505
version "2.3.0"
3451
3506
resolved "https://registry.yarnpkg.com/loader-runner/-/loader-runner-2.3.0.tgz#f482aea82d543e07921700d5a46ef26fdac6b8a2"
3452
3507
3453
- loader-utils@^0.2.16 :
3508
+ loader-utils@^0.2.15, loader-utils@^0.2. 16 :
3454
3509
version "0.2.17"
3455
3510
resolved "https://registry.yarnpkg.com/loader-utils/-/loader-utils-0.2.17.tgz#f86e6374d43205a6e6c60e9196f17c0299bfb348"
3456
3511
dependencies :
@@ -3765,7 +3820,7 @@ minimalistic-crypto-utils@^1.0.0, minimalistic-crypto-utils@^1.0.1:
3765
3820
version "1.0.1"
3766
3821
resolved "https://registry.yarnpkg.com/minimalistic-crypto-utils/-/minimalistic-crypto-utils-1.0.1.tgz#f6c00c1c0b082246e5c4d99dfb8c7c083b2b582a"
3767
3822
3768
- minimatch@^3.0.0, minimatch@^3.0.2, minimatch@^3.0.4, minimatch@~3.0.2 :
3823
+ " minimatch@2 || 3 " , minimatch@^3.0.0, minimatch@^3.0.2, minimatch@^3.0.4, minimatch@~3.0.2:
3769
3824
version "3.0.4"
3770
3825
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.0.4.tgz#5166e286457f03306064be5497e8dbb0c3d32083"
3771
3826
dependencies :
@@ -3828,6 +3883,12 @@ no-case@^2.2.0:
3828
3883
dependencies :
3829
3884
lower-case "^1.1.1"
3830
3885
3886
+ node-dir@^0.1.10 :
3887
+ version "0.1.17"
3888
+ resolved "https://registry.yarnpkg.com/node-dir/-/node-dir-0.1.17.tgz#5f5665d93351335caabef8f1c554516cf5f1e4e5"
3889
+ dependencies :
3890
+ minimatch "^3.0.2"
3891
+
3831
3892
node-fetch@^1.0.1 :
3832
3893
version "1.7.2"
3833
3894
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-1.7.2.tgz#c54e9aac57e432875233525f3c891c4159ffefd7"
0 commit comments