Skip to content

Commit d3bb46e

Browse files
Bump tslint from 5.16.0 to 5.19.0
Bumps [tslint](https://github.com/palantir/tslint) from 5.16.0 to 5.19.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.19.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
1 parent eb0b07e commit d3bb46e

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"prettier": "^1.17.0",
3636
"sinon": "^7.3.2",
3737
"ts-jest": "^24.0.2",
38-
"tslint": "^5.16.0",
38+
"tslint": "^5.19.0",
3939
"typescript": "^3.4.5",
4040
"tslint-config-airbnb": "^5.11.1"
4141
},

yarn.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1905,7 +1905,7 @@ jest@^24.8.0:
19051905
version "4.0.0"
19061906
resolved "https://registry.yarnpkg.com/js-tokens/-/js-tokens-4.0.0.tgz#19203fb59991df98e3a287050d4647cdeaf32499"
19071907

1908-
js-yaml@^3.13.0:
1908+
js-yaml@^3.13.1:
19091909
version "3.13.1"
19101910
resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-3.13.1.tgz#aff151b30bfdfa8e49e05da22e7415e9dfa37847"
19111911
dependencies:
@@ -3199,17 +3199,17 @@ tslint-microsoft-contrib@~5.2.1:
31993199
dependencies:
32003200
tsutils "^2.27.2 <2.29.0"
32013201

3202-
tslint@^5.16.0:
3203-
version "5.16.0"
3204-
resolved "https://registry.yarnpkg.com/tslint/-/tslint-5.16.0.tgz#ae61f9c5a98d295b9a4f4553b1b1e831c1984d67"
3202+
tslint@^5.19.0:
3203+
version "5.19.0"
3204+
resolved "https://registry.yarnpkg.com/tslint/-/tslint-5.19.0.tgz#a2cbd4a7699386da823f6b499b8394d6c47bb968"
32053205
dependencies:
32063206
"@babel/code-frame" "^7.0.0"
32073207
builtin-modules "^1.1.1"
32083208
chalk "^2.3.0"
32093209
commander "^2.12.1"
32103210
diff "^3.2.0"
32113211
glob "^7.1.1"
3212-
js-yaml "^3.13.0"
3212+
js-yaml "^3.13.1"
32133213
minimatch "^3.0.4"
32143214
mkdirp "^0.5.1"
32153215
resolve "^1.3.2"

0 commit comments

Comments
 (0)