From 73fbe26b0dd6cae378696bff39b25718caa8249b Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" Date: Mon, 27 May 2019 09:47:11 +0000 Subject: [PATCH] Update tslint-microsoft-contrib requirement from ^5.2.1 to ^6.2.0 Updates the requirements on [tslint-microsoft-contrib](https://github.com/Microsoft/tslint-microsoft-contrib) to permit the latest version. - [Release notes](https://github.com/Microsoft/tslint-microsoft-contrib/releases) - [Changelog](https://github.com/microsoft/tslint-microsoft-contrib/blob/master/CHANGELOG.md) - [Commits](https://github.com/Microsoft/tslint-microsoft-contrib/compare/5.2.1...6.2.0) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index eb0949af9..cfcd3e2ee 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "grunt-tslint": "^5.0.2", "npm-run-all": "^4.1.3", "tslint": "^5.11.0", - "tslint-microsoft-contrib": "^5.2.1", + "tslint-microsoft-contrib": "^6.2.0", "typescript": "2.5.3" } }