Skip to content

Commit 48891e1

Browse files
Merge pull request ferdikoomen#625 from ferdikoomen/dependabot/npm_and_yarn/typescript-eslint/eslint-plugin-4.19.0
2 parents 82832b6 + abfbd0b commit 48891e1

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
@@ -82,7 +82,7 @@
8282
"@types/node": "14.14.35",
8383
"@types/node-fetch": "2.5.8",
8484
"@types/qs": "6.9.6",
85-
"@typescript-eslint/eslint-plugin": "4.18.0",
85+
"@typescript-eslint/eslint-plugin": "4.19.0",
8686
"@typescript-eslint/parser": "4.18.0",
8787
"codecov": "3.8.1",
8888
"eslint": "7.22.0",

yarn.lock

Lines changed: 47 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1413,29 +1413,29 @@
14131413
dependencies:
14141414
"@types/node" "*"
14151415

1416-
"@typescript-eslint/eslint-plugin@4.18.0":
1417-
version "4.18.0"
1418-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.18.0.tgz#50fbce93211b5b690895d20ebec6fe8db48af1f6"
1419-
integrity sha512-Lzkc/2+7EoH7+NjIWLS2lVuKKqbEmJhtXe3rmfA8cyiKnZm3IfLf51irnBcmow8Q/AptVV0XBZmBJKuUJTe6cQ==
1416+
"@typescript-eslint/eslint-plugin@4.19.0":
1417+
version "4.19.0"
1418+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.19.0.tgz#56f8da9ee118fe9763af34d6a526967234f6a7f0"
1419+
integrity sha512-CRQNQ0mC2Pa7VLwKFbrGVTArfdVDdefS+gTw0oC98vSI98IX5A8EVH4BzJ2FOB0YlCmm8Im36Elad/Jgtvveaw==
14201420
dependencies:
1421-
"@typescript-eslint/experimental-utils" "4.18.0"
1422-
"@typescript-eslint/scope-manager" "4.18.0"
1421+
"@typescript-eslint/experimental-utils" "4.19.0"
1422+
"@typescript-eslint/scope-manager" "4.19.0"
14231423
debug "^4.1.1"
14241424
functional-red-black-tree "^1.0.1"
14251425
lodash "^4.17.15"
14261426
regexpp "^3.0.0"
14271427
semver "^7.3.2"
14281428
tsutils "^3.17.1"
14291429

1430-
"@typescript-eslint/experimental-utils@4.18.0":
1431-
version "4.18.0"
1432-
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.18.0.tgz#ed6c955b940334132b17100d2917449b99a91314"
1433-
integrity sha512-92h723Kblt9JcT2RRY3QS2xefFKar4ZQFVs3GityOKWQYgtajxt/tuXIzL7sVCUlM1hgreiV5gkGYyBpdOwO6A==
1430+
"@typescript-eslint/experimental-utils@4.19.0":
1431+
version "4.19.0"
1432+
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.19.0.tgz#9ca379919906dc72cb0fcd817d6cb5aa2d2054c6"
1433+
integrity sha512-9/23F1nnyzbHKuoTqFN1iXwN3bvOm/PRIXSBR3qFAYotK/0LveEOHr5JT1WZSzcD6BESl8kPOG3OoDRKO84bHA==
14341434
dependencies:
14351435
"@types/json-schema" "^7.0.3"
1436-
"@typescript-eslint/scope-manager" "4.18.0"
1437-
"@typescript-eslint/types" "4.18.0"
1438-
"@typescript-eslint/typescript-estree" "4.18.0"
1436+
"@typescript-eslint/scope-manager" "4.19.0"
1437+
"@typescript-eslint/types" "4.19.0"
1438+
"@typescript-eslint/typescript-estree" "4.19.0"
14391439
eslint-scope "^5.0.0"
14401440
eslint-utils "^2.0.0"
14411441

