Skip to content

Commit 69a5fb9

Browse files
1 parent 5ff7abd commit 69a5fb9

File tree

2 files changed

+48
-14
lines changed

2 files changed

+48
-14
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
"@types/node": "14.14.28",
8282
"@types/node-fetch": "2.5.8",
8383
"@types/qs": "6.9.5",
84-
"@typescript-eslint/eslint-plugin": "4.14.2",
84+
"@typescript-eslint/eslint-plugin": "4.15.0",
8585
"@typescript-eslint/parser": "4.14.2",
8686
"codecov": "3.8.1",
8787
"eslint": "7.20.0",

yarn.lock

Lines changed: 47 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1372,29 +1372,29 @@
13721372
dependencies:
13731373
"@types/node" "*"
13741374

1375-
"@typescript-eslint/eslint-plugin@4.14.2":
1376-
version "4.14.2"
1377-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.14.2.tgz#47a15803cfab89580b96933d348c2721f3d2f6fe"
1378-
integrity sha512-uMGfG7GFYK/nYutK/iqYJv6K/Xuog/vrRRZX9aEP4Zv1jsYXuvFUMDFLhUnc8WFv3D2R5QhNQL3VYKmvLS5zsQ==
1375+
"@typescript-eslint/eslint-plugin@4.15.0":
1376+
version "4.15.0"
1377+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.15.0.tgz#13a5a07cf30d0d5781e43480aa2a8d38d308b084"
1378+
integrity sha512-DJgdGZW+8CFUTz5C/dnn4ONcUm2h2T0itWD85Ob5/V27Ndie8hUoX5HKyGssvR8sUMkAIlUc/AMK67Lqa3kBIQ==
13791379
dependencies:
1380-
"@typescript-eslint/experimental-utils" "4.14.2"
1381-
"@typescript-eslint/scope-manager" "4.14.2"
1380+
"@typescript-eslint/experimental-utils" "4.15.0"
1381+
"@typescript-eslint/scope-manager" "4.15.0"
13821382
debug "^4.1.1"
13831383
functional-red-black-tree "^1.0.1"
13841384
lodash "^4.17.15"
13851385
regexpp "^3.0.0"
13861386
semver "^7.3.2"
13871387
tsutils "^3.17.1"
13881388

1389-
"@typescript-eslint/experimental-utils@4.14.2":
1390-
version "4.14.2"
1391-
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.14.2.tgz#9df35049d1d36b6cbaba534d703648b9e1f05cbb"
1392-
integrity sha512-mV9pmET4C2y2WlyHmD+Iun8SAEqkLahHGBkGqDVslHkmoj3VnxnGP4ANlwuxxfq1BsKdl/MPieDbohCEQgKrwA==
1389+
"@typescript-eslint/experimental-utils@4.15.0":
1390+
version "4.15.0"
1391+
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.15.0.tgz#b87c36410a9b23f637689427be85007a2ec1a9c6"
1392+
integrity sha512-V4vaDWvxA2zgesg4KPgEGiomWEBpJXvY4ZX34Y3qxK8LUm5I87L+qGIOTd9tHZOARXNRt9pLbblSKiYBlGMawg==
13931393
dependencies:
13941394
"@types/json-schema" "^7.0.3"
1395-
"@typescript-eslint/scope-manager" "4.14.2"
1396-
"@typescript-eslint/types" "4.14.2"
1397-
"@typescript-eslint/typescript-estree" "4.14.2"
1395+
"@typescript-eslint/scope-manager" "4.15.0"
1396+
"@typescript-eslint/types" "4.15.0"
1397+
"@typescript-eslint/typescript-estree" "4.15.0"
13981398
eslint-scope "^5.0.0"
13991399
eslint-utils "^2.0.0"
14001400

@@ -1416,11 +1416,24 @@
14161416
"@typescript-eslint/types" "4.14.2"
14171417
"@typescript-eslint/visitor-keys" "4.14.2"
14181418

