Skip to content

Commit 43666b7

Browse files
committed
Update dependency tslint to v5.15.0
1 parent 7cc57e9 commit 43666b7

File tree

2 files changed

+22
-10
lines changed

2 files changed

+22
-10
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.15.0",
3131
"typescript": "2.7.2"
3232
}
3333
}

yarn.lock

+21-9
Original file line numberDiff line numberDiff line change
@@ -2559,6 +2559,13 @@ js-yaml@^3.10.0:
25592559
argparse "^1.0.7"
25602560
esprima "^4.0.0"
25612561

2562+
js-yaml@^3.13.0:
2563+
version "3.13.0"
2564+
resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-3.13.0.tgz#38ee7178ac0eea2c97ff6d96fff4b18c7d8cf98e"
2565+
dependencies:
2566+
argparse "^1.0.7"
2567+
esprima "^4.0.0"
2568+
25622569
js-yaml@^3.7.0:
25632570
version "3.9.1"
25642571
resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-3.9.1.tgz#08775cebdfdd359209f0d2acd383c8f86a6904a0"
@@ -4161,28 +4168,33 @@ tslib@^1.8.0:
41614168
version "1.8.1"
41624169
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.8.1.tgz#6946af2d1d651a7b1863b531d6e5afa41aa44eac"
41634170

4164-
4165-
version "5.9.1"
4166-
resolved "https://registry.yarnpkg.com/tslint/-/tslint-5.9.1.tgz#1255f87a3ff57eb0b0e1f0e610a8b4748046c9ae"
4171+
tslib@^1.8.1:
4172+
version "1.9.3"
4173+
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.9.3.tgz#d7e4dd79245d85428c4d7e4822a79917954ca286"
4174+
4175+
4176+
version "5.15.0"
4177+
resolved "https://registry.yarnpkg.com/tslint/-/tslint-5.15.0.tgz#6ffb180986d63afa1e531feb2a134dbf961e27d3"
41674178
dependencies:
41684179
babel-code-frame "^6.22.0"
41694180
builtin-modules "^1.1.1"
41704181
chalk "^2.3.0"
41714182
commander "^2.12.1"
41724183
diff "^3.2.0"
41734184
glob "^7.1.1"
4174-
js-yaml "^3.7.0"
4185+
js-yaml "^3.13.0"
41754186
minimatch "^3.0.4"
4187+
mkdirp "^0.5.1"
41764188
resolve "^1.3.2"
41774189
semver "^5.3.0"
41784190
tslib "^1.8.0"
4179-
tsutils "^2.12.1"
4191+
tsutils "^2.29.0"
41804192

4181-
tsutils@^2.12.1:
4182-
version "2.14.0"
4183-
resolved "https://registry.yarnpkg.com/tsutils/-/tsutils-2.14.0.tgz#bc5291622aa2448c1baffc544bcc14ecfa528fb7"
4193+
tsutils@^2.29.0:
4194+
version "2.29.0"
4195+
resolved "https://registry.yarnpkg.com/tsutils/-/tsutils-2.29.0.tgz#32b488501467acbedd4b85498673a0812aca0b99"
41844196
dependencies:
4185-
tslib "^1.8.0"
4197+
tslib "^1.8.1"
41864198

41874199
tunnel-agent@^0.6.0:
41884200
version "0.6.0"

0 commit comments

Comments
 (0)