From c83a066d88e0b1303e4b655a18664e3a78ef7ee2 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 30 Jan 2020 00:53:07 +0000 Subject: [PATCH] chore(deps-dev): bump typescript-tslint-plugin from 0.3.1 to 0.5.5 Bumps [typescript-tslint-plugin](https://github.com/microsoft/typescript-tslint-plugin) from 0.3.1 to 0.5.5. - [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.5) 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 24190fa..3194041 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.5" }, "peerDependencies": { "@angular-devkit/architect": ">=0.800.0",