From f80a0941c47ce77b2ba89b048cc96e55e46d0ec9 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 24 Jun 2019 06:19:58 +0000 Subject: [PATCH] chore(deps-dev): update tslint requirement from 5.17.0 to 5.18.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.18.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..c9446e7 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.18.0", "typedoc": "0.14.2", "typescript": "3.4.5" }, diff --git a/id/package.json b/id/package.json index 82ac98e..ef85784 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.18.0", "typedoc": "0.14.2", "typescript": "3.4.5" }, diff --git a/result/package.json b/result/package.json index 41a07fb..2946092 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.18.0", "typedoc": "0.14.2", "typescript": "3.4.5" },