@@ -411,6 +411,13 @@ async@^2.0.0, async@^2.1.2, async@^2.1.4:
411
411
dependencies :
412
412
lodash "^4.14.0"
413
413
414
+ async@^2.4.1 :
415
+ version "2.6.3"
416
+ resolved "https://registry.yarnpkg.com/async/-/async-2.6.3.tgz#d72625e2344a3656e3a3ad4fa749fa83299d82ff"
417
+ integrity sha512-zflvls11DCy+dQWzTW2dzuilv8Z5X/pjfmZOWba6TNIVDm+2UDaJmXSOXlasHKfNBs8oo3M0aT50fDEWfKZjXg==
418
+ dependencies :
419
+ lodash "^4.17.14"
420
+
414
421
async@^2.5.0, async@^2.6.2 :
415
422
version "2.6.2"
416
423
resolved "https://registry.yarnpkg.com/async/-/async-2.6.2.tgz#18330ea7e6e313887f5d2f2a904bac6fe4dd5381"
@@ -633,14 +640,14 @@ babel-helpers@^6.24.1:
633
640
babel-runtime "^6.22.0"
634
641
babel-template "^6.24.1"
635
642
636
- babel-loader@^6.2.10 :
637
- version "6.4.1"
638
- resolved "https://registry.yarnpkg.com/babel-loader/-/babel-loader-6.4.1.tgz#0b34112d5b0748a8dcdbf51acf6f9bd42d50b8ca"
643
+ babel-loader@^7.0.0 :
644
+ version "7.1.5"
645
+ resolved "https://registry.yarnpkg.com/babel-loader/-/babel-loader-7.1.5.tgz#e3ee0cd7394aa557e013b02d3e492bfd07aa6d68"
646
+ integrity sha512-iCHfbieL5d1LfOQeeVJEUyD9rTwBcP/fcEbRCfempxTDuqrKpu0AZjLAQHEQa3Yqyj9ORKe2iHfoj4rHLf7xpw==
639
647
dependencies :
640
- find-cache-dir "^0.1.1 "
641
- loader-utils "^0.2.16 "
648
+ find-cache-dir "^1.0.0 "
649
+ loader-utils "^1. 0.2"
642
650
mkdirp "^0.5.1"
643
- object-assign "^4.0.1"
644
651
645
652
babel-messages@^6.23.0 :
646
653
version "6.23.0"
@@ -3278,12 +3285,13 @@ extglob@^2.0.4:
3278
3285
snapdragon "^0.8.1"
3279
3286
to-regex "^3.0.1"
3280
3287
3281
- extract-text-webpack-plugin@^2.0.0 :
3282
- version "2.1.2"
3283
- resolved "https://registry.yarnpkg.com/extract-text-webpack-plugin/-/extract-text-webpack-plugin-2.1.2.tgz#756ef4efa8155c3681833fbc34da53b941746d6c"
3288
+ extract-text-webpack-plugin@^3.0.0 :
3289
+ version "3.0.2"
3290
+ resolved "https://registry.yarnpkg.com/extract-text-webpack-plugin/-/extract-text-webpack-plugin-3.0.2.tgz#5f043eaa02f9750a9258b78c0a6e0dc1408fb2f7"
3291
+ integrity sha512-bt/LZ4m5Rqt/Crl2HiKuAl/oqg0psx1tsTLkvWbJen1CtD+fftkZhMaQ9HOtY2gWsl2Wq+sABmMVi9z3DhKWQQ==
3284
3292
dependencies :
3285
- async "^2.1.2 "
3286
- loader-utils "^1.0.2 "
3293
+ async "^2.4.1 "
3294
+ loader-utils "^1.1.0 "
3287
3295
schema-utils "^0.3.0"
3288
3296
webpack-sources "^1.0.1"
3289
3297
@@ -3455,6 +3463,15 @@ find-cache-dir@^0.1.1:
3455
3463
mkdirp "^0.5.1"
3456
3464
pkg-dir "^1.0.0"
3457
3465
3466
+ find-cache-dir@^1.0.0 :
3467
+ version "1.0.0"
3468
+ resolved "https://registry.yarnpkg.com/find-cache-dir/-/find-cache-dir-1.0.0.tgz#9288e3e9e3cc3748717d39eade17cf71fc30ee6f"
3469
+ integrity sha1-kojj6ePMN0hxfTnq3hfPcfww7m8=
3470
+ dependencies :
3471
+ commondir "^1.0.1"
3472
+ make-dir "^1.0.0"
3473
+ pkg-dir "^2.0.0"
3474
+
3458
3475
find-root@^0.1.1 :
3459
3476
version "0.1.2"
3460
3477
resolved "https://registry.yarnpkg.com/find-root/-/find-root-0.1.2.tgz#98d2267cff1916ccaf2743b3a0eea81d79d7dcd1"
@@ -5324,7 +5341,7 @@ lodash@4, lodash@^4.0.0, lodash@^4.0.1, lodash@^4.11.2, lodash@^4.14.0, lodash@^
5324
5341
version "4.17.4"
5325
5342
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.4.tgz#78203a4d1c328ae1d86dca6460e369b57f4055ae"
5326
5343
5327
- [email protected] , lodash@^4.17.10:
5344
+ [email protected] , lodash@^4.17.10, lodash@^4.17.14 :
5328
5345
version "4.17.15"
5329
5346
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.15.tgz#b447f6670a0455bbfeedd11392eff330ea097548"
5330
5347
integrity sha512-8xOcRHvCjnocdS5cpwXQXVzmmh5e5+saE2QGoeQmbKmRS6J3VQppPOIt0MnmE+4xlZoumy0GPG0D0MVIQbNA1A==
@@ -6494,6 +6511,13 @@ pkg-dir@^1.0.0:
6494
6511
dependencies :
6495
6512
find-up "^1.0.0"
6496
6513
6514
+ pkg-dir@^2.0.0 :
6515
+ version "2.0.0"
6516
+ resolved "https://registry.yarnpkg.com/pkg-dir/-/pkg-dir-2.0.0.tgz#f6d5d1109e19d63edf428e0bd57e12777615334b"
6517
+ integrity sha1-9tXREJ4Z1j7fQo4L1X4Sd3YVM0s=
6518
+ dependencies :
6519
+ find-up "^2.1.0"
6520
+
6497
6521
pluralize@^1.2.1 :
6498
6522
version "1.2.1"
6499
6523
resolved "https://registry.yarnpkg.com/pluralize/-/pluralize-1.2.1.tgz#d1a21483fd22bb41e58a12fa3421823140897c45"
0 commit comments