From 2d546170a04c0219dfb2caabf65aae665ae1d3d2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Fri, 1 Mar 2019 04:25:11 +0100 Subject: [PATCH] chore(deps-dev): bump tslint from 5.13.0 to 5.13.1 (#186) Bumps [tslint](https://github.com/palantir/tslint) from 5.13.0 to 5.13.1. - [Release notes](https://github.com/palantir/tslint/releases) - [Changelog](https://github.com/palantir/tslint/blob/master/CHANGELOG.md) - [Commits](https://github.com/palantir/tslint/compare/5.13.0...5.13.1) Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index bfa0b0d..fd068e8 100644 --- a/package.json +++ b/package.json @@ -180,7 +180,7 @@ "gulp-sourcemaps": "^2.6.5", "gulp-typescript": "^5.0.0", "merge2": "^1.2.3", - "tslint": "^5.13.0", + "tslint": "^5.13.1", "tslint-config-fire": "^1.0.1", "typescript": "^3.3.3333", "vscode": "^1.1.30" diff --git a/yarn.lock b/yarn.lock index 33e3b55..df61020 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3000,10 +3000,10 @@ tslint-config-fire@^1.0.1: resolved "https://registry.yarnpkg.com/tslint-config-fire/-/tslint-config-fire-1.0.1.tgz#07d80eb14140f084c488da5756e4623070a7db31" integrity sha512-kSYiN7Jbk8MYNCW6Sjt1ay41q9/AtalgT+LvdzosIB+PTwTij8SHPfqZrPuFy7TW6Am0R6m9zKpskpqy2vEmpQ== -tslint@^5.13.0: - version "5.13.0" - resolved "https://registry.yarnpkg.com/tslint/-/tslint-5.13.0.tgz#239a2357c36b620d72d86744754b6fc088a25359" - integrity sha512-ECOOQRxXCYnUUePG5h/+Z1Zouobk3KFpIHA9aKBB/nnMxs97S1JJPDGt5J4cGm1y9U9VmVlfboOxA8n1kSNzGw== +tslint@^5.13.1: + version "5.13.1" + resolved "https://registry.yarnpkg.com/tslint/-/tslint-5.13.1.tgz#fbc0541c425647a33cd9108ce4fd4cd18d7904ed" + integrity sha512-fplQqb2miLbcPhyHoMV4FU9PtNRbgmm/zI5d3SZwwmJQM6V0eodju+hplpyfhLWpmwrDNfNYU57uYRb8s0zZoQ== dependencies: babel-code-frame "^6.22.0" builtin-modules "^1.1.1"