From 0db2031c33ea0e04dcf7d19865639aae052e010f Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 30 May 2019 20:16:41 +0000 Subject: [PATCH] chore(deps): update dependency tslint to v5.17.0 --- package.json | 2 +- yarn.lock | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index 37c1bbe..762a2b7 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "jest": "24.8.0", "jest-playback": "2.0.2", "prettier": "1.17.0", - "tslint": "5.16.0", + "tslint": "5.17.0", "tslint-plugin-prettier": "2.0.1", "typescript": "3.5.1" }, diff --git a/yarn.lock b/yarn.lock index 14930f9..80637d9 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2217,7 +2217,7 @@ jest@24.8.0: resolved "https://registry.yarnpkg.com/js-tokens/-/js-tokens-4.0.0.tgz#19203fb59991df98e3a287050d4647cdeaf32499" integrity sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ== -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" integrity sha512-YfbcO7jXDdyj0DGxYVSlSeQNHbD7XPWvrVWeVUujrQEoZzWJIRrCPoyk6kL6IAjAG2IolMK4T0hNUe0HOUs5Jw== @@ -3729,10 +3729,10 @@ tslint-plugin-prettier@2.0.1: lines-and-columns "^1.1.6" tslib "^1.7.1" -tslint@5.16.0: - version "5.16.0" - resolved "https://registry.yarnpkg.com/tslint/-/tslint-5.16.0.tgz#ae61f9c5a98d295b9a4f4553b1b1e831c1984d67" - integrity sha512-UxG2yNxJ5pgGwmMzPMYh/CCnCnh0HfPgtlVRDs1ykZklufFBL1ZoTlWFRz2NQjcoEiDoRp+JyT0lhBbbH/obyA== +tslint@5.17.0: + version "5.17.0" + resolved "https://registry.yarnpkg.com/tslint/-/tslint-5.17.0.tgz#f9f0ce2011d8e90debaa6e9b4975f24cd16852b8" + integrity sha512-pflx87WfVoYepTet3xLfDOLDm9Jqi61UXIKePOuca0qoAZyrGWonDG9VTbji58Fy+8gciUn8Bt7y69+KEVjc/w== dependencies: "@babel/code-frame" "^7.0.0" builtin-modules "^1.1.1" @@ -3740,7 +3740,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"