Skip to content

Commit a3d899d

Browse files
committed
Update dependency tslint to v5.12.1
1 parent 8623309 commit a3d899d

File tree

2 files changed

+13
-9
lines changed

2 files changed

+13
-9
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"jest": "23.0.0",
3838
"standard": "10.0.3",
3939
"ts-jest": "22.4.4",
40-
"tslint": "5.9.1",
40+
"tslint": "5.12.1",
4141
"typescript": "3.0.3"
4242
},
4343
"keywords": [

yarn.lock

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4339,9 +4339,13 @@ tslib@^1.8.0:
43394339
version "1.8.1"
43404340
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.8.1.tgz#6946af2d1d651a7b1863b531d6e5afa41aa44eac"
43414341

4342-
4343-
version "5.9.1"
4344-
resolved "https://registry.yarnpkg.com/tslint/-/tslint-5.9.1.tgz#1255f87a3ff57eb0b0e1f0e610a8b4748046c9ae"
4342+
tslib@^1.8.1:
4343+
version "1.9.3"
4344+
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.9.3.tgz#d7e4dd79245d85428c4d7e4822a79917954ca286"
4345+
4346+
4347+
version "5.12.1"
4348+
resolved "https://registry.yarnpkg.com/tslint/-/tslint-5.12.1.tgz#8cec9d454cf8a1de9b0a26d7bdbad6de362e52c1"
43454349
dependencies:
43464350
babel-code-frame "^6.22.0"
43474351
builtin-modules "^1.1.1"
@@ -4354,13 +4358,13 @@ [email protected]:
43544358
resolve "^1.3.2"
43554359
semver "^5.3.0"
43564360
tslib "^1.8.0"
4357-
tsutils "^2.12.1"
4361+
tsutils "^2.27.2"
43584362

4359-
tsutils@^2.12.1:
4360-
version "2.14.0"
4361-
resolved "https://registry.yarnpkg.com/tsutils/-/tsutils-2.14.0.tgz#bc5291622aa2448c1baffc544bcc14ecfa528fb7"
4363+
tsutils@^2.27.2:
4364+
version "2.29.0"
4365+
resolved "https://registry.yarnpkg.com/tsutils/-/tsutils-2.29.0.tgz#32b488501467acbedd4b85498673a0812aca0b99"
43624366
dependencies:
4363-
tslib "^1.8.0"
4367+
tslib "^1.8.1"
43644368

43654369
tunnel-agent@^0.6.0:
43664370
version "0.6.0"

0 commit comments

Comments
 (0)