From d8558e00bb1df71c2690e2ae48bf0e9d910bedc5 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 21 Aug 2019 06:29:45 +0000 Subject: [PATCH] chore(deps-dev): update tslint requirement from 5.17.0 to 5.19.0 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/compare/5.17.0...5.19.0) Signed-off-by: dependabot-preview[bot] --- binary-nbt/package.json | 2 +- id/package.json | 2 +- result/package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/binary-nbt/package.json b/binary-nbt/package.json index 9f114af..933930e 100644 --- a/binary-nbt/package.json +++ b/binary-nbt/package.json @@ -42,7 +42,7 @@ "@types/node": "10.0.3", "mocha": "6.1.4", "ts-mocha": "6.0.0", - "tslint": "5.17.0", + "tslint": "5.19.0", "typedoc": "0.14.2", "typescript": "3.4.5" }, diff --git a/id/package.json b/id/package.json index 82ac98e..45f00f0 100644 --- a/id/package.json +++ b/id/package.json @@ -29,7 +29,7 @@ "@types/mocha": "5.2.7", "mocha": "6.1.4", "ts-mocha": "6.0.0", - "tslint": "5.17.0", + "tslint": "5.19.0", "typedoc": "0.14.2", "typescript": "3.4.5" }, diff --git a/result/package.json b/result/package.json index 41a07fb..81235ed 100644 --- a/result/package.json +++ b/result/package.json @@ -29,7 +29,7 @@ "@types/mocha": "5.2.7", "mocha": "6.1.4", "ts-mocha": "6.0.0", - "tslint": "5.17.0", + "tslint": "5.19.0", "typedoc": "0.14.2", "typescript": "3.4.5" },