Skip to content

Commit 2ad3287

Browse files
committed
chore(deps): update dependency tslint to v5.15.0
1 parent be125a0 commit 2ad3287

File tree

2 files changed

+39
-16
lines changed

2 files changed

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

yarn.lock

Lines changed: 38 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:
@@ -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.19.0"
340+
resolved "https://registry.yarnpkg.com/commander/-/commander-2.19.0.tgz#f6198aa84e5b83c46054b94ddedbfed5ee9ff12a"
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.13.0:
1255+
version "3.13.0"
1256+
resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-3.13.0.tgz#38ee7178ac0eea2c97ff6d96fff4b18c7d8cf98e"
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"
@@ -1463,6 +1470,16 @@ minimatch@^3.0.4:
14631470
dependencies:
14641471
brace-expansion "^1.1.7"
14651472

1473+
1474+
version "0.0.8"
1475+
resolved "https://registry.yarnpkg.com/minimist/-/minimist-0.0.8.tgz#857fcabfc3397d2625b8228262e86aa7a011b05d"
1476+
1477+
mkdirp@^0.5.1:
1478+
version "0.5.1"
1479+
resolved "https://registry.yarnpkg.com/mkdirp/-/mkdirp-0.5.1.tgz#30057438eac6cf7f8c4767f38648d6697d75c903"
1480+
dependencies:
1481+
minimist "0.0.8"
1482+
14661483
14671484
version "2.0.0"
14681485
resolved "https://registry.yarnpkg.com/ms/-/ms-2.0.0.tgz#5608aeadfc00be6c2901df5f9861788de0d597c8"
@@ -2107,10 +2124,14 @@ tough-cookie@~2.3.3:
21072124
dependencies:
21082125
punycode "^1.4.1"
21092126

2110-
tslib@^1.0.0, tslib@^1.7.1:
2127+
tslib@^1.0.0:
21112128
version "1.7.1"
21122129
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.7.1.tgz#bc8004164691923a79fe8378bbeb3da2017538ec"
21132130

2131+
tslib@^1.8.0:
2132+
version "1.9.3"
2133+
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.9.3.tgz#d7e4dd79245d85428c4d7e4822a79917954ca286"
2134+
21142135
tslib@^1.8.1:
21152136
version "1.8.1"
21162137
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.8.1.tgz#6946af2d1d651a7b1863b531d6e5afa41aa44eac"
@@ -2129,29 +2150,31 @@ tslint-eslint-rules@^4.1.1:
21292150
tslib "^1.0.0"
21302151
tsutils "^1.4.0"
21312152

2132-
tslint@5.8.0:
2133-
version "5.8.0"
2134-
resolved "https://registry.yarnpkg.com/tslint/-/tslint-5.8.0.tgz#1f49ad5b2e77c76c3af4ddcae552ae4e3612eb13"
2153+
tslint@5.15.0:
2154+
version "5.15.0"
2155+
resolved "https://registry.yarnpkg.com/tslint/-/tslint-5.15.0.tgz#6ffb180986d63afa1e531feb2a134dbf961e27d3"
21352156
dependencies:
21362157
babel-code-frame "^6.22.0"
21372158
builtin-modules "^1.1.1"
2138-
chalk "^2.1.0"
2139-
commander "^2.9.0"
2159+
chalk "^2.3.0"
2160+
commander "^2.12.1"
21402161
diff "^3.2.0"
21412162
glob "^7.1.1"
2163+
js-yaml "^3.13.0"
21422164
minimatch "^3.0.4"
2165+
mkdirp "^0.5.1"
21432166
resolve "^1.3.2"
21442167
semver "^5.3.0"
2145-
tslib "^1.7.1"
2146-
tsutils "^2.12.1"
2168+
tslib "^1.8.0"
2169+
tsutils "^2.29.0"
21472170

21482171
tsutils@^1.4.0:
21492172
version "1.9.1"
21502173
resolved "https://registry.yarnpkg.com/tsutils/-/tsutils-1.9.1.tgz#b9f9ab44e55af9681831d5f28d0aeeaf5c750cb0"
21512174

2152-
tsutils@^2.12.1:
2153-
version "2.15.0"
2154-
resolved "https://registry.yarnpkg.com/tsutils/-/tsutils-2.15.0.tgz#90831e5908cca10b28cdaf83a56dcf8156aed7c6"
2175+
tsutils@^2.29.0:
2176+
version "2.29.0"
2177+
resolved "https://registry.yarnpkg.com/tsutils/-/tsutils-2.29.0.tgz#32b488501467acbedd4b85498673a0812aca0b99"
21552178
dependencies:
21562179
tslib "^1.8.1"
21572180

0 commit comments

Comments
 (0)