From 72ec3e7d9f75596cf53988d364a5a76d582d51df Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 22 Oct 2019 17:43:02 +0000 Subject: [PATCH] chore(deps-dev): update typescript-tslint-plugin requirement Updates the requirements on [typescript-tslint-plugin](https://github.com/microsoft/typescript-tslint-plugin) to permit the latest version. - [Release notes](https://github.com/microsoft/typescript-tslint-plugin/releases) - [Changelog](https://github.com/microsoft/typescript-tslint-plugin/blob/master/CHANGELOG.md) - [Commits](https://github.com/microsoft/typescript-tslint-plugin/compare/0.3.1...0.5.4) 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 08e92de..501be9a 100644 --- a/package.json +++ b/package.json @@ -56,7 +56,7 @@ "tslint": "^5.12.0", "tslint-ionic-rules": "0.0.21", "typescript": "~3.5.3", - "typescript-tslint-plugin": "0.3.1" + "typescript-tslint-plugin": "0.5.4" }, "peerDependencies": { "@angular-devkit/architect": ">=0.800.0",