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",