From a533e11865561799e16886b63b8c09365e4c2b40 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 1 Mar 2019 22:56:01 +0000 Subject: [PATCH] build: update dependency tslint to ~5.13.0 --- package.json | 2 +- yarn.lock | 7 ++++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index c58c6f8..4eaa518 100644 --- a/package.json +++ b/package.json @@ -76,7 +76,7 @@ "ts-node": "~7.0.0", "tsickle": ">=0.25.5", "tslib": "^1.7.1", - "tslint": "~5.11.0", + "tslint": "~5.13.0", "typescript": "2.9.2" } } diff --git a/yarn.lock b/yarn.lock index fd65164..1195c76 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6397,9 +6397,9 @@ tslib@^1.7.1, tslib@^1.8.0, tslib@^1.8.1, tslib@^1.9.0: 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" +tslint@~5.13.0: + version "5.13.1" + resolved "https://registry.yarnpkg.com/tslint/-/tslint-5.13.1.tgz#fbc0541c425647a33cd9108ce4fd4cd18d7904ed" dependencies: babel-code-frame "^6.22.0" builtin-modules "^1.1.1" @@ -6409,6 +6409,7 @@ tslint@~5.11.0: 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"