Skip to content

Commit 9405ce2

Browse files
Bump tslint from 5.16.0 to 5.20.0
Bumps [tslint](https://github.com/palantir/tslint) from 5.16.0 to 5.20.0. - [Release notes](https://github.com/palantir/tslint/releases) - [Changelog](https://github.com/palantir/tslint/blob/master/CHANGELOG.md) - [Commits](palantir/tslint@5.16.0...5.20.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
1 parent b515ee0 commit 9405ce2

2 files changed

Lines changed: 12 additions & 8 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"prettier": "^1.18.2",
3737
"sinon": "^7.4.2",
3838
"ts-jest": "^24.0.2",
39-
"tslint": "^5.16.0",
39+
"tslint": "^5.20.0",
4040
"tslint-config-airbnb": "^5.11.2",
4141
"typescript": "^3.4.5"
4242
},

yarn.lock

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -932,10 +932,14 @@ diff-sequences@^24.3.0:
932932
version "24.3.0"
933933
resolved "https://registry.yarnpkg.com/diff-sequences/-/diff-sequences-24.3.0.tgz#0f20e8a1df1abddaf4d9c226680952e64118b975"
934934

935-
diff@^3.2.0, diff@^3.5.0:
935+
diff@^3.5.0:
936936
version "3.5.0"
937937
resolved "https://registry.yarnpkg.com/diff/-/diff-3.5.0.tgz#800c0dd1e0a8bfbc95835c202ad220fe317e5a12"
938938

939+
diff@^4.0.1:
940+
version "4.0.1"
941+
resolved "https://registry.yarnpkg.com/diff/-/diff-4.0.1.tgz#0c667cb467ebbb5cea7f14f135cc2dba7780a8ff"
942+
939943
doctrine@0.7.2:
940944
version "0.7.2"
941945
resolved "https://registry.yarnpkg.com/doctrine/-/doctrine-0.7.2.tgz#7cb860359ba3be90e040b26b729ce4bfa654c523"
@@ -1911,7 +1915,7 @@ jest@^24.8.0:
19111915
version "4.0.0"
19121916
resolved "https://registry.yarnpkg.com/js-tokens/-/js-tokens-4.0.0.tgz#19203fb59991df98e3a287050d4647cdeaf32499"
19131917

1914-
js-yaml@^3.13.0:
1918+
js-yaml@^3.13.1:
19151919
version "3.13.1"
19161920
resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-3.13.1.tgz#aff151b30bfdfa8e49e05da22e7415e9dfa37847"
19171921
dependencies:
@@ -3201,17 +3205,17 @@ tslint-microsoft-contrib@~5.2.1:
32013205
dependencies:
32023206
tsutils "^2.27.2 <2.29.0"
32033207

3204-
tslint@^5.16.0:
3205-
version "5.16.0"
3206-
resolved "https://registry.yarnpkg.com/tslint/-/tslint-5.16.0.tgz#ae61f9c5a98d295b9a4f4553b1b1e831c1984d67"
3208+
tslint@^5.20.0:
3209+
version "5.20.0"
3210+
resolved "https://registry.yarnpkg.com/tslint/-/tslint-5.20.0.tgz#fac93bfa79568a5a24e7be9cdde5e02b02d00ec1"
32073211
dependencies:
32083212
"@babel/code-frame" "^7.0.0"
32093213
builtin-modules "^1.1.1"
32103214
chalk "^2.3.0"
32113215
commander "^2.12.1"
3212-
diff "^3.2.0"
3216+
diff "^4.0.1"
32133217
glob "^7.1.1"
3214-
js-yaml "^3.13.0"
3218+
js-yaml "^3.13.1"
32153219
minimatch "^3.0.4"
32163220
mkdirp "^0.5.1"
32173221
resolve "^1.3.2"

0 commit comments

Comments
 (0)