From 945a9d6147ef4638c589101818daff463cfbd8f5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Dec 2021 12:04:56 +0000 Subject: [PATCH] Bump @typescript-eslint/eslint-plugin-tslint from 5.2.0 to 5.5.0 Bumps [@typescript-eslint/eslint-plugin-tslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin-tslint) from 5.2.0 to 5.5.0. - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin-tslint/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v5.5.0/packages/eslint-plugin-tslint) --- updated-dependencies: - dependency-name: "@typescript-eslint/eslint-plugin-tslint" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 65 ++++++++++++++++++++++++++++++++++++++++++++--- package.json | 2 +- 2 files changed, 62 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index e45a320a..4d1769a8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -286,13 +286,70 @@ } }, "@typescript-eslint/eslint-plugin-tslint": { - "version": "5.2.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin-tslint/-/eslint-plugin-tslint-5.2.0.tgz", - "integrity": "sha512-hf95DB4ess5Q/SBaecLU2PXLYgTBJMoPO+yK8BUmsQhOJVWGurPvwavEe6jzcZRtaQipN1nV/cMHhKivXYt80g==", + "version": "5.5.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin-tslint/-/eslint-plugin-tslint-5.5.0.tgz", + "integrity": "sha512-xrSDIVK5if/bJT1LBBABsVpo7+LbMFeZc9WxRvQ7ZehsO3hGVceXPjlMbXsMFqK+Fzz1fPTpxo6dbZMrpqTZtQ==", "dev": true, "requires": { - "@typescript-eslint/experimental-utils": "5.2.0", + "@typescript-eslint/experimental-utils": "5.5.0", "lodash": "^4.17.21" + }, + "dependencies": { + "@typescript-eslint/experimental-utils": { + "version": "5.5.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/experimental-utils/-/experimental-utils-5.5.0.tgz", + "integrity": "sha512-kjWeeVU+4lQ1SLYErRKV5yDXbWDPkpbzTUUlfAUifPYvpX0qZlrcCZ96/6oWxt3QxtK5WVhXz+KsnwW9cIW+3A==", + "dev": true, + "requires": { + "@types/json-schema": "^7.0.9", + "@typescript-eslint/scope-manager": "5.5.0", + "@typescript-eslint/types": "5.5.0", + "@typescript-eslint/typescript-estree": "5.5.0", + "eslint-scope": "^5.1.1", + "eslint-utils": "^3.0.0" + } + }, + "@typescript-eslint/scope-manager": { + "version": "5.5.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-5.5.0.tgz", + "integrity": "sha512-0/r656RmRLo7CbN4Mdd+xZyPJ/fPCKhYdU6mnZx+8msAD8nJSP8EyCFkzbd6vNVZzZvWlMYrSNekqGrCBqFQhg==", + "dev": true, + "requires": { + "@typescript-eslint/types": "5.5.0", + "@typescript-eslint/visitor-keys": "5.5.0" + } + }, + "@typescript-eslint/types": { + "version": "5.5.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-5.5.0.tgz", + "integrity": "sha512-OaYTqkW3GnuHxqsxxJ6KypIKd5Uw7bFiQJZRyNi1jbMJnK3Hc/DR4KwB6KJj6PBRkJJoaNwzMNv9vtTk87JhOg==", + "dev": true + }, + "@typescript-eslint/typescript-estree": { + "version": "5.5.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-5.5.0.tgz", + "integrity": "sha512-pVn8btYUiYrjonhMAO0yG8lm7RApzy2L4RC7Td/mC/qFkyf6vRbGyZozoA94+w6D2Y2GRqpMoCWcwx/EUOzyoQ==", + "dev": true, + "requires": { + "@typescript-eslint/types": "5.5.0", + "@typescript-eslint/visitor-keys": "5.5.0", + "debug": "^4.3.2", + "globby": "^11.0.4", + "is-glob": "^4.0.3", + "semver": "^7.3.5", + "tsutils": "^3.21.0" + } + }, + "@typescript-eslint/visitor-keys": { + "version": "5.5.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-5.5.0.tgz", + "integrity": "sha512-4GzJ1kRtsWzHhdM40tv0ZKHNSbkDhF0Woi/TDwVJX6UICwJItvP7ZTXbjTkCdrors7ww0sYe0t+cIKDAJwZ7Kw==", + "dev": true, + "requires": { + "@typescript-eslint/types": "5.5.0", + "eslint-visitor-keys": "^3.0.0" + } + } } }, "@typescript-eslint/experimental-utils": { diff --git a/package.json b/package.json index 180253a7..ef2318b0 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "@types/jquery": "^3.5.8", "@types/jqueryui": "^1.12.16", "@typescript-eslint/eslint-plugin": "^5.2.0", - "@typescript-eslint/eslint-plugin-tslint": "^5.2.0", + "@typescript-eslint/eslint-plugin-tslint": "^5.5.0", "@typescript-eslint/parser": "^5.2.0", "eslint": "^7.32.0", "eslint-webpack-plugin": "^3.0.1",