From 8b632e5212fdbfa53415808a3dbef085f8306401 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Jan 2021 13:39:17 +0000 Subject: [PATCH] chore:(deps-dev): bump typescript-tslint-plugin from 0.5.5 to 1.0.1 Bumps [typescript-tslint-plugin](https://github.com/microsoft/typescript-tslint-plugin) from 0.5.5 to 1.0.1. - [Release notes](https://github.com/microsoft/typescript-tslint-plugin/releases) - [Changelog](https://github.com/microsoft/typescript-tslint-plugin/blob/master/CHANGELOG.md) - [Commits](https://github.com/microsoft/typescript-tslint-plugin/compare/0.5.5...1.0.1) Signed-off-by: dependabot[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 db1a7a704..204d5dd7b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20328,9 +20328,9 @@ "dev": true }, "typescript-tslint-plugin": { - "version": "0.5.5", - "resolved": "https://registry.npmjs.org/typescript-tslint-plugin/-/typescript-tslint-plugin-0.5.5.tgz", - "integrity": "sha512-tR5igNQP+6FhxaPJYRlUBVsEl0n5cSuXRbg7L1y80mL4B1jUHb8uiIcbQBJ9zWyypJEdFYFUccpXxvMwZR8+AA==", + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/typescript-tslint-plugin/-/typescript-tslint-plugin-1.0.1.tgz", + "integrity": "sha512-akj+J1FDoEv8y5uSs6f6SfkY3ywnhnTifDvOmwejSs4U+a18p73YoetrllKCDf14iq0VMNwIgCxNY/v88K6QYg==", "dev": true, "requires": { "minimatch": "^3.0.4", diff --git a/package.json b/package.json index f9c36ff2b..96f1d0113 100644 --- a/package.json +++ b/package.json @@ -108,7 +108,7 @@ "tslint": "~6.1.3", "tslint-config-prettier": "^1.18.0", "typescript": "~4.0.5", - "typescript-tslint-plugin": "^0.5.5" + "typescript-tslint-plugin": "^1.0.1" }, "config": { "commitizen": {