@@ -1457,11 +1457,24 @@
14571457
"@typescript-eslint/types" "4.18.0"
14581458
"@typescript-eslint/visitor-keys" "4.18.0"
14591459

1460+
"@typescript-eslint/[email protected]":
1461+
version "4.19.0"
1462+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.19.0.tgz#5e0b49eca4df7684205d957c9856f4e720717a4f"
1463+
integrity sha512-GGy4Ba/hLXwJXygkXqMzduqOMc+Na6LrJTZXJWVhRrSuZeXmu8TAnniQVKgj8uTRKe4igO2ysYzH+Np879G75g==
1464+
dependencies:
1465+
"@typescript-eslint/types" "4.19.0"
1466+
"@typescript-eslint/visitor-keys" "4.19.0"
1467+
14601468
"@typescript-eslint/[email protected]":
14611469
version "4.18.0"
14621470
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.18.0.tgz#bebe323f81f2a7e2e320fac9415e60856267584a"
14631471
integrity sha512-/BRociARpj5E+9yQ7cwCF/SNOWwXJ3qhjurMuK2hIFUbr9vTuDeu476Zpu+ptxY2kSxUHDGLLKy+qGq2sOg37A==
14641472

1473+
"@typescript-eslint/[email protected]":
1474+
version "4.19.0"
1475+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.19.0.tgz#5181d5d2afd02e5b8f149ebb37ffc8bd7b07a568"
1476+
integrity sha512-A4iAlexVvd4IBsSTNxdvdepW0D4uR/fwxDrKUa+iEY9UWvGREu2ZyB8ylTENM1SH8F7bVC9ac9+si3LWNxcBuA==
1477+
14651478
"@typescript-eslint/[email protected]":
14661479
version "4.18.0"
14671480
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.18.0.tgz#756d3e61da8c16ab99185532c44872f4cd5538cb"
@@ -1475,6 +1488,19 @@
14751488
semver "^7.3.2"
14761489
tsutils "^3.17.1"
14771490

1491+
"@typescript-eslint/[email protected]":
1492+
version "4.19.0"
1493+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.19.0.tgz#8a709ffa400284ab72df33376df085e2e2f61147"
1494+
integrity sha512-3xqArJ/A62smaQYRv2ZFyTA+XxGGWmlDYrsfZG68zJeNbeqRScnhf81rUVa6QG4UgzHnXw5VnMT5cg75dQGDkA==
1495+
dependencies:
1496+
"@typescript-eslint/types" "4.19.0"
1497+
"@typescript-eslint/visitor-keys" "4.19.0"
1498+
debug "^4.1.1"
1499+
globby "^11.0.1"
1500+
is-glob "^4.0.1"
1501+
semver "^7.3.2"
1502+
tsutils "^3.17.1"
1503+
14781504
"@typescript-eslint/[email protected]":
14791505
version "4.18.0"
14801506
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.18.0.tgz#4e6fe2a175ee33418318a029610845a81e2ff7b6"
@@ -1483,6 +1509,14 @@
14831509
"@typescript-eslint/types" "4.18.0"
14841510
eslint-visitor-keys "^2.0.0"
14851511

1512+
"@typescript-eslint/[email protected]":
1513+
version "4.19.0"
1514+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.19.0.tgz#cbea35109cbd9b26e597644556be4546465d8f7f"
1515+
integrity sha512-aGPS6kz//j7XLSlgpzU2SeTqHPsmRYxFztj2vPuMMFJXZudpRSehE3WCV+BaxwZFvfAqMoSd86TEuM0PQ59E/A==
1516+
dependencies:
1517+
"@typescript-eslint/types" "4.19.0"
1518+
eslint-visitor-keys "^2.0.0"
1519+
14861520
abab@^2.0.3, abab@^2.0.5:
14871521
version "2.0.5"
14881522
resolved "https://registry.yarnpkg.com/abab/-/abab-2.0.5.tgz#c0b678fb32d60fc1219c784d6a826fe385aeb79a"

0 commit comments

Comments
 (0)