Skip to content

Commit 3765c44

Browse files
committed
chore(deps): update dependency tslint to v5.9.0
1 parent be125a0 commit 3765c44

File tree

2 files changed

+13
-16
lines changed

2 files changed

+13
-16
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"devDependencies": {
2828
"@types/graphql": "0.11.7",
2929
"@types/node": "8.5.7",
30-
"tslint": "5.8.0",
30+
"tslint": "5.9.0",
3131
"tslint-config-standard": "7.0.0",
3232
"typescript": "2.6.2"
3333
},

yarn.lock

Lines changed: 12 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ chain-function@^1.0.0:
228228
version "1.0.0"
229229
resolved "https://registry.yarnpkg.com/chain-function/-/chain-function-1.0.0.tgz#0d4ab37e7e18ead0bdc47b920764118ce58733dc"
230230

231-
[email protected], chalk@^2.1.0, chalk@^2.3.0:
231+
[email protected], chalk@^2.3.0:
232232
version "2.3.0"
233233
resolved "https://registry.yarnpkg.com/chalk/-/chalk-2.3.0.tgz#b5ea48efc9c1793dccc9b4767c93914d3f2d52ba"
234234
dependencies:
@@ -331,14 +331,10 @@ command-exists@^1.2.2:
331331
version "1.2.2"
332332
resolved "https://registry.yarnpkg.com/command-exists/-/command-exists-1.2.2.tgz#12819c64faf95446ec0ae07fe6cafb6eb3708b22"
333333

334-
commander@^2.11.0:
334+
commander@^2.11.0, commander@^2.12.1:
335335
version "2.12.2"
336336
resolved "https://registry.yarnpkg.com/commander/-/commander-2.12.2.tgz#0f5946c427ed9ec0d91a46bb9def53e54650e555"
337337

338-
commander@^2.9.0:
339-
version "2.11.0"
340-
resolved "https://registry.yarnpkg.com/commander/-/commander-2.11.0.tgz#157152fd1e7a6c8d98a5b715cf376df928004563"
341-
342338
343339
version "0.0.1"
344340
resolved "https://registry.yarnpkg.com/concat-map/-/concat-map-0.0.1.tgz#d8a96bd77fd68df7793a73036a3ba0d5405d477b"
@@ -1244,7 +1240,7 @@ js-tokens@^3.0.0:
12441240
version "3.0.2"
12451241
resolved "https://registry.yarnpkg.com/js-tokens/-/js-tokens-3.0.2.tgz#9866df395102130e38f7f996bceb65443209c25b"
12461242

1247-
js-yaml@^3.10.0:
1243+
js-yaml@^3.10.0, js-yaml@^3.7.0:
12481244
version "3.10.0"
12491245
resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-3.10.0.tgz#2e78441646bd4682e963f22b6e92823c309c62dc"
12501246
dependencies:
@@ -2107,11 +2103,11 @@ tough-cookie@~2.3.3:
21072103
dependencies:
21082104
punycode "^1.4.1"
21092105

2110-
tslib@^1.0.0, tslib@^1.7.1:
2106+
tslib@^1.0.0:
21112107
version "1.7.1"
21122108
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.7.1.tgz#bc8004164691923a79fe8378bbeb3da2017538ec"
21132109

2114-
tslib@^1.8.1:
2110+
tslib@^1.8.0, tslib@^1.8.1:
21152111
version "1.8.1"
21162112
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.8.1.tgz#6946af2d1d651a7b1863b531d6e5afa41aa44eac"
21172113

@@ -2129,20 +2125,21 @@ tslint-eslint-rules@^4.1.1:
21292125
tslib "^1.0.0"
21302126
tsutils "^1.4.0"
21312127

2132-
tslint@5.8.0:
2133-
version "5.8.0"
2134-
resolved "https://registry.yarnpkg.com/tslint/-/tslint-5.8.0.tgz#1f49ad5b2e77c76c3af4ddcae552ae4e3612eb13"
2128+
tslint@5.9.0:
2129+
version "5.9.0"
2130+
resolved "https://registry.yarnpkg.com/tslint/-/tslint-5.9.0.tgz#0fd1d5c56a257d98f812a4d9ebd14f6e02f6e882"
21352131
dependencies:
21362132
babel-code-frame "^6.22.0"
21372133
builtin-modules "^1.1.1"
2138-
chalk "^2.1.0"
2139-
commander "^2.9.0"
2134+
chalk "^2.3.0"
2135+
commander "^2.12.1"
21402136
diff "^3.2.0"
21412137
glob "^7.1.1"
2138+
js-yaml "^3.7.0"
21422139
minimatch "^3.0.4"
21432140
resolve "^1.3.2"
21442141
semver "^5.3.0"
2145-
tslib "^1.7.1"
2142+
tslib "^1.8.0"
21462143
tsutils "^2.12.1"
21472144

21482145
tsutils@^1.4.0:

0 commit comments

Comments
 (0)