From 10a1c51251720cf903c5039da2e320bfe960bc02 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 3 Aug 2020 07:01:52 +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 e6c8ada..ead955d 100644 --- a/package.json +++ b/package.json @@ -92,7 +92,7 @@ "schedule": "^0.5.0", "size-limit": "^0.21.1", "ts-jest": "^24.0.0", - "tslint": "^5.13.1", + "tslint": "^6.1.3", "typedoc": "^0.15.0", "typescript": "^3.6.3" },