From b87b22bdb1f5c311398e7dac5029a047aafe08f4 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 17 Jul 2018 01:19:18 +0000 Subject: [PATCH] Update dependency tslint to v5.11.0 --- package.json | 2 +- yarn.lock | 20 ++++++++++++-------- 2 files changed, 13 insertions(+), 9 deletions(-) diff --git a/package.json b/package.json index aa6793d..acfd441 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "codecov": "3.0.0", "jest": "22.3.0", "ts-jest": "22.0.4", - "tslint": "5.9.1", + "tslint": "5.11.0", "typedoc": "0.9.0", "typescript": "2.6.2" } diff --git a/yarn.lock b/yarn.lock index 9eda379..53f685c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3053,9 +3053,13 @@ tslib@^1.8.0: version "1.8.1" resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.8.1.tgz#6946af2d1d651a7b1863b531d6e5afa41aa44eac" -tslint@5.9.1: - version "5.9.1" - resolved "https://registry.yarnpkg.com/tslint/-/tslint-5.9.1.tgz#1255f87a3ff57eb0b0e1f0e610a8b4748046c9ae" +tslib@^1.8.1: + version "1.9.3" + resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.9.3.tgz#d7e4dd79245d85428c4d7e4822a79917954ca286" + +tslint@5.11.0: + version "5.11.0" + resolved "https://registry.yarnpkg.com/tslint/-/tslint-5.11.0.tgz#98f30c02eae3cde7006201e4c33cb08b48581eed" dependencies: babel-code-frame "^6.22.0" builtin-modules "^1.1.1" @@ -3068,13 +3072,13 @@ tslint@5.9.1: resolve "^1.3.2" semver "^5.3.0" tslib "^1.8.0" - tsutils "^2.12.1" + tsutils "^2.27.2" -tsutils@^2.12.1: - version "2.14.0" - resolved "https://registry.yarnpkg.com/tsutils/-/tsutils-2.14.0.tgz#bc5291622aa2448c1baffc544bcc14ecfa528fb7" +tsutils@^2.27.2: + version "2.27.2" + resolved "https://registry.yarnpkg.com/tsutils/-/tsutils-2.27.2.tgz#60ba88a23d6f785ec4b89c6e8179cac9b431f1c7" dependencies: - tslib "^1.8.0" + tslib "^1.8.1" tunnel-agent@^0.6.0: version "0.6.0"