Skip to content

Commit 8061d10

Browse files
1 parent 95e1085 commit 8061d10

File tree

2 files changed

+43
-8
lines changed

2 files changed

+43
-8
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
"@types/node": "14.11.8",
8484
"@types/node-fetch": "2.5.7",
8585
"@typescript-eslint/eslint-plugin": "4.4.1",
86-
"@typescript-eslint/parser": "4.4.1",
86+
"@typescript-eslint/parser": "4.6.0",
8787
"codecov": "3.8.0",
8888
"eslint": "7.11.0",
8989
"eslint-config-prettier": "6.12.0",

yarn.lock

Lines changed: 42 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1438,14 +1438,14 @@
14381438
eslint-scope "^5.0.0"
14391439
eslint-utils "^2.0.0"
14401440

1441-
"@typescript-eslint/parser@4.4.1":
1442-
version "4.4.1"
1443-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.4.1.tgz#25fde9c080611f303f2f33cedb145d2c59915b80"
1444-
integrity sha512-S0fuX5lDku28Au9REYUsV+hdJpW/rNW0gWlc4SXzF/kdrRaAVX9YCxKpziH7djeWT/HFAjLZcnY7NJD8xTeUEg==
1441+
"@typescript-eslint/parser@4.6.0":
1442+
version "4.6.0"
1443+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.6.0.tgz#7e9ff7df2f21d5c8f65f17add3b99eeeec33199d"
1444+
integrity sha512-Dj6NJxBhbdbPSZ5DYsQqpR32MwujF772F2H3VojWU6iT4AqL4BKuoNWOPFCoSZvCcADDvQjDpa6OLDAaiZPz2Q==
14451445
dependencies:
1446-
"@typescript-eslint/scope-manager" "4.4.1"
1447-
"@typescript-eslint/types" "4.4.1"
1448-
"@typescript-eslint/typescript-estree" "4.4.1"
1446+
"@typescript-eslint/scope-manager" "4.6.0"
1447+
"@typescript-eslint/types" "4.6.0"
1448+
"@typescript-eslint/typescript-estree" "4.6.0"
14491449
debug "^4.1.1"
14501450

14511451
"@typescript-eslint/[email protected]":
@@ -1456,11 +1456,24 @@
14561456
"@typescript-eslint/types" "4.4.1"
14571457
"@typescript-eslint/visitor-keys" "4.4.1"
14581458

1459+
"@typescript-eslint/[email protected]":
1460+
version "4.6.0"
1461+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.6.0.tgz#b7d8b57fe354047a72dfb31881d9643092838662"
1462+
integrity sha512-uZx5KvStXP/lwrMrfQQwDNvh2ppiXzz5TmyTVHb+5TfZ3sUP7U1onlz3pjoWrK9konRyFe1czyxObWTly27Ang==
1463+
dependencies:
1464+
"@typescript-eslint/types" "4.6.0"
1465+
"@typescript-eslint/visitor-keys" "4.6.0"
1466+
14591467
"@typescript-eslint/[email protected]":
14601468
version "4.4.1"
14611469
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.4.1.tgz#c507b35cf523bc7ba00aae5f75ee9b810cdabbc1"
14621470
integrity sha512-KNDfH2bCyax5db+KKIZT4rfA8rEk5N0EJ8P0T5AJjo5xrV26UAzaiqoJCxeaibqc0c/IvZxp7v2g3difn2Pn3w==
14631471

1472+
"@typescript-eslint/[email protected]":
1473+
version "4.6.0"
1474+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.6.0.tgz#157ca925637fd53c193c6bf226a6c02b752dde2f"
1475+
integrity sha512-5FAgjqH68SfFG4UTtIFv+rqYJg0nLjfkjD0iv+5O27a0xEeNZ5rZNDvFGZDizlCD1Ifj7MAbSW2DPMrf0E9zjA==
1476+
14641477
"@typescript-eslint/[email protected]":
14651478
version "4.4.1"
14661479
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.4.1.tgz#598f6de488106c2587d47ca2462c60f6e2797cb8"
@@ -1475,6 +1488,20 @@
14751488
semver "^7.3.2"
14761489
tsutils "^3.17.1"
14771490

1491+
"@typescript-eslint/[email protected]":
1492+
version "4.6.0"
1493+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.6.0.tgz#85bd98dcc8280511cfc5b2ce7b03a9ffa1732b08"
1494+
integrity sha512-s4Z9qubMrAo/tw0CbN0IN4AtfwuehGXVZM0CHNMdfYMGBDhPdwTEpBrecwhP7dRJu6d9tT9ECYNaWDHvlFSngA==
1495+
dependencies:
1496+
"@typescript-eslint/types" "4.6.0"
1497+
"@typescript-eslint/visitor-keys" "4.6.0"
1498+
debug "^4.1.1"
1499+
globby "^11.0.1"
1500+
is-glob "^4.0.1"
1501+
lodash "^4.17.15"
1502+
semver "^7.3.2"
1503+
tsutils "^3.17.1"
1504+
14781505
"@typescript-eslint/[email protected]":
14791506
version "4.4.1"
14801507
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.4.1.tgz#1769dc7a9e2d7d2cfd3318b77ed8249187aed5c3"
@@ -1483,6 +1510,14 @@
14831510
"@typescript-eslint/types" "4.4.1"
14841511
eslint-visitor-keys "^2.0.0"
14851512

1513+
"@typescript-eslint/[email protected]":
1514+
version "4.6.0"
1515+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.6.0.tgz#fb05d6393891b0a089b243fc8f9fb8039383d5da"
1516+
integrity sha512-38Aa9Ztl0XyFPVzmutHXqDMCu15Xx8yKvUo38Gu3GhsuckCh3StPI5t2WIO9LHEsOH7MLmlGfKUisU8eW1Sjhg==
1517+
dependencies:
1518+
"@typescript-eslint/types" "4.6.0"
1519+
eslint-visitor-keys "^2.0.0"
1520+
14861521
abab@^2.0.3:
14871522
version "2.0.5"
14881523
resolved "https://registry.yarnpkg.com/abab/-/abab-2.0.5.tgz#c0b678fb32d60fc1219c784d6a826fe385aeb79a"

0 commit comments

Comments
 (0)