1419+
"@typescript-eslint/[email protected]":
1420+
version "4.15.0"
1421+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.15.0.tgz#c42703558ea6daaaba51a9c3a86f2902dbab9432"
1422+
integrity sha512-CSNBZnCC2jEA/a+pR9Ljh8Y+5TY5qgbPz7ICEk9WCpSEgT6Pi7H2RIjxfrrbUXvotd6ta+i27sssKEH8Azm75g==
1423+
dependencies:
1424+
"@typescript-eslint/types" "4.15.0"
1425+
"@typescript-eslint/visitor-keys" "4.15.0"
1426+
14191427
"@typescript-eslint/[email protected]":
14201428
version "4.14.2"
14211429
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.14.2.tgz#d96da62be22dc9dc6a06647f3633815350fb3174"
14221430
integrity sha512-LltxawRW6wXy4Gck6ZKlBD05tCHQUj4KLn4iR69IyRiDHX3d3NCAhO+ix5OR2Q+q9bjCrHE/HKt+riZkd1At8Q==
14231431

1432+
"@typescript-eslint/[email protected]":
1433+
version "4.15.0"
1434+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.15.0.tgz#3011ae1ac3299bb9a5ac56bdd297cccf679d3662"
1435+
integrity sha512-su4RHkJhS+iFwyqyXHcS8EGPlUVoC+XREfy5daivjLur9JP8GhvTmDipuRpcujtGC4M+GYhUOJCPDE3rC5NJrg==
1436+
14241437
"@typescript-eslint/[email protected]":
14251438
version "4.14.2"
14261439
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.14.2.tgz#9c5ebd8cae4d7b014f890acd81e8e17f309c9df9"
@@ -1435,6 +1448,19 @@
14351448
semver "^7.3.2"
14361449
tsutils "^3.17.1"
14371450

1451+
"@typescript-eslint/[email protected]":
1452+
version "4.15.0"
1453+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.15.0.tgz#402c86a7d2111c1f7a2513022f22a38a395b7f93"
1454+
integrity sha512-jG6xTmcNbi6xzZq0SdWh7wQ9cMb2pqXaUp6bUZOMsIlu5aOlxGxgE/t6L/gPybybQGvdguajXGkZKSndZJpksA==
1455+
dependencies:
1456+
"@typescript-eslint/types" "4.15.0"
1457+
"@typescript-eslint/visitor-keys" "4.15.0"
1458+
debug "^4.1.1"
1459+
globby "^11.0.1"
1460+
is-glob "^4.0.1"
1461+
semver "^7.3.2"
1462+
tsutils "^3.17.1"
1463+
14381464
"@typescript-eslint/[email protected]":
14391465
version "4.14.2"
14401466
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.14.2.tgz#997cbe2cb0690e1f384a833f64794e98727c70c6"
@@ -1443,6 +1469,14 @@
14431469
"@typescript-eslint/types" "4.14.2"
14441470
eslint-visitor-keys "^2.0.0"
14451471

1472+
"@typescript-eslint/[email protected]":
1473+
version "4.15.0"
1474+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.15.0.tgz#2a07768df30c8a5673f1bce406338a07fdec38ca"
1475+
integrity sha512-RnDtJwOwFucWFAMjG3ghCG/ikImFJFEg20DI7mn4pHEx3vC48lIAoyjhffvfHmErRDboUPC7p9Z2il4CLb7qxA==
1476+
dependencies:
1477+
"@typescript-eslint/types" "4.15.0"
1478+
eslint-visitor-keys "^2.0.0"
1479+
14461480
abab@^2.0.3:
14471481
version "2.0.5"
14481482
resolved "https://registry.yarnpkg.com/abab/-/abab-2.0.5.tgz#c0b678fb32d60fc1219c784d6a826fe385aeb79a"

0 commit comments

Comments
 (0)