From d73abe62bee709844aac5256f1a99d76ae2a393b Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 5 May 2020 08:32:35 +0000 Subject: [PATCH] chore(deps-dev): bump tslint from 6.1.1 to 6.1.2 Bumps [tslint](https://github.com/palantir/tslint) from 6.1.1 to 6.1.2. - [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/6.1.1...6.1.2) 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 260daeb..ef84dff 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4503,9 +4503,9 @@ "integrity": "sha512-aZW88SY8kQbU7gpV19lN24LtXh/yD4ZZg6qieAJDDg+YBsJcSmLGK9QpnUjAKVG/xefmvJGd1WUmfpT/g6AJGA==" }, "tslint": { - "version": "6.1.1", - "resolved": "https://registry.npmjs.org/tslint/-/tslint-6.1.1.tgz", - "integrity": "sha512-kd6AQ/IgPRpLn6g5TozqzPdGNZ0q0jtXW4//hRcj10qLYBaa3mTUU2y2MCG+RXZm8Zx+KZi0eA+YCrMyNlF4UA==", + "version": "6.1.2", + "resolved": "https://registry.npmjs.org/tslint/-/tslint-6.1.2.tgz", + "integrity": "sha512-UyNrLdK3E0fQG/xWNqAFAC5ugtFyPO4JJR1KyyfQAyzR8W0fTRrC91A8Wej4BntFzcvETdCSDa/4PnNYJQLYiA==", "dev": true, "requires": { "@babel/code-frame": "^7.0.0", diff --git a/package.json b/package.json index 9316793..514797a 100644 --- a/package.json +++ b/package.json @@ -54,7 +54,7 @@ "lint-staged": "^10.2.2", "prettier": "^2.0.1", "ts-node": "^8.10.1", - "tslint": "^6.1.1", + "tslint": "^6.1.2", "tslint-config-prettier": "^1.18.0", "typescript": "^3.8.3" },