Skip to content

Commit ab5e797

Browse files
committed
Update dependency tslint to v5.9.1
1 parent ba02c61 commit ab5e797

File tree

2 files changed

+12
-15
lines changed

2 files changed

+12
-15
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"bot-tester": "2.0.2",
2828
"ts-jest": "20.0.14",
2929
"ts-node": "3.3.0",
30-
"tslint": "5.8.0",
30+
"tslint": "5.9.1",
3131
"typescript": "2.6.2"
3232
}
3333
}

yarn.lock

Lines changed: 11 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -546,7 +546,7 @@ chalk@^2.0.0:
546546
escape-string-regexp "^1.0.5"
547547
supports-color "^4.0.0"
548548

549-
chalk@^2.0.1, chalk@^2.1.0:
549+
chalk@^2.0.1, chalk@^2.3.0:
550550
version "2.3.0"
551551
resolved "https://registry.yarnpkg.com/chalk/-/chalk-2.3.0.tgz#b5ea48efc9c1793dccc9b4767c93914d3f2d52ba"
552552
dependencies:
@@ -620,9 +620,9 @@ combined-stream@^1.0.5, combined-stream@~1.0.5:
620620
dependencies:
621621
delayed-stream "~1.0.0"
622622

623-
commander@^2.9.0:
624-
version "2.11.0"
625-
resolved "https://registry.yarnpkg.com/commander/-/commander-2.11.0.tgz#157152fd1e7a6c8d98a5b715cf376df928004563"
623+
commander@^2.12.1:
624+
version "2.13.0"
625+
resolved "https://registry.yarnpkg.com/commander/-/commander-2.13.0.tgz#6964bca67685df7c1f1430c584f07d7597885b9c"
626626

627627
628628
version "0.0.1"
@@ -3070,28 +3070,25 @@ tsconfig@^6.0.0:
30703070
strip-bom "^3.0.0"
30713071
strip-json-comments "^2.0.0"
30723072

3073-
tslib@^1.7.1:
3074-
version "1.7.1"
3075-
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.7.1.tgz#bc8004164691923a79fe8378bbeb3da2017538ec"
3076-
30773073
tslib@^1.8.0:
30783074
version "1.8.1"
30793075
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.8.1.tgz#6946af2d1d651a7b1863b531d6e5afa41aa44eac"
30803076

3081-
tslint@5.8.0:
3082-
version "5.8.0"
3083-
resolved "https://registry.yarnpkg.com/tslint/-/tslint-5.8.0.tgz#1f49ad5b2e77c76c3af4ddcae552ae4e3612eb13"
3077+
tslint@5.9.1:
3078+
version "5.9.1"
3079+
resolved "https://registry.yarnpkg.com/tslint/-/tslint-5.9.1.tgz#1255f87a3ff57eb0b0e1f0e610a8b4748046c9ae"
30843080
dependencies:
30853081
babel-code-frame "^6.22.0"
30863082
builtin-modules "^1.1.1"
3087-
chalk "^2.1.0"
3088-
commander "^2.9.0"
3083+
chalk "^2.3.0"
3084+
commander "^2.12.1"
30893085
diff "^3.2.0"
30903086
glob "^7.1.1"
3087+
js-yaml "^3.7.0"
30913088
minimatch "^3.0.4"
30923089
resolve "^1.3.2"
30933090
semver "^5.3.0"
3094-
tslib "^1.7.1"
3091+
tslib "^1.8.0"
30953092
tsutils "^2.12.1"
30963093

30973094
tsutils@^2.12.1:

0 commit comments

Comments
 (0)