Skip to content

Commit 305dd7d

Browse files
committed
chore(deps): update dependency tslint to v5.15.0
1 parent 45afff8 commit 305dd7d

File tree

2 files changed

+17
-9
lines changed

2 files changed

+17
-9
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"moment": "2.22.0",
2121
"parse": "1.11.0",
2222
"ts-jest": "21.2.4",
23-
"tslint": "5.11.0",
23+
"tslint": "5.15.0",
2424
"tslint-config-airbnb": "5.3.0",
2525
"typescript": "2.8.1"
2626
},

yarn.lock

Lines changed: 16 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1957,6 +1957,13 @@ js-tokens@^3.0.0, js-tokens@^3.0.2:
19571957
version "3.0.2"
19581958
resolved "https://registry.yarnpkg.com/js-tokens/-/js-tokens-3.0.2.tgz#9866df395102130e38f7f996bceb65443209c25b"
19591959

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+
19601967
js-yaml@^3.7.0:
19611968
version "3.10.0"
19621969
resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-3.10.0.tgz#2e78441646bd4682e963f22b6e92823c309c62dc"
@@ -3191,22 +3198,23 @@ tslint-microsoft-contrib@^5.0.0:
31913198
dependencies:
31923199
tsutils "^1.4.0"
31933200

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"
31973204
dependencies:
31983205
babel-code-frame "^6.22.0"
31993206
builtin-modules "^1.1.1"
32003207
chalk "^2.3.0"
32013208
commander "^2.12.1"
32023209
diff "^3.2.0"
32033210
glob "^7.1.1"
3204-
js-yaml "^3.7.0"
3211+
js-yaml "^3.13.0"
32053212
minimatch "^3.0.4"
3213+
mkdirp "^0.5.1"
32063214
resolve "^1.3.2"
32073215
semver "^5.3.0"
32083216
tslib "^1.8.0"
3209-
tsutils "^2.27.2"
3217+
tsutils "^2.29.0"
32103218

32113219
tslint@~5.1.0:
32123220
version "5.1.0"
@@ -3232,9 +3240,9 @@ tsutils@^2.12.0:
32323240
dependencies:
32333241
tslib "^1.7.1"
32343242

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"
32383246
dependencies:
32393247
tslib "^1.8.1"
32403248

0 commit comments

Comments
 (0)