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": {