From f613c8b8a97a2e81b924a855ee63e369c3c6f063 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 26 Aug 2019 08:31:29 +0000 Subject: [PATCH] build(deps-dev): bump tslint from 5.18.0 to 5.19.0 Bumps [tslint](https://github.com/palantir/tslint) from 5.18.0 to 5.19.0. - [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.18.0...5.19.0) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index a2f07e6..d83b99e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7794,9 +7794,9 @@ "dev": true }, "tslint": { - "version": "5.18.0", - "resolved": "https://registry.npmjs.org/tslint/-/tslint-5.18.0.tgz", - "integrity": "sha512-Q3kXkuDEijQ37nXZZLKErssQVnwCV/+23gFEMROi8IlbaBG6tXqLPQJ5Wjcyt/yHPKBC+hD5SzuGaMora+ZS6w==", + "version": "5.19.0", + "resolved": "https://registry.npmjs.org/tslint/-/tslint-5.19.0.tgz", + "integrity": "sha512-1LwwtBxfRJZnUvoS9c0uj8XQtAnyhWr9KlNvDIdB+oXyT+VpsOAaEhEgKi1HrZ8rq0ki/AAnbGSv4KM6/AfVZw==", "dev": true, "requires": { "@babel/code-frame": "^7.0.0", diff --git a/package.json b/package.json index cf721d3..8f3e8bd 100644 --- a/package.json +++ b/package.json @@ -63,7 +63,7 @@ "ts-jest": "^24.0.2", "ts-loader": "^6.0.4", "ts-node": "^8.3.0", - "tslint": "^5.18.0", + "tslint": "^5.19.0", "typescript": "^3.5.3" }, "dependencies": {