Skip to content

Commit 64e256c

Browse files
committed
chore(deps): update dependency tslint to v5.10.0
1 parent be125a0 commit 64e256c

File tree

2 files changed

+24
-12
lines changed

2 files changed

+24
-12
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.10.0",
3131
"tslint-config-standard": "7.0.0",
3232
"typescript": "2.6.2"
3333
},

yarn.lock

Lines changed: 23 additions & 11 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:
@@ -335,9 +335,9 @@ commander@^2.11.0:
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"
338+
commander@^2.12.1:
339+
version "2.15.1"
340+
resolved "https://registry.yarnpkg.com/commander/-/commander-2.15.1.tgz#df46e867d0fc2aec66a34662b406a9ccafff5b0f"
341341

342342
343343
version "0.0.1"
@@ -1251,6 +1251,13 @@ js-yaml@^3.10.0:
12511251
argparse "^1.0.7"
12521252
esprima "^4.0.0"
12531253

1254+
js-yaml@^3.7.0:
1255+
version "3.12.0"
1256+
resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-3.12.0.tgz#eaed656ec8344f10f527c6bfa1b6e2244de167d1"
1257+
dependencies:
1258+
argparse "^1.0.7"
1259+
esprima "^4.0.0"
1260+
12541261
js-yaml@^3.9.0:
12551262
version "3.9.0"
12561263
resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-3.9.0.tgz#4ffbbf25c2ac963b8299dc74da7e3740de1c18ce"
@@ -2107,10 +2114,14 @@ tough-cookie@~2.3.3:
21072114
dependencies:
21082115
punycode "^1.4.1"
21092116

2110-
tslib@^1.0.0, tslib@^1.7.1:
2117+
tslib@^1.0.0:
21112118
version "1.7.1"
21122119
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.7.1.tgz#bc8004164691923a79fe8378bbeb3da2017538ec"
21132120

2121+
tslib@^1.8.0:
2122+
version "1.9.3"
2123+
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.9.3.tgz#d7e4dd79245d85428c4d7e4822a79917954ca286"
2124+
21142125
tslib@^1.8.1:
21152126
version "1.8.1"
21162127
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.8.1.tgz#6946af2d1d651a7b1863b531d6e5afa41aa44eac"
@@ -2129,20 +2140,21 @@ tslint-eslint-rules@^4.1.1:
21292140
tslib "^1.0.0"
21302141
tsutils "^1.4.0"
21312142

2132-
tslint@5.8.0:
2133-
version "5.8.0"
2134-
resolved "https://registry.yarnpkg.com/tslint/-/tslint-5.8.0.tgz#1f49ad5b2e77c76c3af4ddcae552ae4e3612eb13"
2143+
tslint@5.10.0:
2144+
version "5.10.0"
2145+
resolved "https://registry.yarnpkg.com/tslint/-/tslint-5.10.0.tgz#11e26bccb88afa02dd0d9956cae3d4540b5f54c3"
21352146
dependencies:
21362147
babel-code-frame "^6.22.0"
21372148
builtin-modules "^1.1.1"
2138-
chalk "^2.1.0"
2139-
commander "^2.9.0"
2149+
chalk "^2.3.0"
2150+
commander "^2.12.1"
21402151
diff "^3.2.0"
21412152
glob "^7.1.1"
2153+
js-yaml "^3.7.0"
21422154
minimatch "^3.0.4"
21432155
resolve "^1.3.2"
21442156
semver "^5.3.0"
2145-
tslib "^1.7.1"
2157+
tslib "^1.8.0"
21462158
tsutils "^2.12.1"
21472159

21482160
tsutils@^1.4.0:

0 commit comments

Comments
 (0)