@@ -118,6 +118,12 @@ ansi-styles@^3.1.0, ansi-styles@^3.2.0:
118
118
dependencies :
119
119
color-convert "^1.9.0"
120
120
121
+ ansi-styles@^3.2.1 :
122
+ version "3.2.1"
123
+ resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-3.2.1.tgz#41fbb20243e50b12be0f04b8dedbf07520ce841d"
124
+ dependencies :
125
+ color-convert "^1.9.0"
126
+
121
127
anymatch@^1.3.0 :
122
128
version "1.3.2"
123
129
resolved "https://registry.yarnpkg.com/anymatch/-/anymatch-1.3.2.tgz#553dcb8f91e3c889845dfdba34c77721b90b9d7a"
@@ -517,14 +523,22 @@ chalk@^2.0.0:
517
523
escape-string-regexp "^1.0.5"
518
524
supports-color "^5.2.0"
519
525
520
- chalk@^2.0.1, chalk@^2.1.0 :
526
+ chalk@^2.0.1 :
521
527
version "2.2.0"
522
528
resolved "https://registry.yarnpkg.com/chalk/-/chalk-2.2.0.tgz#477b3bf2f9b8fd5ca9e429747e37f724ee7af240"
523
529
dependencies :
524
530
ansi-styles "^3.1.0"
525
531
escape-string-regexp "^1.0.5"
526
532
supports-color "^4.0.0"
527
533
534
+ chalk@^2.3.0 :
535
+ version "2.4.1"
536
+ resolved "https://registry.yarnpkg.com/chalk/-/chalk-2.4.1.tgz#18c49ab16a037b6eb0152cc83e3471338215b66e"
537
+ dependencies :
538
+ ansi-styles "^3.2.1"
539
+ escape-string-regexp "^1.0.5"
540
+ supports-color "^5.3.0"
541
+
528
542
chokidar@^1.6.0 :
529
543
version "1.7.0"
530
544
resolved "https://registry.yarnpkg.com/chokidar/-/chokidar-1.7.0.tgz#798e689778151c8076b4b360e5edd28cda2bb468"
@@ -588,9 +602,9 @@ combined-stream@^1.0.5, combined-stream@~1.0.5:
588
602
dependencies :
589
603
delayed-stream "~1.0.0"
590
604
591
- commander@^2.9.0 :
592
- version "2.11 .0"
593
- resolved "https://registry.yarnpkg.com/commander/-/commander-2.11 .0.tgz#157152fd1e7a6c8d98a5b715cf376df928004563 "
605
+ commander@^2.12.1 :
606
+ version "2.16 .0"
607
+ resolved "https://registry.yarnpkg.com/commander/-/commander-2.16 .0.tgz#f16390593996ceb4f3eeb020b31d78528f7f8a50 "
594
608
595
609
concat-map@0.0.1 :
596
610
version "0.0.1"
@@ -2955,6 +2969,12 @@ supports-color@^5.2.0:
2955
2969
dependencies :
2956
2970
has-flag "^3.0.0"
2957
2971
2972
+ supports-color@^5.3.0 :
2973
+ version "5.4.0"
2974
+ resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-5.4.0.tgz#1c6b337402c2137605efe19f10fec390f6faab54"
2975
+ dependencies :
2976
+ has-flag "^3.0.0"
2977
+
2958
2978
symbol-tree@^3.2.1, symbol-tree@^3.2.2 :
2959
2979
version "3.2.2"
2960
2980
resolved "https://registry.yarnpkg.com/symbol-tree/-/symbol-tree-3.2.2.tgz#ae27db38f660a7ae2e1c3b7d1bc290819b8519e6"
@@ -3041,6 +3061,10 @@ tslib@^1.0.0, tslib@^1.7.1:
3041
3061
version "1.8.0"
3042
3062
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.8.0.tgz#dc604ebad64bcbf696d613da6c954aa0e7ea1eb6"
3043
3063
3064
+ tslib@^1.8.0, tslib@^1.8.1 :
3065
+ version "1.9.3"
3066
+ resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.9.3.tgz#d7e4dd79245d85428c4d7e4822a79917954ca286"
3067
+
3044
3068
tslint-config-airbnb@5.3.0 :
3045
3069
version "5.3.0"
3046
3070
resolved "https://registry.yarnpkg.com/tslint-config-airbnb/-/tslint-config-airbnb-5.3.0.tgz#78c3e6fcc452eb2a460266004f85a201a0a5b7a3"
@@ -3071,21 +3095,22 @@ tslint-microsoft-contrib@^5.0.0:
3071
3095
dependencies :
3072
3096
tsutils "^1.4.0"
3073
3097
3074
- tslint@5.8 .0 :
3075
- version "5.8 .0"
3076
- resolved "https://registry.yarnpkg.com/tslint/-/tslint-5.8 .0.tgz#1f49ad5b2e77c76c3af4ddcae552ae4e3612eb13 "
3098
+ tslint@5.11 .0 :
3099
+ version "5.11 .0"
3100
+ resolved "https://registry.yarnpkg.com/tslint/-/tslint-5.11 .0.tgz#98f30c02eae3cde7006201e4c33cb08b48581eed "
3077
3101
dependencies :
3078
3102
babel-code-frame "^6.22.0"
3079
3103
builtin-modules "^1.1.1"
3080
- chalk "^2.1 .0"
3081
- commander "^2.9.0 "
3104
+ chalk "^2.3 .0"
3105
+ commander "^2.12.1 "
3082
3106
diff "^3.2.0"
3083
3107
glob "^7.1.1"
3108
+ js-yaml "^3.7.0"
3084
3109
minimatch "^3.0.4"
3085
3110
resolve "^1.3.2"
3086
3111
semver "^5.3.0"
3087
- tslib "^1.7.1 "
3088
- tsutils "^2.12.1 "
3112
+ tslib "^1.8.0 "
3113
+ tsutils "^2.27.2 "
3089
3114
3090
3115
tslint@~5.1.0 :
3091
3116
version "5.1.0"
@@ -3105,12 +3130,18 @@ tsutils@^1.4.0:
3105
3130
version "1.9.1"
3106
3131
resolved "https://registry.yarnpkg.com/tsutils/-/tsutils-1.9.1.tgz#b9f9ab44e55af9681831d5f28d0aeeaf5c750cb0"
3107
3132
3108
- tsutils@^2.12.0, tsutils@^2.12.1 :
3133
+ tsutils@^2.12.0 :
3109
3134
version "2.12.1"
3110
3135
resolved "https://registry.yarnpkg.com/tsutils/-/tsutils-2.12.1.tgz#f4d95ce3391c8971e46e54c4cf0edb0a21dd5b24"
3111
3136
dependencies :
3112
3137
tslib "^1.7.1"
3113
3138
3139
+ tsutils@^2.27.2 :
3140
+ version "2.27.2"
3141
+ resolved "https://registry.yarnpkg.com/tsutils/-/tsutils-2.27.2.tgz#60ba88a23d6f785ec4b89c6e8179cac9b431f1c7"
3142
+ dependencies :
3143
+ tslib "^1.8.1"
3144
+
3114
3145
tunnel-agent@^0.6.0 :
3115
3146
version "0.6.0"
3116
3147
resolved "https://registry.yarnpkg.com/tunnel-agent/-/tunnel-agent-0.6.0.tgz#27a5dea06b36b04a0a9966774b290868f0fc40fd"
0 commit comments