From a31adbffe1c7682ab38008d809a3dcc812d4a545 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 12 Mar 2020 13:14:59 +0000 Subject: [PATCH] Bump tslint from 6.0.0 to 6.1.0 Bumps [tslint](https://github.com/palantir/tslint) from 6.0.0 to 6.1.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/6.0.0...6.1.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 a4a6ba9..819d6e5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5179,9 +5179,9 @@ "integrity": "sha512-qOebF53frne81cf0S9B41ByenJ3/IuH8yJKngAX35CmiZySA0khhkovshKK+jGCaMnVomla7gVlIcc3EvKPbTQ==" }, "tslint": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/tslint/-/tslint-6.0.0.tgz", - "integrity": "sha512-9nLya8GBtlFmmFMW7oXXwoXS1NkrccqTqAtwXzdPV9e2mqSEvCki6iHL/Fbzi5oqbugshzgGPk7KBb2qNP1DSA==", + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/tslint/-/tslint-6.1.0.tgz", + "integrity": "sha512-fXjYd/61vU6da04E505OZQGb2VCN2Mq3doeWcOIryuG+eqdmFUXTYVwdhnbEu2k46LNLgUYt9bI5icQze/j0bQ==", "requires": { "@babel/code-frame": "^7.0.0", "builtin-modules": "^1.1.1", diff --git a/package.json b/package.json index adc402e..2618921 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "replacestream": "4.0.3", "ts-jest": "25.2.0", "tslib": "1.10.0", - "tslint": "6.0.0", + "tslint": "6.1.0", "tslint-config-prettier": "1.18.0", "typescript": "3.7.5" },