From ba396dce099c6e23c2763afbcf3a1f07c38b8149 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 23 Feb 2019 22:14:57 +0000 Subject: [PATCH] chore(deps): update dependency tslint to v5.13.0 --- package.json | 2 +- yarn.lock | 7 ++++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 8d5a426..2020067 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "prettier-config-ikatyang": "1.1.1", "ts-jest": "21.2.4", "ts-node": "4.1.0", - "tslint": "5.12.1", + "tslint": "5.13.0", "tslint-config-ikatyang": "2.5.1", "tslint-config-prettier": "1.18.0", "tslint-plugin-prettier": "2.0.1", diff --git a/yarn.lock b/yarn.lock index 059ee0a..505fb75 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3269,9 +3269,9 @@ tslint-plugin-prettier@2.0.1: lines-and-columns "^1.1.6" tslib "^1.7.1" -tslint@5.12.1: - version "5.12.1" - resolved "https://registry.yarnpkg.com/tslint/-/tslint-5.12.1.tgz#8cec9d454cf8a1de9b0a26d7bdbad6de362e52c1" +tslint@5.13.0: + version "5.13.0" + resolved "https://registry.yarnpkg.com/tslint/-/tslint-5.13.0.tgz#239a2357c36b620d72d86744754b6fc088a25359" dependencies: babel-code-frame "^6.22.0" builtin-modules "^1.1.1" @@ -3281,6 +3281,7 @@ tslint@5.12.1: glob "^7.1.1" js-yaml "^3.7.0" minimatch "^3.0.4" + mkdirp "^0.5.1" resolve "^1.3.2" semver "^5.3.0" tslib "^1.8.0"