Skip to content

Commit 6d959c2

Browse files
Merge pull request ferdikoomen#567 from ferdikoomen/dependabot/npm_and_yarn/typescript-eslint/eslint-plugin-4.15.0
2 parents 639767e + 69a5fb9 commit 6d959c2

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
@@ -1390,29 +1390,29 @@
13901390
dependencies:
13911391
"@types/node" "*"
13921392

1393-
"@typescript-eslint/eslint-plugin@4.14.2":
1394-
version "4.14.2"
1395-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.14.2.tgz#47a15803cfab89580b96933d348c2721f3d2f6fe"
1396-
integrity sha512-uMGfG7GFYK/nYutK/iqYJv6K/Xuog/vrRRZX9aEP4Zv1jsYXuvFUMDFLhUnc8WFv3D2R5QhNQL3VYKmvLS5zsQ==
1393+
"@typescript-eslint/eslint-plugin@4.15.0":
1394+
version "4.15.0"
1395+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.15.0.tgz#13a5a07cf30d0d5781e43480aa2a8d38d308b084"
1396+
integrity sha512-DJgdGZW+8CFUTz5C/dnn4ONcUm2h2T0itWD85Ob5/V27Ndie8hUoX5HKyGssvR8sUMkAIlUc/AMK67Lqa3kBIQ==
13971397
dependencies:
1398-
"@typescript-eslint/experimental-utils" "4.14.2"
1399-
"@typescript-eslint/scope-manager" "4.14.2"
1398+
"@typescript-eslint/experimental-utils" "4.15.0"
1399+
"@typescript-eslint/scope-manager" "4.15.0"
14001400
debug "^4.1.1"
14011401
functional-red-black-tree "^1.0.1"
14021402
lodash "^4.17.15"
14031403
regexpp "^3.0.0"
14041404
semver "^7.3.2"
14051405
tsutils "^3.17.1"
14061406

1407-
"@typescript-eslint/experimental-utils@4.14.2":
1408-
version "4.14.2"
1409-
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.14.2.tgz#9df35049d1d36b6cbaba534d703648b9e1f05cbb"
1410-
integrity sha512-mV9pmET4C2y2WlyHmD+Iun8SAEqkLahHGBkGqDVslHkmoj3VnxnGP4ANlwuxxfq1BsKdl/MPieDbohCEQgKrwA==
1407+
"@typescript-eslint/experimental-utils@4.15.0":
1408+
version "4.15.0"
1409+
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.15.0.tgz#b87c36410a9b23f637689427be85007a2ec1a9c6"
1410+
integrity sha512-V4vaDWvxA2zgesg4KPgEGiomWEBpJXvY4ZX34Y3qxK8LUm5I87L+qGIOTd9tHZOARXNRt9pLbblSKiYBlGMawg==
14111411
dependencies:
14121412
"@types/json-schema" "^7.0.3"
1413-
"@typescript-eslint/scope-manager" "4.14.2"
1414-
"@typescript-eslint/types" "4.14.2"
1415-
"@typescript-eslint/typescript-estree" "4.14.2"
1413+
"@typescript-eslint/scope-manager" "4.15.0"
1414+
"@typescript-eslint/types" "4.15.0"
1415+
"@typescript-eslint/typescript-estree" "4.15.0"
14161416
eslint-scope "^5.0.0"
14171417
eslint-utils "^2.0.0"
14181418

@@ -1434,11 +1434,24 @@
14341434
"@typescript-eslint/types" "4.14.2"
14351435
"@typescript-eslint/visitor-keys" "4.14.2"
14361436

1437+
"@typescript-eslint/[email protected]":
1438+
version "4.15.0"
1439+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.15.0.tgz#c42703558ea6daaaba51a9c3a86f2902dbab9432"
1440+
integrity sha512-CSNBZnCC2jEA/a+pR9Ljh8Y+5TY5qgbPz7ICEk9WCpSEgT6Pi7H2RIjxfrrbUXvotd6ta+i27sssKEH8Azm75g==
1441+
dependencies:
1442+
"@typescript-eslint/types" "4.15.0"
1443+
"@typescript-eslint/visitor-keys" "4.15.0"
1444+
14371445
"@typescript-eslint/[email protected]":
14381446
version "4.14.2"
14391447
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.14.2.tgz#d96da62be22dc9dc6a06647f3633815350fb3174"
14401448
integrity sha512-LltxawRW6wXy4Gck6ZKlBD05tCHQUj4KLn4iR69IyRiDHX3d3NCAhO+ix5OR2Q+q9bjCrHE/HKt+riZkd1At8Q==
14411449

1450+
"@typescript-eslint/[email protected]":
1451+
version "4.15.0"
1452+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.15.0.tgz#3011ae1ac3299bb9a5ac56bdd297cccf679d3662"
1453+
integrity sha512-su4RHkJhS+iFwyqyXHcS8EGPlUVoC+XREfy5daivjLur9JP8GhvTmDipuRpcujtGC4M+GYhUOJCPDE3rC5NJrg==
1454+
14421455
"@typescript-eslint/[email protected]":
14431456
version "4.14.2"
14441457
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.14.2.tgz#9c5ebd8cae4d7b014f890acd81e8e17f309c9df9"
@@ -1453,6 +1466,19 @@
14531466
semver "^7.3.2"
14541467
tsutils "^3.17.1"
14551468

1469+
"@typescript-eslint/[email protected]":
1470+
version "4.15.0"
1471+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.15.0.tgz#402c86a7d2111c1f7a2513022f22a38a395b7f93"
1472+
integrity sha512-jG6xTmcNbi6xzZq0SdWh7wQ9cMb2pqXaUp6bUZOMsIlu5aOlxGxgE/t6L/gPybybQGvdguajXGkZKSndZJpksA==
1473+
dependencies:
1474+
"@typescript-eslint/types" "4.15.0"
1475+
"@typescript-eslint/visitor-keys" "4.15.0"
1476+
debug "^4.1.1"
1477+
globby "^11.0.1"
1478+
is-glob "^4.0.1"
1479+
semver "^7.3.2"
1480+
tsutils "^3.17.1"
1481+
14561482
"@typescript-eslint/[email protected]":
14571483
version "4.14.2"
14581484
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.14.2.tgz#997cbe2cb0690e1f384a833f64794e98727c70c6"
@@ -1461,6 +1487,14 @@
14611487
"@typescript-eslint/types" "4.14.2"
14621488
eslint-visitor-keys "^2.0.0"
14631489

1490+
"@typescript-eslint/[email protected]":
1491+
version "4.15.0"
1492+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.15.0.tgz#2a07768df30c8a5673f1bce406338a07fdec38ca"
1493+
integrity sha512-RnDtJwOwFucWFAMjG3ghCG/ikImFJFEg20DI7mn4pHEx3vC48lIAoyjhffvfHmErRDboUPC7p9Z2il4CLb7qxA==
1494+
dependencies:
1495+
"@typescript-eslint/types" "4.15.0"
1496+
eslint-visitor-keys "^2.0.0"
1497+
14641498
abab@^2.0.3:
14651499
version "2.0.5"
14661500
resolved "https://registry.yarnpkg.com/abab/-/abab-2.0.5.tgz#c0b678fb32d60fc1219c784d6a826fe385aeb79a"

0 commit comments

Comments
 (0)