From 3e213cba9d67703294c57691c16767c79b843554 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2020 21:35:44 +0000 Subject: [PATCH] Bump tslint from 5.20.1 to 6.1.2 Bumps [tslint](https://github.com/palantir/tslint) from 5.20.1 to 6.1.2. - [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.2) 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 21df9f1..d6db141 100644 --- a/package.json +++ b/package.json @@ -63,7 +63,7 @@ "supertest": "^3.3.0", "ts-jest": "^23.10.5", "ts-node": "^8.0.1", - "tslint": "^5.12.0", + "tslint": "^6.1.2", "tslint-config-prettier": "^1.17.0", "typescript": "^3.2.2" },