Skip to content

Commit 1cd54fd

Browse files
Merge pull request ferdikoomen#162 from ferdikoomen/dependabot/npm_and_yarn/typescript-eslint/eslint-plugin-2.24.0
2 parents 425ad5c + d5bb1a2 commit 1cd54fd

File tree

2 files changed

+6
-28
lines changed

2 files changed

+6
-28
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
"@types/mkdirp": "1.0.0",
7979
"@types/node": "13.9.1",
8080
"@types/rimraf": "2.0.3",
81-
"@typescript-eslint/eslint-plugin": "2.23.0",
81+
"@typescript-eslint/eslint-plugin": "2.24.0",
8282
"@typescript-eslint/parser": "2.24.0",
8383
"codecov": "3.6.5",
8484
"eslint": "6.8.0",

yarn.lock

Lines changed: 5 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1096,26 +1096,17 @@
10961096
dependencies:
10971097
"@types/yargs-parser" "*"
10981098

1099-
"@typescript-eslint/eslint-plugin@2.23.0":
1100-
version "2.23.0"
1101-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-2.23.0.tgz#aa7133bfb7b685379d9eafe4ae9e08b9037e129d"
1102-
integrity sha512-8iA4FvRsz8qTjR0L/nK9RcRUN3QtIHQiOm69FzV7WS3SE+7P7DyGGwh3k4UNR2JBbk+Ej2Io+jLAaqKibNhmtw==
1099+
"@typescript-eslint/eslint-plugin@2.24.0":
1100+
version "2.24.0"
1101+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-2.24.0.tgz#a86cf618c965a462cddf3601f594544b134d6d68"
1102+
integrity sha512-wJRBeaMeT7RLQ27UQkDFOu25MqFOBus8PtOa9KaT5ZuxC1kAsd7JEHqWt4YXuY9eancX0GK9C68i5OROnlIzBA==
11031103
dependencies:
1104-
"@typescript-eslint/experimental-utils" "2.23.0"
1104+
"@typescript-eslint/experimental-utils" "2.24.0"
11051105
eslint-utils "^1.4.3"
11061106
functional-red-black-tree "^1.0.1"
11071107
regexpp "^3.0.0"
11081108
tsutils "^3.17.1"
11091109

1110-
"@typescript-eslint/[email protected]":
1111-
version "2.23.0"
1112-
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-2.23.0.tgz#5d2261c8038ec1698ca4435a8da479c661dc9242"
1113-
integrity sha512-OswxY59RcXH3NNPmq+4Kis2CYZPurRU6mG5xPcn24CjFyfdVli5mySwZz/g/xDbJXgDsYqNGq7enV0IziWGXVQ==
1114-
dependencies:
1115-
"@types/json-schema" "^7.0.3"
1116-
"@typescript-eslint/typescript-estree" "2.23.0"
1117-
eslint-scope "^5.0.0"
1118-
11191110
"@typescript-eslint/[email protected]":
11201111
version "2.24.0"
11211112
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-2.24.0.tgz#a5cb2ed89fedf8b59638dc83484eb0c8c35e1143"
@@ -1135,19 +1126,6 @@
11351126
"@typescript-eslint/typescript-estree" "2.24.0"
11361127
eslint-visitor-keys "^1.1.0"
11371128

1138-
"@typescript-eslint/[email protected]":
1139-
version "2.23.0"
1140-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-2.23.0.tgz#d355960fab96bd550855488dcc34b9a4acac8d36"
1141-
integrity sha512-pmf7IlmvXdlEXvE/JWNNJpEvwBV59wtJqA8MLAxMKLXNKVRC3HZBXR/SlZLPWTCcwOSg9IM7GeRSV3SIerGVqw==
1142-
dependencies:
1143-
debug "^4.1.1"
1144-
eslint-visitor-keys "^1.1.0"
1145-
glob "^7.1.6"
1146-
is-glob "^4.0.1"
1147-
lodash "^4.17.15"
1148-
semver "^6.3.0"
1149-
tsutils "^3.17.1"
1150-
11511129
"@typescript-eslint/[email protected]":
11521130
version "2.24.0"
11531131
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-2.24.0.tgz#38bbc8bb479790d2f324797ffbcdb346d897c62a"

0 commit comments

Comments
 (0)