From 28be5c0b8129ec987e3e901e6822ef088da14dfa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Wed, 26 Dec 2018 18:33:34 +0900 Subject: [PATCH] Update tslint requirement from 5.10.0 to 5.12.0 (#3670) Updates the requirements on [tslint](https://github.com/palantir/tslint) to permit the latest version. - [Release notes](https://github.com/palantir/tslint/releases) - [Changelog](https://github.com/palantir/tslint/blob/master/CHANGELOG.md) - [Commits](https://github.com/palantir/tslint/commits/5.12.0) Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 09742fb44..6939121c3 100644 --- a/package.json +++ b/package.json @@ -210,7 +210,7 @@ "tmp": "0.0.33", "ts-loader": "5.3.1", "ts-node": "7.0.1", - "tslint": "5.10.0", + "tslint": "5.12.0", "typescript": "3.2.2", "typescript-eslint-parser": "21.0.2", "uglify-es": "3.3.9",