File tree Expand file tree Collapse file tree 2 files changed +17
-9
lines changed Expand file tree Collapse file tree 2 files changed +17
-9
lines changed Original file line number Diff line number Diff line change 20
20
"moment" : " 2.22.0" ,
21
21
"parse" : " 1.11.0" ,
22
22
"ts-jest" : " 21.2.4" ,
23
- "tslint" : " 5.11 .0" ,
23
+ "tslint" : " 5.15 .0" ,
24
24
"tslint-config-airbnb" : " 5.3.0" ,
25
25
"typescript" : " 2.8.1"
26
26
},
Original file line number Diff line number Diff line change @@ -1957,6 +1957,13 @@ js-tokens@^3.0.0, js-tokens@^3.0.2:
1957
1957
version "3.0.2"
1958
1958
resolved "https://registry.yarnpkg.com/js-tokens/-/js-tokens-3.0.2.tgz#9866df395102130e38f7f996bceb65443209c25b"
1959
1959
1960
+ js-yaml@^3.13.0 :
1961
+ version "3.13.0"
1962
+ resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-3.13.0.tgz#38ee7178ac0eea2c97ff6d96fff4b18c7d8cf98e"
1963
+ dependencies :
1964
+ argparse "^1.0.7"
1965
+ esprima "^4.0.0"
1966
+
1960
1967
js-yaml@^3.7.0 :
1961
1968
version "3.10.0"
1962
1969
resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-3.10.0.tgz#2e78441646bd4682e963f22b6e92823c309c62dc"
@@ -3191,22 +3198,23 @@ tslint-microsoft-contrib@^5.0.0:
3191
3198
dependencies :
3192
3199
tsutils "^1.4.0"
3193
3200
3194
- tslint@5.11 .0 :
3195
- version "5.11 .0"
3196
- resolved "https://registry.yarnpkg.com/tslint/-/tslint-5.11 .0.tgz#98f30c02eae3cde7006201e4c33cb08b48581eed "
3201
+ tslint@5.15 .0 :
3202
+ version "5.15 .0"
3203
+ resolved "https://registry.yarnpkg.com/tslint/-/tslint-5.15 .0.tgz#6ffb180986d63afa1e531feb2a134dbf961e27d3 "
3197
3204
dependencies :
3198
3205
babel-code-frame "^6.22.0"
3199
3206
builtin-modules "^1.1.1"
3200
3207
chalk "^2.3.0"
3201
3208
commander "^2.12.1"
3202
3209
diff "^3.2.0"
3203
3210
glob "^7.1.1"
3204
- js-yaml "^3.7 .0"
3211
+ js-yaml "^3.13 .0"
3205
3212
minimatch "^3.0.4"
3213
+ mkdirp "^0.5.1"
3206
3214
resolve "^1.3.2"
3207
3215
semver "^5.3.0"
3208
3216
tslib "^1.8.0"
3209
- tsutils "^2.27.2 "
3217
+ tsutils "^2.29.0 "
3210
3218
3211
3219
tslint@~5.1.0 :
3212
3220
version "5.1.0"
@@ -3232,9 +3240,9 @@ tsutils@^2.12.0:
3232
3240
dependencies :
3233
3241
tslib "^1.7.1"
3234
3242
3235
- tsutils@^2.27.2 :
3236
- version "2.27.2 "
3237
- resolved "https://registry.yarnpkg.com/tsutils/-/tsutils-2.27.2 .tgz#60ba88a23d6f785ec4b89c6e8179cac9b431f1c7 "
3243
+ tsutils@^2.29.0 :
3244
+ version "2.29.0 "
3245
+ resolved "https://registry.yarnpkg.com/tsutils/-/tsutils-2.29.0 .tgz#32b488501467acbedd4b85498673a0812aca0b99 "
3238
3246
dependencies :
3239
3247
tslib "^1.8.1"
3240
3248
You can’t perform that action at this time.
0 commit comments