From eb97e9d884e91c72acaf1f013ff26e91aa4415e8 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 3 Aug 2020 08:17:06 +0000 Subject: [PATCH] build(deps-dev): bump tslint from 5.20.1 to 6.1.3 Bumps [tslint](https://github.com/palantir/tslint) from 5.20.1 to 6.1.3. - [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.3) 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..5003ccc 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.3", "typescript": "^3.2.2" } }