From b6146bf1402e360c163ad80a4a2786a94cf720eb Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 2 Apr 2020 06:13:07 +0000 Subject: [PATCH] build(deps-dev): bump tslint from 5.20.1 to 6.1.1 Bumps [tslint](https://github.com/palantir/tslint) from 5.20.1 to 6.1.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.20.1...6.1.1) 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..3ce033a 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.1", "typescript": "^3.2.2" } }