From f173bc4f89baed20939738570500a606d5dfbce8 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 4 Nov 2019 11:33:18 +0000 Subject: [PATCH] update: update dependency tslint-etc to v1.9.1 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index f076ccb..b71d9a8 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,7 @@ "tslint": "5.20.0", "tslint-clean-code": "0.2.10", "tslint-consistent-codestyle": "1.16.0", - "tslint-etc": "1.9.0", + "tslint-etc": "1.9.1", "tslint-microsoft-contrib": "6.2.0", "tslint-sonarts": "1.9.0", "typescript": "3.6.4" diff --git a/yarn.lock b/yarn.lock index 2f9f493..99ddec5 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2677,10 +2677,10 @@ tslint-consistent-codestyle@1.16.0: tslib "^1.7.1" tsutils "^2.29.0" -tslint-etc@1.9.0: - version "1.9.0" - resolved "https://artifacts.apextoaster.com/repository/group-npm/tslint-etc/-/tslint-etc-1.9.0.tgz#9a0e59f9e291de35553b5dc1941a3c701c2b7f71" - integrity sha512-qRThRT4EzZdDwLRKLcsRlLNGl4pwjfC8iGevJgy67EL/opIpZu3efQh1I367ufQeyKZg2FT1bx4MH2atIG37Yg== +tslint-etc@1.9.1: + version "1.9.1" + resolved "https://artifacts.apextoaster.com/repository/group-npm/tslint-etc/-/tslint-etc-1.9.1.tgz#6c946b1dbb2e1b8d9029ff89df005683a1af675c" + integrity sha512-lkZQSHRoTNm8EkLC76VYJ66JGY5oymCICzEFISTSYLOhwd/vKE0ljQY7AJIDp+4LT/BSLDDu6LklDYJqca+63Q== dependencies: "@phenomnomnominal/tsquery" "^4.0.0" tslib "^1.8.0"