Skip to content

Commit af0a5d0

Browse files
renovate-botrenovate[bot]
authored andcommitted
chore(deps): update dependency tslint to v5.9.0
1 parent 1df92d5 commit af0a5d0

File tree

2 files changed

+12
-11
lines changed

2 files changed

+12
-11
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"@types/yargs": "10.0.1",
3333
"graphql-config": "1.1.5",
3434
"semantic-release": "12.2.0",
35-
"tslint": "5.8.0",
35+
"tslint": "5.9.0",
3636
"typescript": "2.6.2"
3737
},
3838
"release": {

yarn.lock

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -384,7 +384,7 @@ center-align@^0.1.1:
384384
align-text "^0.1.3"
385385
lazy-cache "^1.0.3"
386386

387-
[email protected], chalk@^2.1.0, chalk@^2.3.0:
387+
[email protected], chalk@^2.3.0:
388388
version "2.3.0"
389389
resolved "https://registry.yarnpkg.com/chalk/-/chalk-2.3.0.tgz#b5ea48efc9c1793dccc9b4767c93914d3f2d52ba"
390390
dependencies:
@@ -444,7 +444,7 @@ combined-stream@^1.0.5, combined-stream@~1.0.5:
444444
dependencies:
445445
delayed-stream "~1.0.0"
446446

447-
commander@^2.11.0, commander@^2.9.0:
447+
commander@^2.11.0, commander@^2.12.1:
448448
version "2.12.2"
449449
resolved "https://registry.yarnpkg.com/commander/-/commander-2.12.2.tgz#0f5946c427ed9ec0d91a46bb9def53e54650e555"
450450

@@ -1106,7 +1106,7 @@ js-tokens@^3.0.2:
11061106
version "3.0.2"
11071107
resolved "https://registry.yarnpkg.com/js-tokens/-/js-tokens-3.0.2.tgz#9866df395102130e38f7f996bceb65443209c25b"
11081108

1109-
js-yaml@^3.10.0, js-yaml@^3.9.0:
1109+
js-yaml@^3.10.0, js-yaml@^3.7.0, js-yaml@^3.9.0:
11101110
version "3.10.0"
11111111
resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-3.10.0.tgz#2e78441646bd4682e963f22b6e92823c309c62dc"
11121112
dependencies:
@@ -1938,24 +1938,25 @@ trim-off-newlines@^1.0.0:
19381938
version "1.0.1"
19391939
resolved "https://registry.yarnpkg.com/trim-off-newlines/-/trim-off-newlines-1.0.1.tgz#9f9ba9d9efa8764c387698bcbfeb2c848f11adb3"
19401940

1941-
tslib@^1.7.1, tslib@^1.8.0:
1941+
tslib@^1.8.0:
19421942
version "1.8.1"
19431943
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.8.1.tgz#6946af2d1d651a7b1863b531d6e5afa41aa44eac"
19441944

1945-
tslint@5.8.0:
1946-
version "5.8.0"
1947-
resolved "https://registry.yarnpkg.com/tslint/-/tslint-5.8.0.tgz#1f49ad5b2e77c76c3af4ddcae552ae4e3612eb13"
1945+
tslint@5.9.0:
1946+
version "5.9.0"
1947+
resolved "https://registry.yarnpkg.com/tslint/-/tslint-5.9.0.tgz#0fd1d5c56a257d98f812a4d9ebd14f6e02f6e882"
19481948
dependencies:
19491949
babel-code-frame "^6.22.0"
19501950
builtin-modules "^1.1.1"
1951-
chalk "^2.1.0"
1952-
commander "^2.9.0"
1951+
chalk "^2.3.0"
1952+
commander "^2.12.1"
19531953
diff "^3.2.0"
19541954
glob "^7.1.1"
1955+
js-yaml "^3.7.0"
19551956
minimatch "^3.0.4"
19561957
resolve "^1.3.2"
19571958
semver "^5.3.0"
1958-
tslib "^1.7.1"
1959+
tslib "^1.8.0"
19591960
tsutils "^2.12.1"
19601961

19611962
tsutils@^2.12.1:

0 commit comments

Comments
 (0)