Skip to content

Commit a97a9e5

Browse files
committed
Update dependency tslint to v5.12.1
1 parent 7cc57e9 commit a97a9e5

File tree

2 files changed

+13
-9
lines changed

2 files changed

+13
-9
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"bot-tester": "3.4.2",
2828
"ts-jest": "22.0.2",
2929
"ts-node": "4.1.0",
30-
"tslint": "5.9.1",
30+
"tslint": "5.12.1",
3131
"typescript": "2.7.2"
3232
}
3333
}

yarn.lock

+12-8
Original file line numberDiff line numberDiff line change
@@ -4161,9 +4161,13 @@ tslib@^1.8.0:
41614161
version "1.8.1"
41624162
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.8.1.tgz#6946af2d1d651a7b1863b531d6e5afa41aa44eac"
41634163

4164-
4165-
version "5.9.1"
4166-
resolved "https://registry.yarnpkg.com/tslint/-/tslint-5.9.1.tgz#1255f87a3ff57eb0b0e1f0e610a8b4748046c9ae"
4164+
tslib@^1.8.1:
4165+
version "1.9.3"
4166+
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.9.3.tgz#d7e4dd79245d85428c4d7e4822a79917954ca286"
4167+
4168+
4169+
version "5.12.1"
4170+
resolved "https://registry.yarnpkg.com/tslint/-/tslint-5.12.1.tgz#8cec9d454cf8a1de9b0a26d7bdbad6de362e52c1"
41674171
dependencies:
41684172
babel-code-frame "^6.22.0"
41694173
builtin-modules "^1.1.1"
@@ -4176,13 +4180,13 @@ [email protected]:
41764180
resolve "^1.3.2"
41774181
semver "^5.3.0"
41784182
tslib "^1.8.0"
4179-
tsutils "^2.12.1"
4183+
tsutils "^2.27.2"
41804184

4181-
tsutils@^2.12.1:
4182-
version "2.14.0"
4183-
resolved "https://registry.yarnpkg.com/tsutils/-/tsutils-2.14.0.tgz#bc5291622aa2448c1baffc544bcc14ecfa528fb7"
4185+
tsutils@^2.27.2:
4186+
version "2.29.0"
4187+
resolved "https://registry.yarnpkg.com/tsutils/-/tsutils-2.29.0.tgz#32b488501467acbedd4b85498673a0812aca0b99"
41844188
dependencies:
4185-
tslib "^1.8.0"
4189+
tslib "^1.8.1"
41864190

41874191
tunnel-agent@^0.6.0:
41884192
version "0.6.0"

0 commit comments

Comments
 (0)