From cd0c4ea9434d016f5ec54eb0b36a58c85c40dd20 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Apr 2022 16:40:19 +0000 Subject: [PATCH] chore:(deps-dev): bump typescript-tslint-plugin from 1.0.1 to 1.0.2 Bumps [typescript-tslint-plugin](https://github.com/microsoft/typescript-tslint-plugin) from 1.0.1 to 1.0.2. - [Release notes](https://github.com/microsoft/typescript-tslint-plugin/releases) - [Changelog](https://github.com/microsoft/typescript-tslint-plugin/blob/main/CHANGELOG.md) - [Commits](https://github.com/microsoft/typescript-tslint-plugin/commits) --- updated-dependencies: - dependency-name: typescript-tslint-plugin dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 15 ++++++++------- package.json | 2 +- 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 6efc7e677..93d8e4e75 100644 --- a/package-lock.json +++ b/package-lock.json @@ -100,7 +100,7 @@ "tslint": "~6.1.3", "tslint-config-prettier": "^1.18.0", "typescript": "~4.3.5", - "typescript-tslint-plugin": "^1.0.1" + "typescript-tslint-plugin": "^1.0.2" } }, "node_modules/@aduh95/viz.js": { @@ -28867,9 +28867,10 @@ } }, "node_modules/typescript-tslint-plugin": { - "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==", + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/typescript-tslint-plugin/-/typescript-tslint-plugin-1.0.2.tgz", + "integrity": "sha512-M4IhSOCG/2snlD1nTRszQNDuV5ITe/GjHethOyC3Ugq9RFThyx4zjn8Mg/ij5ng/puoYmq1jnW90W1KWxonhxw==", + "deprecated": "TSLint has been deprecated in favor of ESLint. This plugin has also been deprecated in favor of ESLint's tooling", "dev": true, "dependencies": { "minimatch": "^3.0.4", @@ -53003,9 +53004,9 @@ "dev": true }, "typescript-tslint-plugin": { - "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==", + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/typescript-tslint-plugin/-/typescript-tslint-plugin-1.0.2.tgz", + "integrity": "sha512-M4IhSOCG/2snlD1nTRszQNDuV5ITe/GjHethOyC3Ugq9RFThyx4zjn8Mg/ij5ng/puoYmq1jnW90W1KWxonhxw==", "dev": true, "requires": { "minimatch": "^3.0.4", diff --git a/package.json b/package.json index 8db346f6e..1a307666e 100644 --- a/package.json +++ b/package.json @@ -115,7 +115,7 @@ "tslint": "~6.1.3", "tslint-config-prettier": "^1.18.0", "typescript": "~4.3.5", - "typescript-tslint-plugin": "^1.0.1" + "typescript-tslint-plugin": "^1.0.2" }, "config": { "commitizen": {