From d3bb46e7580a4cccd65a649dfd274e3358474adc Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 2 Sep 2019 14:05:13 +0000 Subject: [PATCH] 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](https://github.com/palantir/tslint/compare/5.16.0...5.19.0) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- yarn.lock | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 2b06c5e..0407ffb 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "prettier": "^1.17.0", "sinon": "^7.3.2", "ts-jest": "^24.0.2", - "tslint": "^5.16.0", + "tslint": "^5.19.0", "typescript": "^3.4.5", "tslint-config-airbnb": "^5.11.1" }, diff --git a/yarn.lock b/yarn.lock index 2bada67..e927452 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1905,7 +1905,7 @@ jest@^24.8.0: version "4.0.0" resolved "https://registry.yarnpkg.com/js-tokens/-/js-tokens-4.0.0.tgz#19203fb59991df98e3a287050d4647cdeaf32499" -js-yaml@^3.13.0: +js-yaml@^3.13.1: version "3.13.1" resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-3.13.1.tgz#aff151b30bfdfa8e49e05da22e7415e9dfa37847" dependencies: @@ -3199,9 +3199,9 @@ tslint-microsoft-contrib@~5.2.1: dependencies: tsutils "^2.27.2 <2.29.0" -tslint@^5.16.0: - version "5.16.0" - resolved "https://registry.yarnpkg.com/tslint/-/tslint-5.16.0.tgz#ae61f9c5a98d295b9a4f4553b1b1e831c1984d67" +tslint@^5.19.0: + version "5.19.0" + resolved "https://registry.yarnpkg.com/tslint/-/tslint-5.19.0.tgz#a2cbd4a7699386da823f6b499b8394d6c47bb968" dependencies: "@babel/code-frame" "^7.0.0" builtin-modules "^1.1.1" @@ -3209,7 +3209,7 @@ tslint@^5.16.0: commander "^2.12.1" diff "^3.2.0" glob "^7.1.1" - js-yaml "^3.13.0" + js-yaml "^3.13.1" minimatch "^3.0.4" mkdirp "^0.5.1" resolve "^1.3.2"