@@ -433,6 +433,10 @@ babel-helper-define-map@^6.24.1:
433
433
babel-types "^6.24.1"
434
434
lodash "^4.2.0"
435
435
436
+ babel-helper-evaluate-path@^0.0.3 :
437
+ version "0.0.3"
438
+ resolved "https://registry.yarnpkg.com/babel-helper-evaluate-path/-/babel-helper-evaluate-path-0.0.3.tgz#1d103ac9d4a59e5d431842212f151785f7ac547b"
439
+
436
440
babel-helper-explode-assignable-expression@^6.24.1 :
437
441
version "6.24.1"
438
442
resolved "https://registry.yarnpkg.com/babel-helper-explode-assignable-expression/-/babel-helper-explode-assignable-expression-6.24.1.tgz#f25b82cf7dc10433c55f70592d5746400ac22caa"
@@ -441,6 +445,10 @@ babel-helper-explode-assignable-expression@^6.24.1:
441
445
babel-traverse "^6.24.1"
442
446
babel-types "^6.24.1"
443
447
448
+ babel-helper-flip-expressions@^0.0.2 :
449
+ version "0.0.2"
450
+ resolved "https://registry.yarnpkg.com/babel-helper-flip-expressions/-/babel-helper-flip-expressions-0.0.2.tgz#7bab2cf61162bc92703e9b298ef512bcf77d6787"
451
+
444
452
babel-helper-function-name@^6.24.1 :
445
453
version "6.24.1"
446
454
resolved "https://registry.yarnpkg.com/babel-helper-function-name/-/babel-helper-function-name-6.24.1.tgz#d3475b8c03ed98242a25b48351ab18399d3580a9"
@@ -465,6 +473,18 @@ babel-helper-hoist-variables@^6.24.1:
465
473
babel-runtime "^6.22.0"
466
474
babel-types "^6.24.1"
467
475
476
+ babel-helper-is-nodes-equiv@^0.0.1 :
477
+ version "0.0.1"
478
+ resolved "https://registry.yarnpkg.com/babel-helper-is-nodes-equiv/-/babel-helper-is-nodes-equiv-0.0.1.tgz#34e9b300b1479ddd98ec77ea0bbe9342dfe39684"
479
+
480
+ babel-helper-is-void-0@^0.0.1 :
481
+ version "0.0.1"
482
+ resolved "https://registry.yarnpkg.com/babel-helper-is-void-0/-/babel-helper-is-void-0-0.0.1.tgz#ed74553b883e68226ae45f989a99b02c190f105a"
483
+
484
+ babel-helper-mark-eval-scopes@^0.0.3 :
485
+ version "0.0.3"
486
+ resolved "https://registry.yarnpkg.com/babel-helper-mark-eval-scopes/-/babel-helper-mark-eval-scopes-0.0.3.tgz#902f75aeb537336edc35eb9f52b6f09db7785328"
487
+
468
488
babel-helper-optimise-call-expression@^6.24.1 :
469
489
version "6.24.1"
470
490
resolved "https://registry.yarnpkg.com/babel-helper-optimise-call-expression/-/babel-helper-optimise-call-expression-6.24.1.tgz#f7a13427ba9f73f8f4fa993c54a97882d1244257"
@@ -490,6 +510,10 @@ babel-helper-remap-async-to-generator@^6.24.1:
490
510
babel-traverse "^6.24.1"
491
511
babel-types "^6.24.1"
492
512
513
+ babel-helper-remove-or-void@^0.0.1 :
514
+ version "0.0.1"
515
+ resolved "https://registry.yarnpkg.com/babel-helper-remove-or-void/-/babel-helper-remove-or-void-0.0.1.tgz#f602790e465acf2dfbe84fb3dd210c43a2dd7262"
516
+
493
517
babel-helper-replace-supers@^6.24.1 :
494
518
version "6.24.1"
495
519
resolved "https://registry.yarnpkg.com/babel-helper-replace-supers/-/babel-helper-replace-supers-6.24.1.tgz#bf6dbfe43938d17369a213ca8a8bf74b6a90ab1a"
@@ -501,6 +525,10 @@ babel-helper-replace-supers@^6.24.1:
501
525
babel-traverse "^6.24.1"
502
526
babel-types "^6.24.1"
503
527
528
+ babel-helper-to-multiple-sequence-expressions@^0.0.4 :
529
+ version "0.0.4"
530
+ resolved "https://registry.yarnpkg.com/babel-helper-to-multiple-sequence-expressions/-/babel-helper-to-multiple-sequence-expressions-0.0.4.tgz#d94414b386b6286fbaad77f073dea9b34324b01c"
531
+
504
532
babel-helpers@^6.24.1 :
505
533
version "6.24.1"
506
534
resolved "https://registry.yarnpkg.com/babel-helpers/-/babel-helpers-6.24.1.tgz#3471de9caec388e5c850e597e58a26ddf37602b2"
@@ -554,6 +582,71 @@ babel-plugin-member-expression-literals@^1.0.1:
554
582
version "1.0.1"
555
583
resolved "https://registry.yarnpkg.com/babel-plugin-member-expression-literals/-/babel-plugin-member-expression-literals-1.0.1.tgz#cc5edb0faa8dc927170e74d6d1c02440021624d3"
556
584
585
+ babel-plugin-minify-builtins@^0.0.2 :
586
+ version "0.0.2"
587
+ resolved "https://registry.yarnpkg.com/babel-plugin-minify-builtins/-/babel-plugin-minify-builtins-0.0.2.tgz#f3be6121763c0c518d5ef82067cef4b615c9498c"
588
+ dependencies :
589
+ babel-helper-evaluate-path "^0.0.3"
590
+
591
+ babel-plugin-minify-constant-folding@^0.0.4 :
592
+ version "0.0.4"
593
+ resolved "https://registry.yarnpkg.com/babel-plugin-minify-constant-folding/-/babel-plugin-minify-constant-folding-0.0.4.tgz#b6e231026a6035e88ceadd206128d7db2b5c15e6"
594
+ dependencies :
595
+ babel-helper-evaluate-path "^0.0.3"
596
+ jsesc "^2.4.0"
597
+
598
+ babel-plugin-minify-dead-code-elimination@^0.1.4 :
599
+ version "0.1.4"
600
+ resolved "https://registry.yarnpkg.com/babel-plugin-minify-dead-code-elimination/-/babel-plugin-minify-dead-code-elimination-0.1.4.tgz#18b6ecfab77c29caca061d8210fa3495001e4fa1"
601
+ dependencies :
602
+ babel-helper-mark-eval-scopes "^0.0.3"
603
+ babel-helper-remove-or-void "^0.0.1"
604
+ lodash.some "^4.6.0"
605
+
606
+ babel-plugin-minify-flip-comparisons@^0.0.2 :
607
+ version "0.0.2"
608
+ resolved "https://registry.yarnpkg.com/babel-plugin-minify-flip-comparisons/-/babel-plugin-minify-flip-comparisons-0.0.2.tgz#7d0953aa5876ede6118966bda9edecc63bf346ab"
609
+ dependencies :
610
+ babel-helper-is-void-0 "^0.0.1"
611
+
612
+ babel-plugin-minify-guarded-expressions@^0.0.4 :
613
+ version "0.0.4"
614
+ resolved "https://registry.yarnpkg.com/babel-plugin-minify-guarded-expressions/-/babel-plugin-minify-guarded-expressions-0.0.4.tgz#957104a760e6a7ffd967005a7a11621bb42fd11c"
615
+ dependencies :
616
+ babel-helper-flip-expressions "^0.0.2"
617
+
618
+ babel-plugin-minify-infinity@^0.0.3 :
619
+ version "0.0.3"
620
+ resolved "https://registry.yarnpkg.com/babel-plugin-minify-infinity/-/babel-plugin-minify-infinity-0.0.3.tgz#4cc99b61d12b434ce80ad675103335c589cba9a1"
621
+
622
+ babel-plugin-minify-mangle-names@^0.0.8 :
623
+ version "0.0.8"
624
+ resolved "https://registry.yarnpkg.com/babel-plugin-minify-mangle-names/-/babel-plugin-minify-mangle-names-0.0.8.tgz#1e2fea856dd742d5697aa26b427e41258a8c5b79"
625
+ dependencies :
626
+ babel-helper-mark-eval-scopes "^0.0.3"
627
+
628
+ babel-plugin-minify-numeric-literals@^0.0.1 :
629
+ version "0.0.1"
630
+ resolved "https://registry.yarnpkg.com/babel-plugin-minify-numeric-literals/-/babel-plugin-minify-numeric-literals-0.0.1.tgz#9597e6c31154d7daf3744d0bd417c144b275bd53"
631
+
632
+ babel-plugin-minify-replace@^0.0.1 :
633
+ version "0.0.1"
634
+ resolved "https://registry.yarnpkg.com/babel-plugin-minify-replace/-/babel-plugin-minify-replace-0.0.1.tgz#5d5aea7cb9899245248d1ee9ce7a2fe556a8facc"
635
+
636
+ babel-plugin-minify-simplify@^0.0.8 :
637
+ version "0.0.8"
638
+ resolved "https://registry.yarnpkg.com/babel-plugin-minify-simplify/-/babel-plugin-minify-simplify-0.0.8.tgz#597b23327bba4373fed1c51461a689bce9ff4979"
639
+ dependencies :
640
+ babel-helper-flip-expressions "^0.0.2"
641
+ babel-helper-is-nodes-equiv "^0.0.1"
642
+ babel-helper-to-multiple-sequence-expressions "^0.0.4"
643
+
644
+ babel-plugin-minify-type-constructors@^0.0.4 :
645
+ version "0.0.4"
646
+ resolved "https://registry.yarnpkg.com/babel-plugin-minify-type-constructors/-/babel-plugin-minify-type-constructors-0.0.4.tgz#52d8b623775107523227719ade2d0b7458758b5f"
647
+ dependencies :
648
+ babel-helper-is-void-0 "^0.0.1"
649
+
557
650
babel-plugin-property-literals@^1.0.1 :
558
651
version "1.0.1"
559
652
resolved "https://registry.yarnpkg.com/babel-plugin-property-literals/-/babel-plugin-property-literals-1.0.1.tgz#0252301900192980b1c118efea48ce93aab83336"
@@ -780,19 +873,67 @@ babel-plugin-transform-exponentiation-operator@^6.22.0:
780
873
babel-plugin-syntax-exponentiation-operator "^6.8.0"
781
874
babel-runtime "^6.22.0"
782
875
876
+ babel-plugin-transform-inline-consecutive-adds@^0.0.2 :
877
+ version "0.0.2"
878
+ resolved "https://registry.yarnpkg.com/babel-plugin-transform-inline-consecutive-adds/-/babel-plugin-transform-inline-consecutive-adds-0.0.2.tgz#a58fcecfc09c08fbf9373a5a3e70746c03d01fc1"
879
+
880
+ babel-plugin-transform-member-expression-literals@^6.8.1 :
881
+ version "6.8.1"
882
+ resolved "https://registry.yarnpkg.com/babel-plugin-transform-member-expression-literals/-/babel-plugin-transform-member-expression-literals-6.8.1.tgz#60b78cb2b814ac71dd6104ef51c496c62e877337"
883
+
884
+ babel-plugin-transform-merge-sibling-variables@^6.8.2 :
885
+ version "6.8.2"
886
+ resolved "https://registry.yarnpkg.com/babel-plugin-transform-merge-sibling-variables/-/babel-plugin-transform-merge-sibling-variables-6.8.2.tgz#498acd07481ab340c1bad8b726c2fad1b8f644e5"
887
+
888
+ babel-plugin-transform-minify-booleans@^6.8.0 :
889
+ version "6.8.0"
890
+ resolved "https://registry.yarnpkg.com/babel-plugin-transform-minify-booleans/-/babel-plugin-transform-minify-booleans-6.8.0.tgz#b1a48864a727847696b84eae36fa4d085a54b42b"
891
+ dependencies :
892
+ babel-runtime "^6.0.0"
893
+
894
+ babel-plugin-transform-property-literals@^6.8.1 :
895
+ version "6.8.1"
896
+ resolved "https://registry.yarnpkg.com/babel-plugin-transform-property-literals/-/babel-plugin-transform-property-literals-6.8.1.tgz#05ed01f6024820b18f1d0495c80fe287176bccd9"
897
+
783
898
babel-plugin-transform-regenerator@^6.22.0 :
784
899
version "6.24.1"
785
900
resolved "https://registry.yarnpkg.com/babel-plugin-transform-regenerator/-/babel-plugin-transform-regenerator-6.24.1.tgz#b8da305ad43c3c99b4848e4fe4037b770d23c418"
786
901
dependencies :
787
902
regenerator-transform "0.9.11"
788
903
904
+ babel-plugin-transform-regexp-constructors@^0.0.6 :
905
+ version "0.0.6"
906
+ resolved "https://registry.yarnpkg.com/babel-plugin-transform-regexp-constructors/-/babel-plugin-transform-regexp-constructors-0.0.6.tgz#0d92607f0d26268296980cb7c1dea5f2dd3e1e20"
907
+
908
+ babel-plugin-transform-remove-console@^6.8.1 :
909
+ version "6.8.1"
910
+ resolved "https://registry.yarnpkg.com/babel-plugin-transform-remove-console/-/babel-plugin-transform-remove-console-6.8.1.tgz#38f6a6ca1581e76b75fc2c6fdcf909deadee7d6a"
911
+
912
+ babel-plugin-transform-remove-debugger@^6.8.1 :
913
+ version "6.8.1"
914
+ resolved "https://registry.yarnpkg.com/babel-plugin-transform-remove-debugger/-/babel-plugin-transform-remove-debugger-6.8.1.tgz#aabd0be107f8299094defe8e1ba8ccf4b114d07f"
915
+
916
+ babel-plugin-transform-remove-undefined@^0.0.5 :
917
+ version "0.0.5"
918
+ resolved "https://registry.yarnpkg.com/babel-plugin-transform-remove-undefined/-/babel-plugin-transform-remove-undefined-0.0.5.tgz#12ef11805e06e861dd2eb0c7cc041d2184b8f410"
919
+
920
+ babel-plugin-transform-simplify-comparison-operators@^6.8.1 :
921
+ version "6.8.1"
922
+ resolved "https://registry.yarnpkg.com/babel-plugin-transform-simplify-comparison-operators/-/babel-plugin-transform-simplify-comparison-operators-6.8.1.tgz#a307088e0d1c728081777fba568f4107396ab25c"
923
+
789
924
babel-plugin-transform-strict-mode@^6.24.1 :
790
925
version "6.24.1"
791
926
resolved "https://registry.yarnpkg.com/babel-plugin-transform-strict-mode/-/babel-plugin-transform-strict-mode-6.24.1.tgz#d5faf7aa578a65bbe591cf5edae04a0c67020758"
792
927
dependencies :
793
928
babel-runtime "^6.22.0"
794
929
babel-types "^6.24.1"
795
930
931
+ babel-plugin-transform-undefined-to-void@^6.8.0 :
932
+ version "6.8.0"
933
+ resolved "https://registry.yarnpkg.com/babel-plugin-transform-undefined-to-void/-/babel-plugin-transform-undefined-to-void-6.8.0.tgz#bc5b6b4908d3b1262170e67cb3963903ddce167e"
934
+ dependencies :
935
+ babel-runtime "^6.0.0"
936
+
796
937
babel-plugin-undeclared-variables-check@^1.0.2 :
797
938
version "1.0.2"
798
939
resolved "https://registry.yarnpkg.com/babel-plugin-undeclared-variables-check/-/babel-plugin-undeclared-variables-check-1.0.2.tgz#5cf1aa539d813ff64e99641290af620965f65dee"
@@ -811,6 +952,34 @@ babel-polyfill@^6.16.0:
811
952
core-js "^2.4.0"
812
953
regenerator-runtime "^0.10.0"
813
954
955
+
956
+ version "0.0.12"
957
+ resolved "https://registry.yarnpkg.com/babel-preset-babili/-/babel-preset-babili-0.0.12.tgz#74d79205d54feae6470bc84231da0b9ac9fc7de9"
958
+ dependencies :
959
+ babel-plugin-minify-builtins "^0.0.2"
960
+ babel-plugin-minify-constant-folding "^0.0.4"
961
+ babel-plugin-minify-dead-code-elimination "^0.1.4"
962
+ babel-plugin-minify-flip-comparisons "^0.0.2"
963
+ babel-plugin-minify-guarded-expressions "^0.0.4"
964
+ babel-plugin-minify-infinity "^0.0.3"
965
+ babel-plugin-minify-mangle-names "^0.0.8"
966
+ babel-plugin-minify-numeric-literals "^0.0.1"
967
+ babel-plugin-minify-replace "^0.0.1"
968
+ babel-plugin-minify-simplify "^0.0.8"
969
+ babel-plugin-minify-type-constructors "^0.0.4"
970
+ babel-plugin-transform-inline-consecutive-adds "^0.0.2"
971
+ babel-plugin-transform-member-expression-literals "^6.8.1"
972
+ babel-plugin-transform-merge-sibling-variables "^6.8.2"
973
+ babel-plugin-transform-minify-booleans "^6.8.0"
974
+ babel-plugin-transform-property-literals "^6.8.1"
975
+ babel-plugin-transform-regexp-constructors "^0.0.6"
976
+ babel-plugin-transform-remove-console "^6.8.1"
977
+ babel-plugin-transform-remove-debugger "^6.8.1"
978
+ babel-plugin-transform-remove-undefined "^0.0.5"
979
+ babel-plugin-transform-simplify-comparison-operators "^6.8.1"
980
+ babel-plugin-transform-undefined-to-void "^6.8.0"
981
+ lodash.isplainobject "^4.0.6"
982
+
814
983
babel-preset-env@^1.2.0 :
815
984
version "1.4.0"
816
985
resolved "https://registry.yarnpkg.com/babel-preset-env/-/babel-preset-env-1.4.0.tgz#c8e02a3bcc7792f23cded68e0355b9d4c28f0f7a"
@@ -857,7 +1026,7 @@ babel-register@^6.24.1:
857
1026
mkdirp "^0.5.1"
858
1027
source-map-support "^0.4.2"
859
1028
860
- babel-runtime@^6.11.6, babel-runtime@^6.18.0, babel-runtime@^6.22.0 :
1029
+ babel-runtime@^6.0.0, babel-runtime@^6. 11.6, babel-runtime@^6.18.0, babel-runtime@^6.22.0 :
861
1030
version "6.23.0"
862
1031
resolved "https://registry.yarnpkg.com/babel-runtime/-/babel-runtime-6.23.0.tgz#0a9489f144de70efb3ce4300accdb329e2fc543b"
863
1032
dependencies :
1271
1440
rimraf "^2.3.4"
1272
1441
symlink-or-copy "^1.0.1"
1273
1442
1274
- broccoli-plugin@^1.0.0, broccoli-plugin@^1.2.0, broccoli-plugin@^1.2.1, broccoli-plugin@^1. 3.0 :
1443
+ broccoli-plugin@^1.0.0, broccoli-plugin@^1.2.0, broccoli-plugin@^1.3.0 :
1275
1444
version "1.3.0"
1276
1445
resolved "https://registry.yarnpkg.com/broccoli-plugin/-/broccoli-plugin-1.3.0.tgz#bee704a8e42da08cb58e513aaa436efb7f0ef1ee"
1277
1446
dependencies :
@@ -1327,20 +1496,6 @@ broccoli-templater@^1.0.0:
1327
1496
broccoli-stew "^1.2.0"
1328
1497
lodash.template "^3.3.2"
1329
1498
1330
- broccoli-uglify-sourcemap@^1.0.0 :
1331
- version "1.5.2"
1332
- resolved "https://registry.yarnpkg.com/broccoli-uglify-sourcemap/-/broccoli-uglify-sourcemap-1.5.2.tgz#04f84ab0db539031fa868ccfa563c9932d50cedb"
1333
- dependencies :
1334
- broccoli-plugin "^1.2.1"
1335
- debug "^2.2.0"
1336
- lodash.merge "^4.5.1"
1337
- matcher-collection "^1.0.0"
1338
- mkdirp "^0.5.0"
1339
- source-map-url "^0.3.0"
1340
- symlink-or-copy "^1.0.1"
1341
- uglify-js "^2.7.0"
1342
- walk-sync "^0.1.3"
1343
-
1344
1499
broccoli-writer@^0.1.1 :
1345
1500
version "0.1.1"
1346
1501
resolved "https://registry.yarnpkg.com/broccoli-writer/-/broccoli-writer-0.1.1.tgz#d4d71aa8f2afbc67a3866b91a2da79084b96ab2d"
@@ -2162,6 +2317,13 @@ ember-cli-babel@^6.0.0-beta.3, ember-cli-babel@^6.0.0-beta.4, ember-cli-babel@^6
2162
2317
clone "^2.0.0"
2163
2318
ember-cli-version-checker "^1.2.0"
2164
2319
2320
+ ember-cli-babili@^0.1.0 :
2321
+ version "0.1.0"
2322
+ resolved "https://registry.yarnpkg.com/ember-cli-babili/-/ember-cli-babili-0.1.0.tgz#03e2151ac47f1b8db6c117560a1fd5e0b00097bf"
2323
+ dependencies :
2324
+ babel-preset-babili "0.0.12"
2325
+ broccoli-babel-transpiler "^6.0.0"
2326
+
2165
2327
ember-cli-broccoli-sane-watcher@^2.0.4 :
2166
2328
version "2.0.4"
2167
2329
resolved "https://registry.yarnpkg.com/ember-cli-broccoli-sane-watcher/-/ember-cli-broccoli-sane-watcher-2.0.4.tgz#f43f42f75b7509c212fb926cd9aea86ae19264c6"
@@ -2360,12 +2522,6 @@ ember-cli-test-loader@^2.0.0, ember-cli-test-loader@^2.1.0:
2360
2522
dependencies :
2361
2523
ember-cli-babel "^6.0.0-beta.7"
2362
2524
2363
- ember-cli-uglify@^1.2.0 :
2364
- version "1.2.0"
2365
- resolved "https://registry.yarnpkg.com/ember-cli-uglify/-/ember-cli-uglify-1.2.0.tgz#3208c32b54bc2783056e8bb0d5cfe9bbaf17ffb2"
2366
- dependencies :
2367
- broccoli-uglify-sourcemap "^1.0.0"
2368
-
2369
2525
ember-cli-valid-component-name@^1.0.0 :
2370
2526
version "1.0.0"
2371
2527
resolved "https://registry.yarnpkg.com/ember-cli-valid-component-name/-/ember-cli-valid-component-name-1.0.0.tgz#71550ce387e0233065f30b30b1510aa2dfbe87ef"
@@ -3797,6 +3953,10 @@ jsesc@^1.3.0:
3797
3953
version "1.3.0"
3798
3954
resolved "https://registry.yarnpkg.com/jsesc/-/jsesc-1.3.0.tgz#46c3fec8c1892b12b0833db9bc7622176dbab34b"
3799
3955
3956
+ jsesc@^2.4.0 :
3957
+ version "2.5.0"
3958
+ resolved "https://registry.yarnpkg.com/jsesc/-/jsesc-2.5.0.tgz#ce895de28feb034dcbf55fbeeabbcaeb63d73086"
3959
+
3800
3960
jsesc@~0.5.0 :
3801
3961
version "0.5.0"
3802
3962
resolved "https://registry.yarnpkg.com/jsesc/-/jsesc-0.5.0.tgz#e7dee66e35d6fc16f710fe91d5cf69f70f08911d"
@@ -4039,6 +4199,10 @@ lodash.isplainobject@^3.0.0:
4039
4199
lodash.isarguments "^3.0.0"
4040
4200
lodash.keysin "^3.0.0"
4041
4201
4202
+ lodash.isplainobject@^4.0.6 :
4203
+ version "4.0.6"
4204
+ resolved "https://registry.yarnpkg.com/lodash.isplainobject/-/lodash.isplainobject-4.0.6.tgz#7c526a52d89b45c45cc690b88163be0497f550cb"
4205
+
4042
4206
lodash.istypedarray@^3.0.0 :
4043
4207
version "3.0.6"
4044
4208
resolved "https://registry.yarnpkg.com/lodash.istypedarray/-/lodash.istypedarray-3.0.6.tgz#c9a477498607501d8e8494d283b87c39281cef62"
@@ -4074,7 +4238,7 @@ lodash.merge@^3.3.2:
4074
4238
lodash.keysin "^3.0.0"
4075
4239
lodash.toplainobject "^3.0.0"
4076
4240
4077
- lodash.merge@^4.3.0, lodash.merge@^4.4.0, lodash.merge@^4.5.1 :
4241
+ lodash.merge@^4.3.0, lodash.merge@^4.4.0 :
4078
4242
version "4.6.0"
4079
4243
resolved "https://registry.yarnpkg.com/lodash.merge/-/lodash.merge-4.6.0.tgz#69884ba144ac33fe699737a6086deffadd0f89c5"
4080
4244
@@ -4086,6 +4250,10 @@ lodash.restparam@^3.0.0:
4086
4250
version "3.6.1"
4087
4251
resolved "https://registry.yarnpkg.com/lodash.restparam/-/lodash.restparam-3.6.1.tgz#936a4e309ef330a7645ed4145986c85ae5b20805"
4088
4252
4253
+ lodash.some@^4.6.0 :
4254
+ version "4.6.0"
4255
+ resolved "https://registry.yarnpkg.com/lodash.some/-/lodash.some-4.6.0.tgz#1bb9f314ef6b8baded13b549169b2a945eb68e4d"
4256
+
4089
4257
lodash.template@^3.3.2 :
4090
4258
version "3.6.2"
4091
4259
resolved "https://registry.yarnpkg.com/lodash.template/-/lodash.template-3.6.2.tgz#f8cdecc6169a255be9098ae8b0c53d378931d14f"
@@ -5602,7 +5770,7 @@ uc.micro@^1.0.0, uc.micro@^1.0.1, uc.micro@^1.0.3:
5602
5770
version "1.0.3"
5603
5771
resolved "https://registry.yarnpkg.com/uc.micro/-/uc.micro-1.0.3.tgz#7ed50d5e0f9a9fb0a573379259f2a77458d50192"
5604
5772
5605
- uglify-js@^2.6, uglify-js@^2.7.0 :
5773
+ uglify-js@^2.6 :
5606
5774
version "2.8.22"
5607
5775
resolved "https://registry.yarnpkg.com/uglify-js/-/uglify-js-2.8.22.tgz#d54934778a8da14903fa29a326fb24c0ab51a1a0"
5608
5776
dependencies :
0 commit comments