From e55f822ad4ce867c288cbd03fc23fdae43479057 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Fri, 17 Aug 2018 23:07:08 -0500 Subject: [PATCH] build(deps-dev): update tslint requirement from ^3.15.1 to ^5.11.0 (#2745) 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.11.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 f1b2b948f..106d5822a 100644 --- a/package.json +++ b/package.json @@ -55,7 +55,7 @@ "discord.js-docgen": "discordjs/docgen", "eslint": "^5.0.1", "json-filter-loader": "^1.0.0", - "tslint": "^3.15.1", + "tslint": "^5.11.0", "tslint-config-typings": "^0.3.1", "typescript": "^3.0.1", "uglifyjs-webpack-plugin": "^1.1.8",