From cfa1edaac7b57989ba35f3e72ae8bb288278cd3f Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 12 Mar 2020 06:05:05 +0000 Subject: [PATCH] build(deps-dev): bump tslint from 5.20.1 to 6.1.0 Bumps [tslint](https://github.com/palantir/tslint) from 5.20.1 to 6.1.0. - [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.20.1...6.1.0) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 07a2fbe..f95357a 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "mocha": "^6.0.0", "nyc": "^13.1.0", "rimraf": "^2.6.2", - "tslint": "^5.11.0", + "tslint": "^6.1.0", "typescript": "^3.2.2" } }