From 27844d6628c9812a03b83d38a063284c8703579f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 13:03:44 +0000 Subject: [PATCH] Bump typescript-tslint-plugin from 0.5.5 to 1.0.2 Bumps [typescript-tslint-plugin](https://github.com/microsoft/typescript-tslint-plugin) from 0.5.5 to 1.0.2. - [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-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 09d0e2654..2813357ae 100644 --- a/package-lock.json +++ b/package-lock.json @@ -77,7 +77,7 @@ "typedoc": "^0.25.4", "typedoc-plugin-missing-exports": "^2.1.0", "typescript": "4.6.2", - "typescript-tslint-plugin": "^0.5.5", + "typescript-tslint-plugin": "^1.0.2", "url-loader": "4.1.1", "webpack": "^5.59.1", "webpack-bundle-analyzer": "^4.10.1", @@ -14596,9 +14596,9 @@ } }, "node_modules/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.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": { @@ -26597,9 +26597,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.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 28de1bf5f..a182a7d84 100644 --- a/package.json +++ b/package.json @@ -76,7 +76,7 @@ "typedoc": "^0.25.4", "typedoc-plugin-missing-exports": "^2.1.0", "typescript": "4.6.2", - "typescript-tslint-plugin": "^0.5.5", + "typescript-tslint-plugin": "^1.0.2", "url-loader": "4.1.1", "webpack": "^5.59.1", "webpack-bundle-analyzer": "^4.10.1",